Help automate Snorby startup
I am running Snorby in CentOS 6 and would like some advice on how to automate startup at boot.
To start manually I run a rake task followed by starting the rails thin DB
rake snorby:setup
rails server thin -e production
I know very little about RoR so I'm having difficultly on how to figure out how to properly do this. I'm hoping there is a way through cron or init. I'd appreciate if somebody could provide some guidance.
thanks,
|