diff --git a/website/source/intro/getting-started/provisioning.html.md b/website/source/intro/getting-started/provisioning.html.md index 476175121..3e322c7b5 100644 --- a/website/source/intro/getting-started/provisioning.html.md +++ b/website/source/intro/getting-started/provisioning.html.md @@ -23,8 +23,25 @@ so that the guest machine can be repeatably created and ready-to-use. ## Installing Apache We will just setup [Apache](http://httpd.apache.org/) for our basic project, -and we will do so using a shell script. Create the following shell script -and save it as `bootstrap.sh` in the same directory as your Vagrantfile: +and we will do so using a shell script. First, we need to add some html content +which will be served by the Apache webserver. This will act as our DocumentRoot +folder. 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 + + +
+