A small flask project designed to keep the Copernicus archive between the NCI and Pawsey in Sync
Docker
Docker-compose
These can be installed through the manage.py tool
https://bitbucket.org/datapawsey/mfclient/downloads/
https://bitbucket.org/chchrsc/auscophub/downloads/
docker-compose build
docker-compose up
python manage.py
init_db Initialize the database.
load_test_data Populate the database with dummy data so we can test
the application
drop_db Drop the database.
update_pshell Download the latest version of pshell used to transfer
to Pawsey
update_auscop update the auscop api script from bitbucket
clear_cache Delete the directory where the files are cached.
run_tests Run the unit tests with nose
shell Runs a Python shell inside Flask application context.
runserver Runs the Flask development server i.e. app.run()