Setup taiga-front.
This commit is contained in:
parent
bd9ac08577
commit
0c62388942
2 changed files with 28 additions and 0 deletions
12
roles/taiga/files/conf.json
Normal file
12
roles/taiga/files/conf.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"api": "http://taiga.cloud.fedoraproject.org/api/v1/",
|
||||
"eventsUrl": "ws://taiga.cloud.fedoraproject.org/events",
|
||||
"debug": true,
|
||||
"publicRegisterEnabled": true,
|
||||
"feedbackEnabled": true,
|
||||
"privacyPolicyUrl": null,
|
||||
"termsOfServiceUrl": null,
|
||||
"maxUploadFileSize": null,
|
||||
"contribPlugins": ["js/fas_openid_auth.js"],
|
||||
"debugInfo": false
|
||||
}
|
|
@ -129,3 +129,19 @@
|
|||
mode=0640 owner=taiga group=taiga
|
||||
notify: restart taiga-back
|
||||
tags: taiga
|
||||
### DONE with taiga-back
|
||||
|
||||
### Getting close to the end.. setup taiga-front-dist from git
|
||||
- command: sudo -u taiga git clone https://github.com/taigaio/taiga-front-dist.git
|
||||
chdir=/home/taiga/
|
||||
creates=/home/taiga/taiga-front-dist
|
||||
tags: taiga
|
||||
|
||||
- command: sudo -u taiga git checkout 1.6.0
|
||||
chdir=/home/taiga/taiga-front-dist
|
||||
tags: taiga
|
||||
|
||||
- copy: conf.json dest=/home/taiga/taiga-front-dist/dist/js/conf.json
|
||||
mode=0644 owner=taiga group=taiga
|
||||
tags: taiga
|
||||
### DONE with taiga-front
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue