Currently, different aspects of this repo appear to be deployed to /var/www/ctfws-timer and /home/ctfws-timer on the server, but the related section of README.md is incomplete and out-of-date:
|
## The Page |
|
The page `timer.html` is entirely self contained. To deploy, just ssh to the |
|
website server, navigate to `/home/www/activities/ctfws_timer`, and git pull. |
Additionally, there is some special Apache configuration on the VirtualHost, presumably to ensure Django works properly on the application side.
@michaelfelixmurphy and I should work together to simplify this process, and update where these files should live on the server with respect to the new conventions implemented as part of the overall website migration project in February 2019. Then flesh out deployment documentation for the benefit of those less familiar with Django, as well as those who are likely to forget that you have to restart Apache.
Currently, different aspects of this repo appear to be deployed to
/var/www/ctfws-timerand/home/ctfws-timeron the server, but the related section ofREADME.mdis incomplete and out-of-date:ctfws-timer-web/README.md
Lines 7 to 9 in a78fe39
Additionally, there is some special Apache configuration on the
VirtualHost, presumably to ensure Django works properly on the application side.@michaelfelixmurphy and I should work together to simplify this process, and update where these files should live on the server with respect to the new conventions implemented as part of the overall website migration project in February 2019. Then flesh out deployment documentation for the benefit of those less familiar with Django, as well as those who are likely to forget that you have to restart Apache.