Install taiga auth plugin.
This commit is contained in:
parent
fc4640c0a1
commit
02306afcce
1 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue