Guest User

Untitled

a guest
Mar 14th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. To Start
  2.  
  3. mongrel_rails start -d -e production -p 8069 -a 127.0.0.1 -l /var/www/apps/ecounseling.com/shared/log /mongrel.log -P /var/www/apps/ecounseling.com/shared/mongrel.8069.pid -c /var/www/apps/ecounseling.com/current/
  4.  
  5. mongrel_rails start -d -e production -p 8070 -a 127.0.0.1 -l /var/www/apps/ecounseling.com/shared/log /mongrel.log -P /var/www/apps/ecounseling.com/shared/mongrel.8070.pid -c /var/www/apps/ecounseling.com/current/
  6.  
  7.  
  8. To Stop
  9.  
  10.  
  11. mongrel_rails stop -P /var/www/apps/ecounseling.com/shared/mongrel.8069.pid
  12. mongrel_rails stop -P /var/www/apps/ecounseling.com/shared/mongrel.8070.pid
Add Comment
Please, Sign In to add comment