SETUP GUIDE¶
On first install you can run these commands¶
git clone –recursive https://github.com/wg-lux/lx-annotate.git
direnv allow
uv sync
python manage.py load_base_db_data
Subsequent installs¶
direnv allow
uv sync
Updating the frontend¶
cd frontend
direnv allow
npm run build
This installs the env dependencies of the frontend, installs the dependencies and runs the typescript compiler.
Running the server¶
You need to run
python
python manage.py runserver
to start the django server.
In luxnix production this changes to
Videos need to be placed in
data/import/video_import
pdfs in
data/import/report_import
to start processing.