Files
PINE/eve/README.md
Laura Glendenning d6aa00330d Add development updates.
Including:
1. Generated python documentat in docs/.
2. Starting a new python client in client/.
3. Moving testing data to test/.
4. The addition of Cypress UI tests and pytest tests in test/.
5. A number of bug fixes and improvements.
2020-07-30 11:59:05 -04:00

475 B
Executable File

© 2019 The Johns Hopkins University Applied Physics Laboratory LLC.

Development Environment

Requirements:

  • Mongo >=4
  • Python 3, Pip, and Pipenv

With pipenv, doing a pipenv install --dev will install the python dependencies in a virtual environment.

After this you can run dev_run.sh to run the dev environment.

Production Environment

This service can also be run as a Docker container. It should be run using docker-compose at the top level (../).