mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
Update DEV-SETUP.md
This commit is contained in:
parent
9811a4b623
commit
80224522a6
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user