2021-11-18 02:31:17 +00:00
2021-09-23 10:17:49 +08:00
2021-05-29 16:52:48 +08:00
2021-05-29 16:52:48 +08:00
2021-06-17 12:40:37 +08:00
2021-07-13 08:01:22 +08:00
2021-08-27 12:10:35 +08:00
2021-09-24 18:52:57 +08:00
2021-09-23 12:11:11 +08:00
2021-09-23 12:11:11 +08:00
2021-06-29 22:44:29 +08:00
2021-05-29 16:52:48 +08:00
2021-05-29 16:52:48 +08:00
2021-05-29 17:11:41 +08:00
2021-05-29 16:52:48 +08:00
2021-07-13 17:42:47 +08:00
2021-07-13 17:42:47 +08:00
2021-05-29 16:52:48 +08:00
2021-06-25 14:26:24 +08:00
2021-05-29 16:52:48 +08:00
2021-05-29 16:52:48 +08:00
cmd
2021-09-08 10:46:14 +08:00
2021-07-27 22:33:15 +08:00
2021-07-27 22:33:15 +08:00
2021-11-18 02:31:17 +00:00
2021-09-23 12:11:11 +08:00
2021-05-29 16:52:48 +08:00
2021-08-29 15:58:43 +08:00
2021-08-29 15:49:54 +08:00
2021-08-29 15:58:43 +08:00
2021-05-29 16:52:48 +08:00
2021-06-25 18:24:47 +08:00
2021-07-09 19:03:41 +08:00

Install (Docker)

English | 中文文档

Setup

Docker & Docker Compose must be installed

Deployment project

# 1、Clone the repository

# using ssh
git clone git@github.com:kuaifan/dootask.git
# or you can use https
git clone https://github.com/kuaifan/dootask.git

# 2、enter directory
cd dootask

# 3、Build project
./cmd install

Installed, project url: http://IP:PORTPORTDefault is2222)。

Default Account

account: admin@dootask.com
password: 123456

Change port

./cmd php bin/run --port=2222
./cmd up -d

Stop server

./cmd stop

# P.S: Once application is set up, whenever you want to start the server (if it is stopped) run below command
./cmd start

Shortcuts for running command

# You can do this using the following command
./cmd artisan "your command"          // To run a artisan command
./cmd php "your command"              // To run a php command
./cmd composer "your command"         // To run a composer command
./cmd supervisorctl "your command"    // To run a supervisorctl command
./cmd test "your command"             // To run a phpunit command
./cmd npm "your command"              // To run a npm command
./cmd yarn "your command"             // To run a yarn command
./cmd mysql "your command"            // To run a mysql command (use `./cmd mysql bak` Backup database)

Upgrade

Note: Please back up your data before upgrading!

# Enter directory and run command
./cmd update

Uninstall

# Enter directory and run command
./cmd uninstall
Description
DooTask是一款轻量级的开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具。
Readme 90 MiB
Languages
JavaScript 76%
PHP 12.2%
Vue 4.9%
CSS 4.3%
SCSS 1.9%
Other 0.7%