start.sh 241 Bytes
######---!/bin/sh---

if test -f ~/.rvm/scripts/rvm; then
    [ "$(type -t rvm)" = "function" ] || source ~/.rvm/scripts/rvm
fi
rvm gemset use GTAaaS
rails s

#sudo service nginx start
#unicorn_rails -c $HOME/gtaaas_web/config/unicorn.rb -D