This python flask app provides the web UI for minimal ChaCRM functionality.
This system uses MySQL, PostgreSQL and nginx, and depends on docker and docker-compose to run.
To run on production:
sh restart_prod.sh
- This code depends on the configurator. It should be active at the URL set in REST_SERVICES in api/config.cfg.
- Update nginx.conf or nginx-dev.conf as appropriate to reflect the correct hostname.
- Run the application using restart_prod.sh or restart_dev.sh as appropriate.
- The API is now available at
http://your-hostname/. Opening this url in your browser will bring up the sample release summary dashboard.
Written by Rob Svirskas (svirskasr@janelia.hhmi.org)
