This commit is contained in:
Andy 2016-04-11 10:41:44 +02:00
parent ea7c74445f
commit c1546e7616
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC
2 changed files with 3 additions and 5 deletions

View File

@ -145,6 +145,8 @@ docker-compose up -d taiga
```
Now you can access Taiga with your favorite Web Browser.
Default user **admin** with password **123123** will be created on the first
run. **Please do not forget to change the password.**
I recommend to run nginx reverse proxy in front of this container, so that
you could use TLS.

6
launch
View File

@ -57,13 +57,9 @@ deactivate'
touch /tmp/taiga.firstrun
# (Optional) Create a new user admin with password 123123 and
# fill Taiga with the Sample data
# (Optional) Fill Taiga with the Sample data
# su -s /bin/sh $USER -c '. $DATA/venvtaiga/bin/activate
# cd $DATA/taiga-back
# python manage.py loaddata initial_user
# python manage.py loaddata initial_project_templates
# python manage.py loaddata initial_role
# python manage.py sample_data
# deactivate'