Skip to main content

The visualization plattform for ZEN Garden

Project description

ZEN Suite

Run with: uvicorn src.main:app Develop with: uvicorn src.main:app --reload --host 0.0.0.0

If chnages to the models are made, alembic is responsible for the migrations. Use the following steps:

Create change-scripts: alembic revision --autogenerate -m "<message>" Commit changes: alembic upgrade head

Build Docker-Container with docker build -t example --build-arg ssh_prv_key="$(cat ~/.ssh/id_rsa)" --build-arg ssh_pub_key="$(cat ~/.ssh/id_rsa.pub)" .

Watch out, this copies your private ssh-key to the container because the required repository (ZEN garden) is private and therefore you need git-authentification.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zen_temple-0.0.4.tar.gz (165.7 kB view hashes)

Uploaded Source

Built Distribution

zen_temple-0.0.4-py3-none-any.whl (188.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page