-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation: add mdbook source files
Signed-off-by: PI-Victor <[email protected]>
- Loading branch information
Showing
6 changed files
with
34 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[book] | ||
authors = ["PI-Victor"] | ||
language = "en" | ||
multilingual = false | ||
src = "src" | ||
title = "Odoo Cloud" | ||
edition = "2021" | ||
|
||
[build] | ||
build-dir = "../docs" |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Summary | ||
|
||
[Introduction](introduction.md) | ||
|
||
[Kubernetes](kubernetes.md) | ||
|
||
- [Persistent](./standalone.md) | ||
|
||
- [Ephemeral](./ephemeral.md):w |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Ephemeral |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Introduction |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Kubernetes | ||
|
||
In order to build and deploy the kubernetes manifests for ODOO, you need to | ||
install [kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/). | ||
|
||
If you don't have a local kubernetes cluster, you can pick a way for running | ||
one locally from the following: | ||
|
||
* [Colima](https://github.com/abiosoft/colima) - MacOS, Linux | ||
* [Docker](https://docs.docker.com/desktop/) - MacOS, Linux, Windows | ||
* [Rancher Desktop](https://rancher.com/products/rancher-desktop) - MacOS, Linux, Windows | ||
* [Minikube](https://minikube.sigs.k8s.io/docs/start/) - MacOS, Linux, Windows |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
# Standalone |