Skip to content

Commit

Permalink
docs(deployment): update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Jan 11, 2020
1 parent 81093c0 commit 131e802
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/ubuntu-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# @Author: ly525
# @Date: 2019-11-30 13:24:57
# @LastEditors : ly525
# @LastEditTime : 2020-01-11 12:20:31
# @LastEditTime : 2020-01-11 17:06:44
# @FilePath: /luban-h5/deploy/ubuntu-install.sh
# @Github: https://github.com/ly525/luban-h5
# @Description:
Expand Down Expand Up @@ -329,6 +329,7 @@ function install_luban-h5 {
installing luban-h5
cd ~/
git clone https://github.com/ly525/luban-h5
cd luban-h5

# # 鲁班前端
# cd luban-h5/front-end/h5 && yarn && yarn build # build editor and preview engine
Expand Down
1 change: 1 addition & 0 deletions docs/en/getting-started/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ npm install pm2 -g
```bash
# just run the following code on the server
git clone https://github.com/ly525/luban-h5.git
cd luban-h5
./luban-h5.sh init # installation dependency, build front-end and back-end
./luban-h5.sh start # just start the service
./luban-h5.sh stop # stop the service
Expand Down
1 change: 1 addition & 0 deletions docs/zh/getting-started/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

```bash
git clone https://github.com/ly525/luban-h5.git
cd luban-h5
./luban-h5.sh init # 安装依赖,构建前后端
./luban-h5.sh start # 启动项目即可
./luban-h5.sh stop # 停止服务
Expand Down

0 comments on commit 131e802

Please sign in to comment.