fix install
This commit is contained in:
parent
31664cbc4d
commit
b2da1c0f76
@ -15,10 +15,10 @@ English | **[中文文档](./README_CN.md)**
|
|||||||
```bash
|
```bash
|
||||||
# 1、Clone the repository
|
# 1、Clone the repository
|
||||||
|
|
||||||
# using ssh
|
# Clone projects on github
|
||||||
git clone git@github.com:kuaifan/dootask.git
|
|
||||||
# or you can use https
|
|
||||||
git clone https://github.com/kuaifan/dootask.git
|
git clone https://github.com/kuaifan/dootask.git
|
||||||
|
# or you can use gitee
|
||||||
|
git clone https://gitee.com/aipaw/dootask.git
|
||||||
|
|
||||||
# 2、enter directory
|
# 2、enter directory
|
||||||
cd dootask
|
cd dootask
|
||||||
|
@ -15,10 +15,10 @@
|
|||||||
```bash
|
```bash
|
||||||
# 1、克隆项目到您的本地或服务器
|
# 1、克隆项目到您的本地或服务器
|
||||||
|
|
||||||
# 使用ssh
|
# 通过github克隆项目
|
||||||
git clone git@github.com:kuaifan/dootask.git
|
|
||||||
# 或者你也可以使用https
|
|
||||||
git clone https://github.com/kuaifan/dootask.git
|
git clone https://github.com/kuaifan/dootask.git
|
||||||
|
# 或者你也可以使用gitee
|
||||||
|
git clone https://gitee.com/aipaw/dootask.git
|
||||||
|
|
||||||
# 2、进入目录
|
# 2、进入目录
|
||||||
cd dootask
|
cd dootask
|
||||||
|
10
docker/dns/dns.conf
Normal file
10
docker/dns/dns.conf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[program:dns]
|
||||||
|
directory=/var/www/docker/dns
|
||||||
|
command=/etc/init.d/dnsmasq restart
|
||||||
|
numprocs=1
|
||||||
|
autostart=true
|
||||||
|
autorestart=false
|
||||||
|
startretries=1
|
||||||
|
user=root
|
||||||
|
redirect_stderr=true
|
||||||
|
stdout_logfile=/var/log/supervisor/%(program_name)s.log
|
2
docker/office/.gitignore
vendored
2
docker/office/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
data
|
|
||||||
logs
|
|
1
docker/office/data/.gitignore
vendored
Normal file
1
docker/office/data/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*/
|
1
docker/office/logs/.gitignore
vendored
Normal file
1
docker/office/logs/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*/
|
Loading…
x
Reference in New Issue
Block a user