Updated readme to include vagrant folder
This commit is contained in:
parent
f7e0688fb0
commit
8f1a95d927
1 changed files with 11 additions and 9 deletions
20
README.md
20
README.md
|
@ -4,12 +4,14 @@ A directory structure to support reuse of the vagrantpress vagrant setup
|
||||||
This is how the directory structure should be used:
|
This is how the directory structure should be used:
|
||||||
|
|
||||||
dev
|
dev
|
||||||
|--plugins
|
|-- plugins
|
||||||
Should contain any plugins that are required during development.
|
| |-- Should contain any plugins that are required during development.
|
||||||
|--puppet
|
|-- puppet
|
||||||
The puppet scripts for providing any custom puppet commands on top of vagrantpress.
|
| |-- The puppet scripts for providing any custom puppet commands on top of vagrantpress.
|
||||||
|--scripts
|
|-- scripts
|
||||||
Any scripts to run on the host.
|
| |-- Any scripts to run on the host.
|
||||||
|--theme
|
|-- theme
|
||||||
Your theme which your are developing which should be cloned into a subtree.
|
| |-- This folder will need to be created and should contain your theme files
|
||||||
|
+-- vagrant
|
||||||
|
|-- This folder will need to be created and contain a clone of vagrantpress files
|
||||||
|
|
Loading…
Reference in a new issue