-
git clone https://github.com/thedeps/dev.git dev-box -
cd dev-box -
vagrant up
Caso algum erro acontecer, use o vagrant destroy, e tente os passos 2 e 3 denovo.
-
vagrant ssh -
cd applications && bundle install && rake db:migrate -
rails server
Passo 6 rodará a aplicação, que poderá ser acessada -> 192.168.33.100:3000
-
git clone https://github.com/thedeps/dev.git dev-box -
``` stard editing``
-
bundle -
rake db:migrate -
rake db:seed -
rails s -b $IP -p $PORT