Skip to content

Instantly share code, notes, and snippets.

View fahadgudu's full-sized avatar
😀

Fahad fahadgudu

😀
  • Bitstorm
  • Lahore
View GitHub Profile
@fahadgudu
fahadgudu / RoR_Setup
Created September 26, 2014 05:51
Ruby on Rails Installation and EC2 Server setup
EC2 installation for rails project
sudo apt-get update
sudo apt-get install build-essential libxml2 libxml2-dev libsqlite3-dev locate libssl-dev openssl autoconf
sudo apt-get install curl
\curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
source ~/.profile
rvm requirements
sudo apt-get --no-install-recommends install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev libgdbm-dev ncurses-dev automake libtool bison subversion pkg-config libffi-dev