Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

autonomens/terra-back

Repository files navigation

This is the Terra API.

Requirements

On Ubuntu, do not use the system packages, which are too old.

Usage

First launch

Create a docker.env file:

  • mv docker.env.dist docker.env
  • Edit the settings

Build Container

docker-compose build

Running the project

docker-compose up

docker-compose down

docker-compose up (postgres image)

Running tests

docker-compose exec django bash

django@container_id:/code$ source venv/bin/activate

(venv) django@353cfc271a48:/code$ tox (global)

(venv) django@353cfc271a48:/code$ tox terracommon.terra (pour terra)

Applying Django migrations

docker-compose run --rm django /code/venv/bin/python3.6 ./manage.py migrate

About

Backend for all terralego applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages