Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 628 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 628 Bytes

Forest Monitor BackEnd Server

Publishing on DockerHub

To publish a new image to DockerHub, that the application version at forest_monitor/setup.py was increased.

Building with Docker

To build and push an image to Docker Hub, just run:

$ Docker/docker-build.sh

Running locally

Dependencies

To run the application locally, be sure too to install the following dependencies:

.. code-block:: shell $ apt-get update $ apt-get install -y build-essential libpq-dev python3-pip git $ pip3 install -r requirements.txt

Running

To run the application:

.. code-block:: shell $ python3 Docker/manage.py run