Tags: dreamhost
Restart rails deploy in Dreamhost
In : ruby, Posted by admin 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:
- SSH to your Dreamhost account
- echo “” > YOUR_DEPLOY_DIR_NAME/tmp/restart.txt
- This is trigger dreamhost’s Passenger to restart your files. Also, at the end, it will delete the tmp/restart.txt file.
Tags : dreamhost, Ruby on Rails