Skip to content
Zhuanhao Wu edited this page Jan 30, 2017 · 2 revisions

Building development environment

Ubuntu (Rough)

Not finished yet.

Only tested on 16.04

  1. Install git
  2. Install rvm
  3. Install Ruby 2.3 with rvm: rvm install 2.3 Possibly you would like to use a new environment
  4. Use Ruby 2.3: rvm use 2.3
  5. Install bundle: gem install bundle
  6. cd to your working directory, clone repo: git clone https://github.com/allen-ng/ACM-Ladder.git then go into it: cd ACM-Ladder
  7. Install required gems: bundle install --without production
Clone this wiki locally