Browse Source

Starting & Stopping Vagrant

feature/python-error-tracking
Arlin Schaffel 8 years ago
parent
commit
257471afe7
  1. 8
      README.md

8
README.md

@ -33,4 +33,10 @@ GRANT ALL ON SCHEMA public TO postgres;
GRANT ALL ON SCHEMA public TO public;
COMMENT ON SCHEMA public IS 'standard public schema';
```
6. Steps 11 and 12 from **Quickstart**.
6. Steps 11 and 12 from **Quickstart**.
### Starting & Stopping Application
1. cd to root of repo
2. `vagrant up`
3. try to load [http://bikeshop.local/](http://bikeshop.local/)
5. `vagrant halt`
Loading…
Cancel
Save