Skip to content

Instantly share code, notes, and snippets.

@ASnow
Last active February 16, 2016 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ASnow/154eadae1c9c6fcbd030 to your computer and use it in GitHub Desktop.
Save ASnow/154eadae1c9c6fcbd030 to your computer and use it in GitHub Desktop.
rvm install 1.9.3
rvm use 1.9.3@canvas --create
sudo apt-get install software-properties-common
rvm gemset use global
gem install bundler -v 1.5.1
gem uninstall bundler -v >1.5.1
bundle config build.nokogiri --use-system-libraries
sudo apt-get install libxml2 libxslt-dev libcurl4-gnutls-dev
# sudo apt-get install curl
bundle install --without mysql
cp config/{database,secret,cache_store,delayed_jobs,oauth_providers}.yml.example config/{database,secret,cache_store,delayed_jobs,oauth_providers}.yml
cp config/{application}.yml.sample config/{application}.yml
# change email in config/{application}.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment