Update DEV-SETUP.md

This commit is contained in:
Darren 2023-08-22 15:29:54 +08:00 committed by GitHub
parent 9811a4b623
commit 80224522a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,15 +6,15 @@ Install python3.6+ and Docker on your development environment, then
```
pip install -r requirements.txt
docker build https://github.com/Websoft9/websoft9.git#main:appmanage -t websoft9dev/appmanage:latest-rp
docker build https://github.com/Websoft9/websoft9.git#main:appmanage -t websoft9dev/appmanage:latest-pr
docker network create websoft9
git clone https://github.com/Websoft9/websoft9.git && cd websoft9/docker/appmanage && export APP_VERSION=latest-rp && docker compose up -d
git clone https://github.com/Websoft9/websoft9.git && cd websoft9/docker/appmanage && export APP_VERSION=latest-pr && docker compose up -d
```
## API UI
Access API by: **http://Internet IP:port/docs**
Access API by: **http://Internet IP:5000/docs**
### Test Automation
Coming soon...
Coming soon...