This commit is contained in:
Darren 2023-09-19 17:10:00 +08:00 committed by GitHub
parent 3798dbafe3
commit e522642eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,10 @@
## Test it ## Test it
All backend services of Websoft9 is packaged to Docker image, if you have install Docker All backend services of Websoft9 is packaged to Docker image, just these steps you can running them:
``` ```
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && sudo systemctl enable docker && sudo systemctl start docker
sudo docker network create websoft9 sudo docker network create websoft9
wget https://websoft9.github.io/websoft9/docker/.env wget https://websoft9.github.io/websoft9/docker/.env
wget https://websoft9.github.io/websoft9/docker/docker-compose.yml wget https://websoft9.github.io/websoft9/docker/docker-compose.yml