Add Precise API endpoint

pull/273/head
Kris Gesling 2021-07-15 09:49:31 +09:30
parent 232b7b6213
commit dcd2b5ec5f
1 changed files with 7 additions and 0 deletions

View File

@ -176,6 +176,13 @@ pipenv install
cd /opt/selene/selene-backend/api/public
pipenv install
```
## Precise API
* Recommended server configuration: Ubuntu 18.04 LTS, 1 CPU, 1GB RAM, 5GB disk
* Create the virtual environment and install the requirements for the application
```
cd /opt/selene/selene-backend/api/precise
pipenv install
```
# Running the APIs
Each API is configured to run on port 5000. This is not a problem if each is running in its own VM but will be an
issue if all APIs are running on the same server, or if port 5000 is already in use. To address these scenarios,