Adding some clarifications to the readme file.
[libreplanet-static.git] / 2015 / README.md
index 03a066f762896d7af2cb4ec4092d0a8642faf94f..f5796a0b87f9bfdbda9d17fbee743a695b90bede 100644 (file)
@@ -27,9 +27,12 @@ to see what it looks like until you push to the Web.
 a2enmod include
 ```
 
+If this doesn't work, you may not have Apache installed. Install the 
+package apache2 from your package manager.
+
 ### Create virtual host
 
-Create a new file in `/etc/apache2/sites-available` with the following contents:
+Create a new file called libreplanet in `/etc/apache2/sites-available` with the following contents:
 
 ```
 <VirtualHost *:80>
@@ -55,7 +58,7 @@ Create a new file in `/etc/apache2/sites-available` with the following contents:
 </VirtualHost>
 ```
 
-Replace `/path/to/libreplanet-static` with the full path to your local
+Replace all instances of `/path/to/libreplanet-static` with the full path to the root directory of your local
 git repository.
 
 ### Enable virtual host
@@ -64,7 +67,7 @@ git repository.
 a2ensite your-virtual-host
 ```
 
-Replace `your-virtual-host` with the name of virtual host file you made.
+Replace `your-virtual-host` with the name of virtual host file you made (in this case, libreplanet).
 
 ### Restart Apache
 
@@ -91,7 +94,7 @@ Creating a New Page
 
 ### Boilerplate
 
-Add the following to your new page:
+Add the following to your new page (it should remain commented out, as that is the syntax for SSI):
 
 ```
 <!--#include virtual="/2015/header.html"-->