-
Notifications
You must be signed in to change notification settings - Fork 406
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
Notes on deploy to stand alone server guide #436
Comments
rake with RAILS_ENV=production may help you. |
@miurahr then maybe the guide should say so |
@FrankyBoy My guess is raking with production will just skip the guard/guard process because its a gem in the development/test section of the app, so really this treats the symptom rather than the underlying cause. I think I've got a fix for this, I ran into a similar issue and should have a push to fix this shortly. |
@scouttyg The guide reffered https://github.com/kandanapp/kandan/blob/master/DEPLOY.md#standalone-server said to make configuration for production. such as
It is natural to guide adding If the guide intend to lead user to prepare development/test environment, it should do so explicitly. |
Hi!
Notes from going through this guide on kubuntu 15.04
sudo gem install bundler
The text was updated successfully, but these errors were encountered: