Editors of Documents - GSI's document typesetting toolkit
Part of the FAVI System: https://github.com/guild-st-isidore-TO/fabrica-virtualis
STATUS (VIII Augustii MMXXV)
On Hold -- Bootstrapped projects by reusing old code, not much more
ETAB has been tested on:
MacOS Ventura 13.2.1
Open this repo's directory in the terminal and run:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Building docker image
docker build -t editoris-tabularum .
Listing docker images
docker images
Run docker image
docker run -d -p 5051:5051 editoris-tabularum
These paths should be accessible on the browser after running the image above:
http://localhost:5051/
http://localhost:5051/api/v1/books/all
Listing docker image/container status
docker ps -a