Setup taiga-front.

This commit is contained in:
Ralph Bean 2015-06-16 16:38:54 +00:00
parent bd9ac08577
commit 0c62388942
2 changed files with 28 additions and 0 deletions

View 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
}

View file

@ -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