1
0
Fork 0
MSU-Course-Alerter/README.md

9 lines
71 B
Markdown
Raw Permalink Normal View History

2013-07-19 01:34:01 -04:00
```code
vagrant up
vagrant ssh
cd /vagrant
bundle install
rails s
```
2013-04-13 04:33:05 -04:00