What’s New in Hostripples Windows Package with Plesk Onyx ?

At Hostripples you will get all under one roof which you needed to boost your bussiness online. We are Bound to provide you with latest technologies and features via our unfriendly panels and 24×7 support. We are happy to communicate that all of our Shared Windows Package and Windows reseller packages are available with all […]

See More

Restart Ruby and Rails application

How to Restart  Ruby and Rails application by using ssh ? Ans : You can restart your ruby and rails application by using following command. Syntax : /usr/bin/ruby -I /home/USERNAME/ruby /usr/bin/mongrel_rails start -p PORT -d -e ENVIRONMENT -P log/mongrel.pid This should be executed in the root directory of the Rails app you wish to run on Mongrel. […]

See More

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

See More