Commit b0f078deaa94395dc4e846bb24caed185f9b67cc
1 parent
9c71cf8e
Exists in
master
and in
22 other branches
ActionItem19: adding spin script
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@925 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
config/environment.rb
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | |
| 3 | 3 | # Uncomment below to force Rails into production mode when |
| 4 | 4 | # you don't control web/app server and can't set it the proper way |
| 5 | -# ENV['RAILS_ENV'] ||= 'production' | |
| 5 | +ENV['RAILS_ENV'] ||= 'production' | |
| 6 | 6 | |
| 7 | 7 | # Specifies gem version of Rails to use when vendor/rails is not present |
| 8 | 8 | RAILS_GEM_VERSION = '1.1.6' | ... | ... |
| ... | ... | @@ -0,0 +1 @@ |
| 1 | +mongrel_rails cluster::start | ... | ... |