Install taiga auth plugin.

This commit is contained in:
Ralph Bean 2015-06-16 15:41:48 +00:00
parent fc4640c0a1
commit 02306afcce

View file

@ -78,7 +78,18 @@
tags: taiga
### DONE with db stuff
### NEXT, setup taiga-back from git
### NEXT, Install our plugin for the backend first
- command: sudo -u taiga git clone https://github.com/fedora-infra/taiga-contrib-fas-openid-auth.git
chdir=/home/taiga/
creates=/home/taiga/taiga-contrib-fas-openid-auth
tags: taiga
- command: python3 setup.py develop
chdir=/home/taiga/taiga-contrib-fas-openid-auth
tags: taiga
### DONE with our plugin
### THEN, setup taiga-back from git
- command: sudo -u taiga git clone https://github.com/taigaio/taiga-back.git
chdir=/home/taiga/
creates=/home/taiga/taiga-back