10 How to use this Repo
Joshua Laymon edited this page 2025-08-21 01:03:26 +00:00

Illustrations Database

To update the GitTea repo from Mac run this command in the terminal folder

git add .

git commit -m "Update"

git push origin main

To download changes to the LXC run this command

GIT_SSL_NO_VERIFY=1 git pull origin main

docker compose up -d

docker compose exec -T web python manage.py collectstatic --noinput

To update the docker files run this in the LXC

docker compose up -d

To force a reimport of the CSV

docker compose exec -T web python manage.py import_seed /data/imports/illustrations_seed.csv

gittea api key

333b9f78e0ca8998647daa5001df9d936eb39421

NOTES

if you ever reset the container you will need to run pip install openai in the container