forked from cheuk-fung/ACM-Ladder
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Zhuanhao Wu edited this page Jan 30, 2017
·
2 revisions
Not finished yet.
Only tested on 16.04
- Install
git
- Install rvm
- Install Ruby 2.3 with rvm:
rvm install 2.3
Possibly you would like to use a new environment - Use Ruby 2.3:
rvm use 2.3
- Install
bundle
:gem install bundle
-
cd
to your working directory, clone repo:git clone https://github.com/allen-ng/ACM-Ladder.git
then go into it:cd ACM-Ladder
- Install required gems:
bundle install --without production