From c2b6e633959228d2ab32b9478c26d3f8736592fa Mon Sep 17 00:00:00 2001 From: Molly de Blanc Date: Tue, 29 Aug 2017 17:29:14 -0400 Subject: [PATCH] modified README.md to be more mdb specific. sorry dudes. --- 2018/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/2018/README.md b/2018/README.md index 22f808e0..56e135c2 100644 --- a/2018/README.md +++ b/2018/README.md @@ -163,6 +163,7 @@ 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). @@ -171,6 +172,7 @@ Replace `your-virtual-host` with the name of virtual host file you made (in this ``` service apache2 restart +* /usr/local/bin/user-apache-restart ``` *Edit your hosts file* @@ -191,3 +193,7 @@ site, complete with header, sidebar, and footer. * I'm doing everything right, but the Web site isn't updating. Ask the tech team to look at the git hook that publishes to the live site. When you push to the git repository, this hook is supposed to update what is actually served on the Internet to match the repo. + +* The website isn't loading! What? + +It might be a permissions issue. Try cd / ls -lad to check permissions. If they are not right, chmod 711 . should fix it -- 2.25.1