Skip to content

andersinno/passari-web-ui

 
 

Repository files navigation

passari-web-ui

Web application to watch and administrate the workflow.

Installation

sudo dnf install python3 python3-virtualenv
python3 -mvenv venv
source venv/bin/activate
# Install Passari first. Replace 1.1 with newer version if tagged.
pip install --upgrade git+https://github.com/finnish-heritage-agency/[email protected]#egg=passari
# Install Passari Workflow 1.1. Replace 1.1 with newer version if tagged.
pip install --upgrade git+https://github.com/finnish-heritage-agency/[email protected]#egg=passari-workflow
# Finally, install Passari Web UI 1.1. Replace 1.1 with newer version if tagged.
pip install --upgrade git+https://github.com/finnish-heritage-agency/[email protected]#egg=passari-web-ui

Documentation

Documentation can be generated using Sphinx by running the following command:

pip install -e .[docs]
cd docs && make html

About

Web UI for passari-workflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.9%
  • Python 15.6%
  • HTML 12.4%
  • CSS 3.1%