Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaos-zhu authored Aug 20, 2022
1 parent 96b06ef commit 65f305d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubuserconte
1. 安装Node.js
2. 安装pm2、安装yarn
3. 拉取代码:git clone https://github.com/chaos-zhu/easynode.git
4. 安装依赖:yarn
5. 启动服务:pm2 start server/app/main.js --name easynode-server
6. 访问:http://yourip:8082
4. cd server目录
5. 安装依赖:yarn
6. 启动服务:pm2 start server/app/main.js --name easynode-server
7. 访问:http://yourip:8082

- 默认登录密码:admin(首次部署完成后请及时修改).

Expand Down

0 comments on commit 65f305d

Please sign in to comment.