mirror of
https://github.com/JHUAPL/PINE.git
synced 2026-01-09 14:38:06 -05:00
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.
475 B
Executable File
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 (../).