Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 549 Bytes

README.rst

File metadata and controls

31 lines (17 loc) · 549 Bytes

guillotina_scootermpi Docs

This application was generated by Guillotina's application cookiecutter.

Dependencies

Python >= 3.7

Installation

This example will use python virtual env:

python3 -m venv .
./bin/pip install -e .

Running

Most simple way to get running:

./bin/g

Running Postgresql Server:

docker run --rm -e POSTGRES_DB=guillotina -e POSTGRES_USER=guillotina -e POSTGRES_HOST_AUTH_METHOD=trust -p 127.0.0.1:5432:5432 --name postgres postgres:9.6