mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Starting & Stopping Vagrant
This commit is contained in:
parent
760b92173d
commit
257471afe7
@ -33,4 +33,10 @@ GRANT ALL ON SCHEMA public TO postgres;
|
|||||||
GRANT ALL ON SCHEMA public TO public;
|
GRANT ALL ON SCHEMA public TO public;
|
||||||
COMMENT ON SCHEMA public IS 'standard public schema';
|
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…
x
Reference in New Issue
Block a user