From: David Thompson <davet@gnu.org> Date: Tue, 26 Aug 2014 16:15:28 +0000 (-0400) Subject: Explain that you need root access to work with Apache. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4511d6140c8eb910419732b1a2acb3e534971c03;p=libreplanet-static.git Explain that you need root access to work with Apache. --- diff --git a/2015/README.md b/2015/README.md index 03a066f7..8a1abff3 100644 --- a/2015/README.md +++ b/2015/README.md @@ -1,13 +1,13 @@ LibrePlanet 2015 ================ -The repository has a master (development) branch and a stable -(live) branch. To work on it, you'll edit your checkout of the -master branch until you are satisfied, push it to the master -branch on the Web server (<http://wiki-dev0.libreplanet.org>), -make sure it works well and make sure it works well. Then -you'll copy it over to your checkout of the stable branch, -then push that to the stable branch on the Web server +The repository has a master (development) branch and a stable +(live) branch. To work on it, you'll edit your checkout of the +master branch until you are satisfied, push it to the master +branch on the Web server (<http://wiki-dev0.libreplanet.org>), +make sure it works well and make sure it works well. Then +you'll copy it over to your checkout of the stable branch, +then push that to the stable branch on the Web server (<http://libreplanet.org>). This is the static HTML site for LibrePlanet 2015. Read on for @@ -17,9 +17,13 @@ Setting Up Apache ----------------- Apache is required in order to replicate the appearance of the website -on the live and staging servers on your machine. If you don't want to -install Apache, you can still work on the site, you just won't be able -to see what it looks like until you push to the Web. +on the live and staging servers on your machine. If you don't want to +install Apache, you can still work on the site, you just won't be able +to see what it looks like until you push to the remote. + +Modifying Apache's configuration files and running its executables +typically requires root access. So, you will most likely need to run +the commands below as the root user using `sudo`. ### Enable server-side include module