Improvements & fixes for vagrant staging

This commit is contained in:
Kyle Drake 2016-08-09 20:04:57 -07:00
parent e6d2e4d29b
commit b36a062eb4
7 changed files with 17 additions and 11 deletions

View file

@ -18,7 +18,7 @@ vagrant up --provision
```
vagrant ssh
cd /vagrant
bundle exec rackup
bundle exec rackup -o 0.0.0.0
```
Now you can access the running site from your browser: http://127.0.0.1:9292