Python 3 and docker are assumed to be already set up on your machine. The gripql config file bmeg_app/db/__init__.py
must be saved as bmeg_app/secrets/bmeg_credentials.json
. Instructions on generating the BMEG credential file can be found at Installing gripql and Getting Started
docker-compose up
Learn more about the organization of this app at app-structure.md
On the BMEG Website there are several relevant links:
- Installation: see
git-hooks/README.md
- Pre-commit: runs flake8 on
bmeg_app/
dir. Skip viagit commit --no-verify ...
- Pre-push: runs
cypress/
tests. Skip viagit push --no-verify ...