当前位置: 首页 > 工具软件 > Taiga > 使用案例 >

Docker部署Taiga

许天逸
2023-12-01

一、环境

Ubuntu18.04 on Windows

二、克隆

git clone http://github.com/kaleidos-ventures/taiga-docker/

遇到的bug:连接不上TLS

解决:将上面代码中的https改为http

三、启动 

$ sudo ./launch-all.sh

四、创建超级用户

# 使用以下脚本继续创建超级用户:
$ sudo ./taiga-manage.sh createsuperuser

# 该taiga-manage.sh脚本允许在后台实例上启动 manage.py 命令:
$ sudo ./taiga-manage.sh [COMMAND]

五、访问

http://localhost:9000

六、参考

https://github.com/kaleidos-ventures/taiga-docker/

 类似资料: