初始化仓库;提供php和tsdb开发环境配置

This commit is contained in:
Yu Sun
2022-07-01 21:51:30 +08:00
commit 872045acbf
4 changed files with 91 additions and 0 deletions

23
REAMDE.md Normal file
View File

@@ -0,0 +1,23 @@
# SCADA
## 开发环境
拉取代码:
```bash
# 建议先配置SSH key pair
git clone ssh://git@118.195.187.246:10022/ysun/SCADA.git
cd SCADA
```
一键部署PHP workerman和TimescaleDB环境
```bash
docker compose up -d
```
进入交互式Prompt
```bash
docker exec -it scada bash
```