forked from mirror/MCSManager
commit
01b42b1040
10
README.md
10
README.md
@ -78,18 +78,14 @@ mkdir /opt/mcsmanager/
|
||||
cd /opt/mcsmanager/
|
||||
|
||||
# Download the web project
|
||||
git clone https://github.com/MCSManager/MCSManager-Web-Production.git
|
||||
# Rename and enter the directory
|
||||
mv MCSManager-Web-Production web
|
||||
git clone https://github.com/MCSManager/MCSManager-Web-Production.git web
|
||||
cd web
|
||||
# Install dependencies
|
||||
npm install --production
|
||||
cd /opt/mcsmanager/
|
||||
|
||||
# Download the Daemon
|
||||
git clone https://github.com/MCSManager/MCSManager-Daemon-Production.git
|
||||
# Rename and enter the directory
|
||||
mv MCSManager-Daemon-Production daemon
|
||||
git clone https://github.com/MCSManager/MCSManager-Daemon-Production.git daemon
|
||||
cd daemon
|
||||
# Install dependencies
|
||||
npm install --production
|
||||
@ -203,7 +199,7 @@ npm run start
|
||||
|
||||
## i18n
|
||||
|
||||
The MCSManager internationlization was done by [Lazy](https://github.com/LazyCreeper), [KevinLu2000](https://github.com/KevinLu2000), [zijiren233](https://github.com/zijiren233) and [Unitwk](https://github.com/unitwk).
|
||||
The MCSManager internationalization was done by [Lazy](https://github.com/LazyCreeper), [KevinLu2000](https://github.com/KevinLu2000), [zijiren233](https://github.com/zijiren233) and [Unitwk](https://github.com/unitwk).
|
||||
|
||||
<br />
|
||||
|
||||
|
@ -111,18 +111,14 @@ mkdir /opt/mcsmanager/
|
||||
cd /opt/mcsmanager/
|
||||
|
||||
# 下载面板端(Web)程序
|
||||
git clone https://github.com/MCSManager/MCSManager-Web-Production.git
|
||||
# 重命名文件夹并进入
|
||||
mv MCSManager-Web-Production web
|
||||
git clone https://github.com/MCSManager/MCSManager-Web-Production.git web
|
||||
cd web
|
||||
# 安装依赖库
|
||||
npm install --production --registry=https://registry.npmmirror.com/
|
||||
cd /opt/mcsmanager/
|
||||
|
||||
# 下载守护进程(Daemon)程序
|
||||
git clone https://github.com/MCSManager/MCSManager-Daemon-Production.git
|
||||
# 重命名文件夹并进入
|
||||
mv MCSManager-Daemon-Production daemon
|
||||
git clone https://github.com/MCSManager/MCSManager-Daemon-Production.git daemon
|
||||
cd daemon
|
||||
# 安装依赖库
|
||||
npm install --production --registry=https://registry.npmmirror.com/
|
||||
|
Loading…
Reference in New Issue
Block a user