Update README-en.md

Add detailed configuration, data can be migrated
This commit is contained in:
inSilen Studio 2023-04-20 15:19:57 +08:00 committed by GitHub
parent 655c632606
commit fb47b70541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,8 @@ https://podman.io/getting-started/installation
2. start the container 2. start the container
Simple
```bash ```bash
podman run -dit \ podman run -dit \
--network bridge \ --network bridge \
@ -64,6 +66,23 @@ podman run -dit \
docker.io/whyour/qinglong:latest docker.io/whyour/qinglong:latest
``` ```
Detailed configuration, data can be migrated
```bash
podman run -dit \
--network bridge \
-v $PWD/data/config:/ql/config \
-v $PWD/data/log:/ql/log \
-v $PWD/data/db:/ql/db \
-v $PWD/data/scripts:/ql/scripts \
-v $PWD/data/repo:/ql/repo \
-v $PWD/data/raw:/ql/raw \
-p 5700:5700 \
--name qinglong \
--hostname qinglong \
docker.io/whyour/qinglong:latest
```
### Docker Deployment ### Docker Deployment
1. docker installation 1. docker installation
@ -93,6 +112,8 @@ systemctl restart docker
3. start the container 3. start the container
Simple
```bash ```bash
docker run -dit \ docker run -dit \
-v $PWD/ql/data:/ql/data \ -v $PWD/ql/data:/ql/data \
@ -103,6 +124,23 @@ docker run -dit \
whyour/qinglong:latest whyour/qinglong:latest
``` ```
Detailed configuration, data can be migrated
```bash
docker run -dit \
-v $PWD/data/config:/ql/config \
-v $PWD/data/log:/ql/log \
-v $PWD/data/db:/ql/db \
-v $PWD/data/scripts:/ql/scripts \
-v $PWD/data/repo:/ql/repo \
-v $PWD/data/raw:/ql/raw \
-p 5700:5700 \
--name qinglong \
--hostname qinglong \
--restart unless-stopped \
whyour/qinglong:latest
```
### Docker-compose Deployment ### Docker-compose Deployment
1. docker-compose installation 1. docker-compose installation
@ -215,4 +253,4 @@ The Green Dragon, also known as the Canglong, is one of the four elephants and o
In the Book of the Later Han Dynasty (後漢書-律曆志下), it is written: "The sun is in the sky, a cold and a summer, the four seasons are ready, all things are changed, the regency moves, and the green dragon moves to the star, which is called the year. (The Year of the Star) In the Book of the Later Han Dynasty (後漢書-律曆志下), it is written: "The sun is in the sky, a cold and a summer, the four seasons are ready, all things are changed, the regency moves, and the green dragon moves to the star, which is called the year. (The Year of the Star)
Among the [twenty-eight Chinese constellations](https://zh.wikipedia.org/wiki/%E4%BA%8C%E5%8D%81%E5%85%AB%E5%AE%BF), the Green Dragon is the generic name for the seven eastern constellations (Horn, Hyper, Diao, Fang, Heart, Tail and Minchi). It is known in Taoism as "Mengzhang" and in different Taoist scriptures as "Dijun", "Shengjian", "Shenjian" and He is also known in different Daoist scriptures as "Dijun", "Shengjun", "Shenjun" and "Ghost Catcher"[1], and is the guardian deity of Daoism, together with the White Tiger Supervisor of Soldiers. Among the [twenty-eight Chinese constellations](https://zh.wikipedia.org/wiki/%E4%BA%8C%E5%8D%81%E5%85%AB%E5%AE%BF), the Green Dragon is the generic name for the seven eastern constellations (Horn, Hyper, Diao, Fang, Heart, Tail and Minchi). It is known in Taoism as "Mengzhang" and in different Taoist scriptures as "Dijun", "Shengjian", "Shenjian" and He is also known in different Daoist scriptures as "Dijun", "Shengjun", "Shenjun" and "Ghost Catcher"[1], and is the guardian deity of Daoism, together with the White Tiger Supervisor of Soldiers.