Importing a project

Importing a project

An existing project's json can be imported into Taiga as follows:
  1. Connect to taiga using the Web terminal
  2. Upload the project.json using the 'Upload to /tmp' button
  3. su cloudron
  4. source /app/code/taiga/bin/activate
  5. export DJANGO_SETTINGS_MODULE=settings.config
  6. cd /app/code/taiga-back
  7. python manage.py load_dump /tmp/project.json email@domain.com (replace the required values)