Update README.md

This commit is contained in:
chaoszhu 2022-06-08 23:15:03 +08:00 committed by GitHub
parent 9507c2d351
commit 1607ac3189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,11 +44,12 @@ wget -N --no-check-certificate xxx && bash easynode-server-install.sh
#### 手动部署
1. 安装Node.js
2. 拉取代码:
3. 安装依赖:
4. 配置域名:
5. 启动服务:
6. 访问http://domain:8082
2. 安装pm2、安装yarn
3. 拉取代码git clone https://github.com/chaos-zhu/easynode.git
4. 安装依赖yarn
5. 配置域名vim server/app/config/index.js 在domain字段中填写你解析到服务器的域名
6. 启动服务pm2 start server/app/main.js
7. 访问http://domain:8082
- 默认登录密码admin(首次部署完成后请及时修改).