| # For postgresql | |
| echo "-> Remove taiga DB" | |
| dropdb taiga | |
| echo "-> Create taiga DB" | |
| createdb taiga | |
| echo "-> Load migrations" | |
| python manage.py migrate | |
| echo "-> Load initial user (admin/123123)" | |
| python manage.py loaddata initial_user --traceback | |
| echo "-> Load initial project_templates (scrum/kanban)" | |
| python manage.py loaddata initial_project_templates --traceback | |
| echo "-> Generate sample data" | |
| python manage.py sample_data --traceback | |
| echo "-> Rebuilding timeline" | |
| python manage.py rebuild_timeline --purge |
--
Please help us keep the Taiga.io Community open and inclusive, follow our Code of Conduct:
https://github.com/taigaio/code-of-conduct/blob/master/CODE_OF_CONDUCT.md
---
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To post to this group, send email to tai...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/7b62b373-045b-4c78-9f85-e66578c76ffe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/64da4e84-b979-4383-a432-d6ee30a29391%40googlegroups.com.