We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473ce03 commit 9c11be7Copy full SHA for 9c11be7
README.md
@@ -27,7 +27,16 @@ Lain 是一个基于 docker 的 PaaS 系统。
27
- [下载](https://github.com/laincloud/lain/archive/2.1.0.tar.gz)
28
- [Release note](https://github.com/laincloud/lain/releases/tag/v2.1.0)
29
30
-## Getting started
+## Quick Start
31
+
32
+```shell
33
+curl -fsSL https://github.com/laincloud/lain/archive/2.1.0.tar.gz | tar xf -
34
+cd lain-2.1.0
35
+vagrant up
36
+vagrant ssh
37
+# In the Vagrant machine
38
+cd /vagrant && sudo ./bootstrap -r docker.io/laincloud
39
+```
40
41
完整的文档在[这里](https://laincloud.gitbooks.io/white-paper/content/),其中:
42
- [Demo Cluster](https://laincloud.gitbooks.io/white-paper/quickstart/demo.html) 展示了如何快速启动一个 Demo 集群
0 commit comments