Skip to content
Will Haese-Hill edited this page Mar 25, 2024 · 4 revisions

Welcome to the front-page wiki!

The front-page source code is currently hosted on the companion.ac.uk server. Source code is located at /var/www/companion.ac.uk/, and the bulk of content is found within dist/index.html. It is served by nginx, and its config is located at /etc/nginx/sites-available/companion.ac.uk

Updating source code

You'll notice that ownership of the source code directory is with www-data user. In order to issue git commands (pull, diff, etc) you will need to be logged in as a user with sudo, and issue commands with sudo -u www-data as a prefix, e.g.

sudo -u www-data git pull
Clone this wiki locally