Syncer script to update a GCIS endpoint with missing NCA3 figures, datasets, etc.
- Install virtual environment and dependencies:
$ ./install.sh
- Ensure you've set up GCIS credentials in $HOME/etc/Gcis.conf:
$ cat ~/etc/Gcis.conf
---
- url : https://localhost:3000
userinfo : gmanipon:<GCIS API key>
key : <GCIS API key>
- Make sure GCIS web app is running.
$ ./update_figure-9-3.sh https://localhost:3000
$ ./update_figure-16-5.sh https://localhost:3000
Scripts that are currently ready to use: update_figure-16-5.sh update_figure-34-16.sh update_figure-9-3.sh