From 7389a0476e61f8bd82de24a1eb2edc81b19234a3 Mon Sep 17 00:00:00 2001 From: Zak Rogoff Date: Tue, 26 Aug 2014 12:45:08 -0400 Subject: [PATCH] Adding some clarifications to the readme file. --- 2015/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/2015/README.md b/2015/README.md index 03a066f7..f5796a0b 100644 --- a/2015/README.md +++ b/2015/README.md @@ -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: ``` @@ -55,7 +58,7 @@ Create a new file in `/etc/apache2/sites-available` with the following contents: ``` -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): ``` -- 2.25.1