-
Notifications
You must be signed in to change notification settings - Fork 7
Setup dev env
ZHENG Tao edited this page Feb 2, 2018
·
4 revisions
You need install & configure vagrant before run the commands below
vagrant up #launch the vm
vagrant ssh #connect to the vm via ssh, normally, your project code could be found under /vagrant/
some post-installation had been configured in bootstrap.sh
sudo rvm install ruby
sudo apt-get install nodejs -y
gem install rails