X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=2018%2FREADME.md;h=56e135c2e6bd7626d5c0d9b4d60c408d14c41f23;hb=62e81f46a2dd9f60a526662f6589f47454bd5bc1;hp=22f808e0aecfaa971f4950e5793598745ab6a7cc;hpb=c4678f42ab7545cddcaddef698f4c5b4defd3143;p=libreplanet-static.git 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