pull/1/head
Andy 8 years ago
parent ea7c74445f
commit c1546e7616
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -145,6 +145,8 @@ docker-compose up -d taiga
``` ```
Now you can access Taiga with your favorite Web Browser. 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 I recommend to run nginx reverse proxy in front of this container, so that
you could use TLS. you could use TLS.

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

Loading…
Cancel
Save