Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrotherton authored Jul 7, 2016
1 parent a24055d commit cbe507d
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,12 @@ $ cd /vagrant
$ rails s -b 0.0.0.0
```

#--------------
You might need to run the following commands in Terminal if you get errors:
$ sudo apt-get install nodejs
$ cd /vagrant/config
$ cp app_config.yml.example app_config.yml
You might need to run some of the following commands if you get errors:

```shell
$ sudo apt-get install nodejs
$ rake db:schema:load ($bundle install first on you get errors)
#--------------

```

Point a browser on your host system to http://127.0.0.1:3031. Editing of the project files on your host system will be reflected when you hit reload in your browser.

Expand Down

0 comments on commit cbe507d

Please sign in to comment.