update local dev instructions
authorIan Kelling <iank@fsf.org>
Thu, 28 Jun 2018 17:04:15 +0000 (13:04 -0400)
committerIan Kelling <iank@fsf.org>
Thu, 28 Jun 2018 17:04:15 +0000 (13:04 -0400)
.gitignore
2018/README.md

index d1b78f87710ca3b5480454e7dc5c93b1fe8ebdbf..5c9e2d82d7166ff89ca9cb27a8dd161589e3c552 100644 (file)
@@ -2,3 +2,4 @@
 *#
 .#*
 *.log
+/logs/
\ No newline at end of file
index c78c5aa8ee5b9870065c0622ed1804fbd71fbf4a..6b1667ab4bc2c53ad150362ccb36dee074bd3ed5 100644 (file)
@@ -139,8 +139,8 @@ Create a new file called libreplanet (libreplanet.conf for Apache 2.4) in `/etc/
 RewriteEngine on
         ServerName local-dev.libreplanet.org
         ServerAdmin webmaster@localhost
-        DocumentRoot /local-path/path-to-site
-        <Directory /local-path/path-to-site/>
+        DocumentRoot /path-to-site
+        <Directory /path-to-site/>
             Options Indexes FollowSymLinks MultiViews
             AllowOverride All
             Require all granted
@@ -151,19 +151,19 @@ RewriteEngine on
             Options +Includes
             XBitHack on
         </Directory>
-        ErrorLog /home/owner/libreplanet-static/logs/error.log
-        CustomLog /home/owner/libreplanet-static/access.log combined
+        ErrorLog /path-to-site/logs/error.log
+        CustomLog /path-to-site/logs/access.log combined
 </VirtualHost>
 ```
 
-Replace all instances of `/path/to/libreplanet-static` with the full path to the root directory of your local
+Replace all instances of `/path-to-site` and  with the full path to the root directory of your local
 git repository.
 
 *Enable virtual host*
 
 ```
 a2ensite your-virtual-host
-* Do not need to do this -mdb
+* Do not need to do on mdb system
 ```
 
 Replace `your-virtual-host` with the name of virtual host file you made (in this case, libreplanet).
@@ -180,15 +180,13 @@ If you are mdb, do: user-apache-restart
 
 *Edit your hosts file*
 
-Edit your system's `/etc/hosts` file and add the following to the bottom:
+Edit your system's `/etc/hosts` file and add to the line starting with
+127.0.0.1: `local-dev.libreplanet.org`
 
-```
-127.0.0.1 lp2018.libreplanet.org
-```
 
 *Test*
 
-Visit <http://lp2018.libreplanet.org/2018> in your web browser.  If
+Visit <http://local-dev.libreplanet.org/2018> in your web browser.  If
 everything is configured properly, you will see the LibrePlanet 2018
 site, complete with header, sidebar, and footer.