-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wang.wangqiang
committed
Apr 16, 2024
1 parent
c7f3eab
commit a35e0d0
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
也希望有网络同学一起来更新维护这个库,共同提高技术,也为其他同学提供便利 |