From 257471afe72d5832823e7ef7a19605e20067fcb7 Mon Sep 17 00:00:00 2001 From: Arlin Schaffel Date: Sun, 10 Apr 2016 14:13:09 -0600 Subject: [PATCH] Starting & Stopping Vagrant --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7968c63..8291970 100644 --- a/README.md +++ b/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**. \ No newline at end of file +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` \ No newline at end of file