How to run on ubuntu VM

How to run on ubuntu VM


#Install RVM
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
\curl -sSL https://get.rvm.io | bash
rvm install 2.0.0-p456

#Install deps
gem install bundle
sudo apt-get install curl vim libcurl3 npm libcurl3-gnutls libcurl4-openssl-dev
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
bundle install
npm install
sudo npm install -g grunt

#Font end assets stuff
grunt

#Start
rackup config.ru -p4567


Learn More :