Go to file
Cayo Puigdefabregas 017dc818da add url in settings and legacy 2024-10-11 13:46:21 +02:00
action base of proyect 2024-06-12 09:32:49 +02:00
admin edit and delete user 2024-10-07 16:56:24 +02:00
api token to user panel link and add tags to tokens 2024-10-10 14:03:08 +02:00
dashboard token to user panel link and add tags to tokens 2024-10-10 14:03:08 +02:00
db add minimal docker support for debugging 2024-08-02 13:05:09 +02:00
device merge ekoa 2024-10-10 11:44:23 +02:00
dhub merge ekoa 2024-10-10 11:44:23 +02:00
docker docker: add_institution command 2024-09-19 14:05:28 -03:00
documents base of proyect 2024-06-12 09:32:49 +02:00
evidence merge new main 2024-10-10 12:40:52 +02:00
example Import device from a file 2024-09-03 16:41:38 +02:00
login fix redirect from login view 2024-07-09 13:34:57 +02:00
lot merge new main 2024-10-10 12:40:52 +02:00
tag base of proyect 2024-06-12 09:32:49 +02:00
user add url in settings and legacy 2024-10-11 13:46:21 +02:00
utils merge new main 2024-10-10 12:40:52 +02:00
.gitignore add .env ignore 2024-07-01 12:20:20 +02:00
LICENSE add LICENSE before going public 2024-09-18 12:10:36 -03:00
README.md README: fix typos 2024-10-03 19:48:27 +02:00
docker-compose.yml docker: bugfix to make it work 2024-09-20 12:27:07 -03:00
docker-reset.sh docker-reset.sh: add debug flag 2024-09-20 12:28:48 -03:00
manage.py base of proyect 2024-06-12 09:32:49 +02:00
requirements.txt api 2024-09-19 18:22:17 +02:00
reset.sh add admin from add_user command 2024-10-07 16:57:26 +02:00

README.md

INSTALACIÓN:

La instalación es muy estándar

python -m venv env
source env/bin/actevate
python install -r requirements.txt

IMPORTANT EXTERNAL DEPENDENCIES

Para arrancarlo es necesario tener el paquete xapian-bindings en tu ordenador. No se instala mediante pip, así que depende de cada sistema operativo.

Luego solo necesitas:

./manage.py migrate
./manage.py runserver