Includes a init.d script for Linux systems to auto start the rackup process. In this sample GemInABox is installed in the home directory of the rubygems users /home/rubygems.
1. Install Ruby 1.9.3 using RVM as the rubygems user to avoid Ruby 2.0.0 issue geminabox/geminabox#112.
Geminabox.data = "/home/rubygems/data"
sudo curl --output /etc/init.d/geminabox https://raw.github.com/davidhooey/geminabox_scripts/master/init.d/geminabox
sudo chmod +x /etc/init.d/geminabox
sudo vim /etc/init.d/geminabox
sudo update-rc.d geminabox defaults 21
sudo service geminabox [start|stop|status]