Go to file
sergio_gimenez 9b24d5e42b Merge branch 'main' into feature/90-implement-public-website-for-device 2024-10-15 10:05:01 +02:00
action base of proyect 2024-06-12 09:32:49 +02:00
api fix delete token. only user tokens allowed 2024-09-20 14:30:31 +02:00
dashboard add interface for create tokens by user for user 2024-09-20 14:25:49 +02:00
db add minimal docker support for debugging 2024-08-02 13:05:09 +02:00
device 90: Add device model in the title 2024-10-08 08:02:42 +02:00
dhub docker: bugfix to make it work 2024-09-20 12:27:07 -03: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 get the first network card 2024-09-23 14:30:47 +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 add institutions and get new worbench 2024-09-18 18:01:46 +02:00
tag base of proyect 2024-06-12 09:32:49 +02:00
user add institutions and get new worbench 2024-09-18 18:01:46 +02:00
utils add institutions and get new worbench 2024-09-18 18:01:46 +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 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
prevision.txt 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 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