Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wang.wangqiang committed Apr 16, 2024
1 parent c7f3eab commit a35e0d0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

# 功能

### 飞塔防火墙
策略生成
策略修改

# cli_creator_backend
如需想自己部署玩,本地部署
```shell
git clone https://github.com/wangqiang1988/cli_creator_backend
cd cli_creator_backend && cd cli_creator
pip install -r requirements.txt
python .\manage.py runserver 0.0.0.0:8080
```
docker部署
```
git clone https://github.com/wangqiang1988/cli_creator_backend
cd cli_creator_backend
cd cli_creator
docker build -t cli_creator_backend .
docker run -p 8080:8080 cli_creator_backend
```

# 开发中的版本
开发中的版本https://cli.madless.club

也希望有网络同学一起来更新维护这个库,共同提高技术,也为其他同学提供便利

0 comments on commit a35e0d0

Please sign in to comment.