dev readme update
authorIan Kelling <iank@fsf.org>
Thu, 11 Oct 2018 18:42:13 +0000 (14:42 -0400)
committerIan Kelling <iank@fsf.org>
Thu, 11 Oct 2018 18:42:13 +0000 (14:42 -0400)
2018/README.md
2019/README.md

index f0246c704de4e19e5838916ab8aa019ca63fec91..0d49d199390f2207a195cd123f2d397bae2dc2cd 100644 (file)
@@ -170,7 +170,6 @@ chmod 777 /path-to-site/logs
 
 ```
 a2ensite libreplanet
-* 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).
@@ -181,8 +180,6 @@ Replace `your-virtual-host` with the name of virtual host file you made (in this
 service apache2 restart
 *  /etc/init.d/apache2 restart
 
-If you are mdb, do: user-apache-restart
-
 ```
 
 *Edit your hosts file*
index 20082ff938b4706a90d468b76da8355c6e24a71e..a6825d88bce753a76a95fe0f20d8eeb4122064d6 100644 (file)
@@ -125,6 +125,7 @@ the commands below as the root user using `sudo`.
 
 ```
 a2enmod include
+a2enmod rewrite
 ```
 
 If this doesn't work, you may not have Apache installed. Install the
@@ -150,7 +151,7 @@ RewriteEngine on
             SSILegacyExprParser on
             Options +Includes
             XBitHack on
-        </Directory>
+G        </Directory>
         ErrorLog /home/owner/libreplanet-static/logs/error.log
         CustomLog /home/owner/libreplanet-static/access.log combined
 </VirtualHost>
@@ -163,7 +164,6 @@ git repository.
 
 ```
 a2ensite your-virtual-host
-* Do not need to do this -mdb
 ```
 
 Replace `your-virtual-host` with the name of virtual host file you made (in this case, libreplanet).
@@ -172,10 +172,6 @@ Replace `your-virtual-host` with the name of virtual host file you made (in this
 
 ```
 service apache2 restart
-*  /usr/local/bin/user-apache-restart
-
-If you are mdb, do: user-apache-restart
-
 ```
 
 *Edit your hosts file*