Go to file
Cayo Puigdefabregas b8ab991a4f . 2024-09-27 09:48:46 +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 remove trash 2024-09-26 12:09:45 +02:00
db add minimal docker support for debugging 2024-08-02 13:05:09 +02:00
device add details in dashboard for placeholder 2024-09-26 13:09:55 +02:00
dhub good default django settings for deployments 2024-09-23 13:09:48 -03:00
docker docker: refactor init env vars 2024-09-24 09:52:18 -03:00
docs/es add modelo datos 2024-09-26 20:35:41 -03:00
documents base of proyect 2024-06-12 09:32:49 +02:00
evidence . 2024-09-27 09:48:46 +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 parsing components with new workbench 2024-09-25 12:51:08 +02:00
utils add parsing components with new workbench 2024-09-25 12:51:08 +02:00
.env.example docker: add optional DEMO env var 2024-09-24 09:50:57 -03:00
.gitignore add .env ignore 2024-07-01 12:20:20 +02:00
README.md readme 2024-09-17 12:26:31 +02:00
docker-compose.yml docker: add optional DEMO env var 2024-09-24 09:50:57 -03:00
docker-reset.sh docker-reset: add detach arg for demo deployment 2024-09-26 20:06:37 -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 remove units and quantities addapted 2024-09-26 12:04:13 +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