Go to file
Cayo Puigdefabregas 124395a313 edit and delete user 2024-10-07 16:56:24 +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
dashboard add institutio as owner of devices and add owner to xapian docs 2024-10-04 17:32:53 +02:00
db add minimal docker support for debugging 2024-08-02 13:05:09 +02:00
device add institutio as owner of devices and add owner to xapian docs 2024-10-04 17:32:53 +02:00
dhub add base admin panel for admin users 2024-10-03 17:46:02 +02:00
docker add minimal docker support for debugging 2024-08-02 13:05:09 +02:00
documents base of proyect 2024-06-12 09:32:49 +02:00
evidence add institutio as owner of devices and add owner to xapian docs 2024-10-04 17:32:53 +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 fix pagination 2024-10-02 12:51:40 +02:00
tag base of proyect 2024-06-12 09:32:49 +02:00
user add Institution in the model 2024-09-17 17:28:14 +02:00
utils add institutio as owner of devices and add owner to xapian docs 2024-10-04 17:32:53 +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 2024-09-17 12:26:31 +02:00
docker-compose.yml add minimal docker support for debugging 2024-08-02 13:05:09 +02:00
manage.py base of proyect 2024-06-12 09:32:49 +02:00
requirements.txt Import device from a file 2024-09-03 16:41:38 +02:00
reset.sh add Institution in the model 2024-09-17 17:28:14 +02:00

README.md

INSTALACION:

la instalacion es muy estandar

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

IMPORTANT EXTERNAL DEPENDETS

Para arrancarlo es necesario tener el paquete xapian-bindings en tu ordenador. No se instala por pip asi que depende de cada sistema operativo: https://xapian.org/download

Luego solo necesitas:

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