Skip to content

Web Server

Jackson edited this page Feb 7, 2021 · 5 revisions

Important File Locations

Files explicitly for website are located in /var/www/html/

Home page located at /var/www/html/index.php - used to navigate to latest test site

Latest Github repo is stored in ~/github_repos/

How to update server to latest version of this repo

  1. run ./update_server.sh <insert version number here> on server
  2. refresh webpage
  3. navigate to new version of site

How to remove unwanted test sites

  1. cd /www/var/html/testsites/
  2. rm -rf <version number>
Clone this wiki locally