ipedrazas / taiga-docker

Docker scripts to run your own Taiga
Apache License 2.0
324 stars 115 forks source link

Taiga `setup.sh` Failure #57

Closed ztroop closed 1 year ago

ztroop commented 6 years ago

Hi. I wanted to give this project a spin, and it doesn't appear to be working. I've given the docker-compose a shot, but wasn't able to login. Even after trying the suggestions mentioned in issue #37, still ended up getting a 405. In response to that, I purged and started over with the setup.sh but I still can't login and didn't get any response code that would indicate trouble.

I think setup.sh and docker-compose.yml need some serious TLC. If this project is no longer maintained, I will try doing this in a different repository.

API_NAME: localhost
e5cf2f31f20d8d101197794a70dde8471b0f5ce96448039a93265cac5f8f3ede
49f2fe81b77a22bb4f874486db5973e028940fce1c300d1b06ec68b1cc2d5d75
272a17c7212091ce47fe2419e43c66ee53a4624a09994dada49b26adf6fd7468
createuser: creation of new role failed: ERROR:  role "taiga" already exists
createdb: database creation failed: ERROR:  database "taiga" already exists
-> Remove taiga DB
regenerate.sh: line 5: dropdb: command not found
-> Create taiga DB
regenerate.sh: line 7: createdb: command not found
-> Run syncdb
Trying import local.py settings...
WARNING: Using backend without django-transaction-hooks support, auto delete files will not work.
Operations to perform:
  Synchronize unmigrated apps: searches, export_import, sitemaps, front, sr, raven_compat, django_jinja, django_transactional_cleanup, _humanize
  Apply all migrations: timeline, bitbucket, feedback, milestones, notifications, github, attachments, history, tasks, gitlab, custom_attributes, votes, easy_thumbnails, auth, projects, sessions, references, admin, wiki, contenttypes, users, userstories, webhooks, issues, userstorage, djmail
Synchronizing apps without migrations:
  Creating tables...
  Installing custom SQL...
  Installing indexes...
Running migrations:
  No migrations to apply.
  Your models have changes that are not yet reflected in a migration, and so won't be applied.
  Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
-> Load initial user
Trying import local.py settings...
WARNING: Using backend without django-transaction-hooks support, auto delete files will not work.
Installed 1 object(s) from 1 fixture(s)
-> Load initial project_templates
Trying import local.py settings...
WARNING: Using backend without django-transaction-hooks support, auto delete files will not work.
Installed 2 object(s) from 1 fixture(s)
-> Load initial roles
Trying import local.py settings...
WARNING: Using backend without django-transaction-hooks support, auto delete files will not work.
Installed 0 object(s) from 0 fixture(s)
-> Generate sample data
-> Rebuilding timeline
Trying import local.py settings...
WARNING: Using backend without django-transaction-hooks support, auto delete files will not work.
➜  taiga-docker git:(master) ✗ docker -v
Docker version 17.12.0-ce, build c97c6d6