Skip to content

Instantly share code, notes, and snippets.

@Ayushverma8
Created December 11, 2016 08:17
Show Gist options
  • Save Ayushverma8/f4962e0101df8ca47acafec6d7d8ac22 to your computer and use it in GitHub Desktop.
Save Ayushverma8/f4962e0101df8ca47acafec6d7d8ac22 to your computer and use it in GitHub Desktop.
apt-get update
apt-get install ruby-dev -y
apt-get install ruby -y
apt-get install build-essential -y
apt-get install git -y
apt-get install postgresql -y
apt-get install postgresql-contrib -y
sudo -u postgres createuser -s $USER
createdb $USER
touch ~/.psql_history
apt-get install libpq-dev -y
gem install pg
gem install json
gem install bundler
gem install sinatra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment