20 lines
442 B
Markdown
Executable File
20 lines
442 B
Markdown
Executable File
# jcm Server Tools
|
|
## Jiang Cluster Management
|
|
|
|
- .comfig 配置文件
|
|
|
|
# 安装 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
|
|
```
|