Created
August 5, 2022 10:51
-
-
Save josemarcosrf/b07708c91f5fdb289422296c40b1a933 to your computer and use it in GitHub Desktop.
Install and run Exaclibur for Camelot (https://github.com/camelot-dev/excalibur)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. Install system deps | |
apt install ghostscript python3-tk | |
# 2. Install python deps | |
pip install | |
excalibur-py \ | |
python3-ghostscript \ | |
"jinja2<3.1.0" \ | |
"Flask==1.1.4" \ | |
"markupsafe==2.0.1" | |
# 3. Update the faulty exaclibur site-package task.py | |
# https://github.com/camelot-dev/excalibur/issues/152 | |
# 4. Init exaclibur DB | |
excalibur initdb | |
# 5. run the web-server | |
excalibur webserver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment