-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: llhuii <[email protected]>
- Loading branch information
llhuii
committed
Sep 17, 2021
1 parent
8d515fb
commit 7a2d675
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
There are some ways to setup Sedna: | ||
- If you have already an existing Kubernetes environment, you can follow [this instruction](./install.md) | ||
- If you have none Kubernetes environment, you can follow [the all-in-one instruction](./all-in-one.md) | ||
- If you want to develop Sedna, you can try [the local-up instruction](./local-up.md) | ||
There are some ways to set up Sedna, depends on your use case: | ||
- If you have none Kubernetes environment and don't want to install Kubernetes manually, you can follow [the instruction](./all-in-one.md) to install all-in-one Sedna environment. | ||
- Else you can follow [this instruction](./install.md) to install Sedna on existing Kubernetes cluster. | ||
- Also [there is a local up script](./local-up.md) which is mainly used for developing Sedna, it boots a local Kubernetes cluster and installs Sedna based on local Sedna repository. | ||
|
||
After setup Sedna, you can try [examples](/examples). | ||
After set up Sedna, you can try out [examples](/examples). |