kenvac / workflows_engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

git clone git@github.com:unipartdigital/workflows_engine.git
cd workflows_engine
pip install -r pip-requirements.txt --user
pip install . --user

Pipenv

pipenv --three && pipenv run pip install -r pip-requirements.txt && pipenv shell

Docs

Building

Local

To build the documentation

pip install .[doc] --user
cd docs
make html

Docker

It is possible to build and serve the html in a docker container

docker build -t workflow_docs -f ./docs/Dockerfile .
docker run -p 80:8080 workflow_docs

Then just visit http://localhost:8080/.

About


Languages

Language:Python 99.6%Language:Dockerfile 0.4%