Advertisement
Mohammad

thin & redmine?

May 10th, 2011
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. [www@el-abid rails_app]$ thin start -e production --socket /tmp/redmine.socket
  2. >> Using rails adapter
  3. Missing the Rails 2.3.11 gem. Please `gem install -v=2.3.11 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
  4.  
  5. [www@el-abid rails_app]$ rails -v
  6. Rails 2.3.11
  7.  
  8. [www@el-abid rails_app]$ ruby script/server thin -e production --socket /tmp/redmine.socket
  9. server: invalid option: --socket
  10. => Booting Thin
  11. => Rails 2.3.11 application starting on http://0.0.0.0:3000
  12. => Call with -d to detach
  13. => Ctrl-C to shutdown server
  14. >> Thin web server (v1.2.11 codename Bat-Shit Crazy)
  15. >> Maximum connections set to 1024
  16. >> Listening on 0.0.0.0:3000, CTRL+C to stop
  17.  
  18.  
  19. [www@el-abid rails_app]$ gem list
  20.  
  21. *** LOCAL GEMS ***
  22.  
  23. actionmailer (2.3.11)
  24. actionpack (2.3.11)
  25. activerecord (2.3.11)
  26. activeresource (2.3.11)
  27. activesupport (2.3.11)
  28. daemon_controller (0.2.6)
  29. daemons (1.1.3)
  30. eventmachine (0.12.10)
  31. fastthread (1.0.7)
  32. i18n (0.4.2)
  33. inifile (0.4.1)
  34. lockfile (1.4.3)
  35. mysql (2.8.1)
  36. net-ssh (2.1.4)
  37. passenger (3.0.7)
  38. rack (1.2.2, 1.1.2)
  39. rails (2.3.11)
  40. rake (0.8.7)
  41. thin (1.2.11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement