From 70c8c51464eebef46417f7b2b5b3758a3ca5f731 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Thu, 11 Oct 2018 14:42:13 -0400 Subject: [PATCH] dev readme update --- 2018/README.md | 3 --- 2019/README.md | 8 ++------ 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/2018/README.md b/2018/README.md index f0246c70..0d49d199 100644 --- a/2018/README.md +++ b/2018/README.md @@ -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* diff --git a/2019/README.md b/2019/README.md index 20082ff9..a6825d88 100644 --- a/2019/README.md +++ b/2019/README.md @@ -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 - +G ErrorLog /home/owner/libreplanet-static/logs/error.log CustomLog /home/owner/libreplanet-static/access.log combined @@ -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* -- 2.25.1