This commit is contained in:
Aditya Chatterjee 2016-02-27 17:03:43 +05:30
parent 28e55f3f50
commit a5a2db4077
156 changed files with 3203 additions and 1206 deletions

View file

@ -29,7 +29,7 @@ We are using [Vagrant](https://www.vagrantup.com/) to create our development env
7. Start your OSEM rails app:
```
vagrant exec rails s
vagrant exec rails server -b 0.0.0.0
```
8. Check out your OSEM rails app: