Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Beatstream #44

Open
gurgelrenan opened this issue Aug 28, 2014 · 14 comments
Open

Deploy Beatstream #44

gurgelrenan opened this issue Aug 28, 2014 · 14 comments

Comments

@gurgelrenan
Copy link

Hi, is just a little question. What's the best strategy for deploy a Beatstream app? capistrano could be a good choice?

@Darep
Copy link
Owner

Darep commented Aug 28, 2014

Capistrano is a good choice, if you're using Beatstream on a remote server and continously deploy it :) But I'm personally planning to create Beatstream into a self-updating binary. So you can just download it, run it and it'll keep itself up-to-date and all that.

PS. The "downloadable binary package" is why I'm continously trying to make Beatstream run on JRuby. I'm thinking I could maybe pack Beatstream up as a JAR and deliver.

@gurgelrenan
Copy link
Author

Sounds nice! I will use Capistrano for now.

@gurgelrenan
Copy link
Author

Hey @Darep I have been trying make a deploy to my vps, but there are some problems. When I access my domain (http://myapp-domain.com) the app automatic redirect to (https://myapp-domain.com). Are there some gem that forces https?

@Darep
Copy link
Owner

Darep commented Sep 2, 2014

There's a config flag, config.force_ssl in config/environments/production.rb. Change this to false and it shouldn't redirect to https :)

@gurgelrenan
Copy link
Author

Thanks a lot @Darep. What do you think to added this warning in the docs? I could make a pull request with this little notice

@Darep
Copy link
Owner

Darep commented Sep 4, 2014

That's a good idea :) No worries, I'll add it.

@gurgelrenan
Copy link
Author

Thanks for added the note in Readme. I´m trying to solve a problem. My application list the number of music in Beatstream home page, but don´t list the music propely. Show me a empty page, only with the quantity of musics. If you have some ideias, may you could help me :)

@Darep
Copy link
Owner

Darep commented Sep 9, 2014

Hmm... can you upload a screenshot of what it looks like?

@gurgelrenan
Copy link
Author

screen shot 2014-09-09 at 22 58 46

Like this

@Darep
Copy link
Owner

Darep commented Sep 10, 2014

Ok, that's bad :D Could you check the developer console for Javascript errors and take a screenshot of those?

@gurgelrenan
Copy link
Author

I did this, but no error was found. :(
debug

@Darep
Copy link
Owner

Darep commented Sep 10, 2014

Wow, that's super weird. I see you are using Chrome, which version? Are you also running Linux? (the fonts look like you are, hehe)

@gurgelrenan
Copy link
Author

Chrome Version 37.0.2062.94 and Ubuntu 14.04 :)

@Darep
Copy link
Owner

Darep commented Sep 16, 2014

Damn, can't reproduce this :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants