diff --git a/website/source/intro/getting-started/provisioning.html.md b/website/source/intro/getting-started/provisioning.html.md index c0d1ff4c0..476175121 100644 --- a/website/source/intro/getting-started/provisioning.html.md +++ b/website/source/intro/getting-started/provisioning.html.md @@ -52,6 +52,20 @@ The "provision" line is new, and tells Vagrant to use the `shell` provisioner to setup the machine, with the `bootstrap.sh` file. The file path is relative to the location of the project root (where the Vagrantfile is). +We also need to add some html content which will be served by the Apache webserver. +To do this create a subdirectory named `html` in the project root directory. +In the `html` directory create a html file named `index.html`. +For example: + +```html + + +
+