banner edits.
[libreplanet-static.git] / 2018 / README.md
index 22f808e0aecfaa971f4950e5793598745ab6a7cc..56e135c2e6bd7626d5c0d9b4d60c408d14c41f23 100644 (file)
@@ -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