restart Ruby On Rails application

If you want to restart Ruby On Rails application for a particular domain or Application then follow the steps : ========================================
root@server[#] cd /home/username
root@server[#] cd rails_apps
root@server[#] cd demo (Application name)
root@server[#] mongrel_rails mongrel::restart
========================================
Note: Replace the “username” equal to original cpanel username

Leave a Comment