Skip to content

Instantly share code, notes, and snippets.

@watsy0007
Created November 4, 2016 09:09
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save watsy0007/638f0f680d68020a8f783ce315d5b672 to your computer and use it in GitHub Desktop.
install station
#!/usr/bin/env sh
apt-get update && apt-get upgrade -y
apt-get install -y git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev
apt-get install -y libgdbm-dev libncurses5-dev automake libtool bison libffi-dev
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 2.3.1
rvm use 2.3.1 --default
gem install bundler
gem install crawl_station
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment