mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
Taiga
Open source Agile project management tool.
Setup
- Fill out
.env
from the example. You are supposed to be able to set admin credentials here but I had issues with that. Use a util likeopenssl
for key generation. - Setup credentials using python util:
docker exec -it taiga-back python3 manage.py createsuperuser --username admin --email admin@example.com
Note: I had issues doing this call while RabbitMQ was enabled via this Celery util. I set CELERY_ENABLED=false
to get the call to work. This is supposed to have us use some slower utility as an alternative. AI assured me I could re-enable after the fact but I did not just to be safe.