websoft9/appmanage/docs/DEV-SETUP.md

20 lines
508 B
Markdown
Raw Normal View History

2023-07-21 16:14:35 +08:00
# Dev-Setup
2023-04-10 14:52:59 +08:00
2023-07-20 17:51:24 +08:00
## Deployment
2023-04-10 13:36:02 +08:00
2023-07-21 11:42:36 +08:00
Install python3.6+ and Docker on your development environment, then
2023-04-10 14:13:58 +08:00
2023-04-10 14:14:23 +08:00
```
2023-07-20 17:51:24 +08:00
pip install -r requirements.txt
2023-07-21 11:42:36 +08:00
docker build https://github.com/Websoft9/websoft9.git#main:appmanage -t websoft9dev/appmanage:latest-rp
2023-07-20 17:51:24 +08:00
docker network create websoft9
2023-07-21 11:42:36 +08:00
git clone https://github.com/Websoft9/websoft9.git && cd websoft9/docker/appmanage && export APP_VERSION=latest-rp && docker compose up -d
2023-04-10 14:14:23 +08:00
```
2023-04-10 13:46:02 +08:00
2023-07-20 17:51:24 +08:00
## API UI
2023-04-10 16:39:45 +08:00
2023-07-20 17:51:24 +08:00
Access API by: **http://Internet IP:port/docs**
2023-04-11 09:40:16 +08:00
2023-07-20 17:51:24 +08:00
### Test Automation
2023-04-10 16:39:45 +08:00
2023-07-21 11:42:36 +08:00
Coming soon...