- ssh lab@slogin.cbiserver.pitt.edu
- conda activate microstatus
- cd /h20/CBI/Iana/src/micro_status
- python check_status.py
- Clone the repo
- Copy .env file from a running instance to the folder with the code - it has the API key for slack
- Create a new database with python create_db.py (or use an existing one)
- Run python check_status.py
The database is at /CBI_FastStore/Iana/RSCM_MesoSPIM_datasets.db
Backups of the database are created every night and stored at /CBI_FastStore/Iana/db_backups
Logs are at /CBI_FastStore/Iana/bot_logs
The values in the database tables can also be modified through a web interface (see micro_status_flask repo)