初始提交

This commit is contained in:
2024-10-21 16:08:21 +08:00
commit 37197d80d6

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# jcm Server Tools
## Jiang Cluster Management
## Jiang 服务器集群管理面板
- .comfig 配置文件
# 使用python安装
```
curl -#fL -o install.py -C - https://github.com/XiaoXianNv-boot/jcm/releases/download/install/install.py && python install.py
```
# 安装 install
```
wget https://github.com/XiaoXianNv-boot/jcm/releases/download/install/install.sh -c -O install.sh && sh install.sh
```
```
curl -#fL -o install.sh -C - https://github.com/XiaoXianNv-boot/jcm/releases/download/install/install.sh && sh install.sh
```
# 试用
```
git clone https://github.com/XiaoXianNv-boot/jcm
cd jcm
python3 server/jcm.py
```