Skip to content

geoadmin/service-control

Repository files navigation

service-control

Branch Status
develop Build Status
master Build Status

Table of Content

Summary of the project

service-control provides and manages the verified permissions. TBC

Local development

Dependencies

Prerequisites on host for development and build:

  • python version 3.12
  • pipenv
  • docker and docker compose

Setup

Copy the .env.dist file to .env on your local machine:

cp .env.dist .env

Initialize the local python environment with pipenv:

pipenv sync -d

and start the local postgres container

docker compose up