Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.55 KB

Simulations

master Branch master Build Status master Codecov

devel Branch devel Build Status devel Codecov

Development

Type make to see frequently used workflow commands.

Data

To update models, run make update_models.

To update salts, run make update_salts.

Testing

To run all tests and QA checks, run make qa.

Environment

Specify environment variables in a .env file. See docker-compose.yml for the possible variables and their default values.

  • ENVIRONMENT Set to either development, testing, staging or production
  • SENTRY_DSN DSN for reporting exceptions to Sentry.
  • ICE_API ICE API endpoint
  • ICE_USERNAME ICE username
  • ICE_PASSWORD ICE password
  • ID_MAPPER_API URL to the ID mapper service

Updating Python dependencies

To compile a new requirements file and then re-build the service with the new requirements, run:

make pip-compile build