Skip to content

Commit

Permalink
feat: add sealos cloud install script and docs. (#4035)
Browse files Browse the repository at this point in the history
* sealos cloud install script.

* add todo

* fix ingress config.

* fix check mongo secret logic.

* add docs.

* fix script link

* fix curl and bash

* add sidebar.json

* mv install.sh to tmp dir.

* mv install.sh to tmp dir.
  • Loading branch information
lingdie committed Oct 7, 2023
1 parent 7ed76db commit 6b58756
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Expand Up @@ -34,5 +34,5 @@ If you can provide a certificate, it needs to resolve the following domains (ass
Execute the command and enter the parameters as prompted:

```bash
curl -sfL https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh | sudo bash -s
curl -sfL https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh -o /tmp/install.sh && bash /tmp/install.sh
```
Expand Up @@ -34,5 +34,5 @@ Sealos 需要使用证书来保证通信安全,默认在您不提供证书的
执行命令,并根据提示输入参数:

```bash
curl -sfL https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh | sudo bash -s
curl -sfL https://raw.githubusercontent.com/labring/sealos/main/scripts/cloud/install.sh -o /tmp/install.sh && bash /tmp/install.sh
```
13 changes: 13 additions & 0 deletions docs/4.0/sidebar.json
Expand Up @@ -19,6 +19,19 @@
"dirName": "quick-start/app-deployments"
}
]
},
{
"type": "category",
"label": "Installation",
"link": {
"type": "generated-index"
},
"items": [
{
"type": "autogenerated",
"dirName": "quick-start/installation"
}
]
}
]
},
Expand Down

0 comments on commit 6b58756

Please sign in to comment.