/MayaSammlungCh

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Maya-Sammlung.ch

Installation instructions:

The current page is driven by TurboGears2 using kajiki templates and sqlalchemy orm.

You have to add the database files to the app directory

use pip install TurboGears2, pip install kajiki and pip install sqlalchemy to install dependencies, set app as your working directory and start python main.py.

or run it in a docker container:

  • build: docker build -t katalog_py .
  • run:
    • interactive: docker run -it --rm -p 8080:8080 --mount type=bind,source="$(pwd)"/app,target=/app katalog_py
    • deferred: docker run -dt -p 8080:8080 --mount type=bind,source="$(pwd)"/app,target=/app --name katalog_py_instance katalog_py