DooTask:轻量级的开源项目管理工具
Docker安装
克隆Github仓库地址:
git clone --depth=1 https://github.com/kuaifan/dootask.git # 国内用Gitee git clone --depth=1 https://gitee.com/aipaw/dootask.git cd dootask
或者上传压缩包并解压:
DooTask源码包及桌面exe安装包下载地址:夸克网盘(提取码:pH7C)
unzip -q dootask-1.9.18.zip cd dootask-1.9.18
执行安装:
./cmd install # 或者制定端口 ./cmd install --port 8080