Hi,
I'm on centOS 6, and juste have installed chiliproject 3.3.0 for my company.
I tried to launch chiliproject with 'bundle exec script/server -e production' and get this :
$ bundle exec script/server -e production
=> Booting WEBrick
=> Rails 2.3.14 application starting on http://0.0.0.0:3000
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /home/chili/.rvm/gems/ree-1.8.7-2012.02/gems/rails-2.3.14/lib/rails/gem_dependency.rb:21.
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2012-08-06 10:29:11] INFO WEBrick 1.3.1
[2012-08-06 10:29:11] INFO ruby 1.8.7 (2012-02-08) [x86_64-linux]
[2012-08-06 10:29:11] INFO WEBrick::HTTPServer#start: pid=6245 port=3000
Everything is ok, chiliproject is running on <MY_SERVER_IP>:3000/
But as you can see 'Ctrl-C to shutdown server'
And it is said 'Call with -d to detach'
Then I tried the followin command :
$ bundle exec script/server -d production
and got this :
$ bundle exec script/server -d production
=> Booting WEBrick
=> Rails 2.3.14 application starting on http://0.0.0.0:3000
But I can't access chiliproject on <MY_SERVER_IP>:3000/ chiliproject seems not to run.
Thanks for your help