trivials
This commit is contained in:
parent
ea7c74445f
commit
c1546e7616
@ -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.
|
||||||
|
6
launch
6
launch
@ -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…
Reference in New Issue
Block a user