Commit cc1e52503c237e4f77dea26c0c22d0f127a506b1

Authored by 小小鲁班
Committed by GitHub
1 parent dd9860b4

Update README.md

Showing 1 changed file with 4 additions and 2 deletions
README.md
@@ -21,11 +21,13 @@ Mobile Page Builder&Generator with Drag&Drop @@ -21,11 +21,13 @@ Mobile Page Builder&Generator with Drag&Drop
21 ### 快速体验 21 ### 快速体验
22 > 使用官方提供的 [***一键安装脚本***](https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-install.sh),简化安装步骤,在本地通过使用 `Docker+Ubuntu 镜像`,即可`快速安装+体验` 鲁班H5 22 > 使用官方提供的 [***一键安装脚本***](https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-install.sh),简化安装步骤,在本地通过使用 `Docker+Ubuntu 镜像`,即可`快速安装+体验` 鲁班H5
23 23
  24 +> [快速体验-演示视频(海外站点, 访问略慢)](https://terminalizer.com/view/b1432a8c2508)
  25 +
24 > [快速体验-完整文档](https://github.com/ly525/luban-h5/wiki/Quick-Start(%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B%E7%AF%87)%EF%BC%9ADocker-Ubuntu-Image-for-Quick-Local-Dev) 26 > [快速体验-完整文档](https://github.com/ly525/luban-h5/wiki/Quick-Start(%E5%BF%AB%E9%80%9F%E4%B8%8A%E6%89%8B%E7%AF%87)%EF%BC%9ADocker-Ubuntu-Image-for-Quick-Local-Dev)
25 27
26 > 简而言之: 28 > 简而言之:
27 29
28 -```bash 30 +```shell
29 docker pull ubuntu 31 docker pull ubuntu
30 docker run -it -p 1234:80 -p 1235:1337 -v `pwd`:/app ubuntu 32 docker run -it -p 1234:80 -p 1235:1337 -v `pwd`:/app ubuntu
31 wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-install.sh | bash 33 wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-install.sh | bash
@@ -38,7 +40,7 @@ wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-ins @@ -38,7 +40,7 @@ wget -qO- https://raw.githubusercontent.com/ly525/luban-h5/dev/deploy/ubuntu-ins
38 # 2.1 宿主机访问 「鲁班前端」:localhost:1234/main, 即可看到鲁班的前端 40 # 2.1 宿主机访问 「鲁班前端」:localhost:1234/main, 即可看到鲁班的前端
39 ``` 41 ```
40 42
41 -<a href="https://terminalizer.com/view/b1432a8c2508"><img width="70%" alt="Gitter" src="https://user-images.githubusercontent.com/12668546/69896337-55d1ba00-1379-11ea-8a56-5122930d2501.png"></a> 43 +
42 44
43 45
44 ### 🔗Links/相关链接 46 ### 🔗Links/相关链接