Skip to content

Instantly share code, notes, and snippets.

@josemarcosrf
Created August 5, 2022 10:51
Show Gist options
  • Save josemarcosrf/b07708c91f5fdb289422296c40b1a933 to your computer and use it in GitHub Desktop.
Save josemarcosrf/b07708c91f5fdb289422296c40b1a933 to your computer and use it in GitHub Desktop.
Install and run Exaclibur for Camelot (https://github.com/camelot-dev/excalibur)
# 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