Files
jcm_/README.md

20 lines
442 B
Markdown
Raw Normal View History

2023-12-11 20:32:08 +08:00
# jcm Server Tools
2023-08-22 04:34:35 +08:00
## Jiang Cluster Management
2023-12-08 11:58:49 +00:00
- .comfig 配置文件
# 安装 install
```
2024-04-05 18:58:25 +00:00
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
2023-12-08 11:58:49 +00:00
```
# 试用
```
git clone https://github.com/XiaoXianNv-boot/jcm
cd jcm
python3 server/jcm.py
2023-12-11 20:32:08 +08:00
```