http://www.hostingrails.com/forums/wiki_thread/19
but when i try to save ctrl+o does no save i don't know why
it suppose to work as the tutorial says or maybe I'm doing something wrong can somebody help to find some step by step crontab tutorial, to setup i need to add something like this:
-------------------
#clear out pid files if they didn't get erased
@reboot cd /home/username/railsapp/log && rm mongrel.4* -f
#reboot first instance (all one line)
@reboot cd /home/username/railsapp && /usr/local/bin/mongrel_rails start -e production -d -p 4***0 -P /home/username/railsapp/log/mongrel.4***0.pid
#reboot second instance (all one line)
@reboot cd /home/username/railsapp && /usr/local/bin/mongrel_rails start -e production -d -p 4***1 -P /home/username/railsapp/log/mongrel.4***1.pid
#reboot more instances in a similar manner
-------------------
thanks!!
2008-02-24 03:32 AM
And slowly I've come to realizeit's all as it should be...