初始提交
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user