Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 732 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 732 Bytes

This is a Django app deployed on the server with some other Django apps.

Deploying a Release

You need to connect to the server from inside the lab network. You can find the internal IP address in the servers.md file in the dev-docs repository. If you don't already have an account on the server, ask the lab director for access.

The source code is deployed with a Git clone at /alldata/bblab_site/tools/text_to_columns. To deploy an update, change to that directory, and then run sudo git pull.

Note that the contents of static/ should go in /alldata/bblab_site/static/. This includes ttc_script.js, and the folder ttc_css and its contents.

Then restart the Apache server with sudo systemctl restart httpd