Restart rails deploy in Dreamhost

In : ruby, Posted by on Mar.03, 2009

If you are using Dreamhost to deploy Ruby On Rails, I suggest you to look into:

Webistrano – http://labs.peritor.com/webistrano

This is a web UI to make PHP, rails deploy a lot easier. 5 stars!

Also, in case you change the source code in Dreamhost and want Dreamhost to reload the file, you see to do the following:

  1. SSH to your Dreamhost account
  2. echo “” > YOUR_DEPLOY_DIR_NAME/tmp/restart.txt
  3. This is trigger dreamhost’s Passenger to restart your files. Also, at the end, it will delete the tmp/restart.txt file.
No comments for this entry yet...