From 6030937bca459f94a9f032dbfacb9c1137a805a2 Mon Sep 17 00:00:00 2001 From: PI-Victor Date: Sat, 18 Jun 2022 05:10:55 +0200 Subject: [PATCH] documentation: add mdbook source files Signed-off-by: PI-Victor --- documentation/book.toml | 10 ++++++++++ documentation/src/SUMMARY.md | 9 +++++++++ documentation/src/ephemeral.md | 1 + documentation/src/introduction.md | 1 + documentation/src/kubernetes.md | 12 ++++++++++++ documentation/src/standalone.md | 1 + 6 files changed, 34 insertions(+) create mode 100644 documentation/book.toml create mode 100644 documentation/src/SUMMARY.md create mode 100644 documentation/src/ephemeral.md create mode 100644 documentation/src/introduction.md create mode 100644 documentation/src/kubernetes.md create mode 100644 documentation/src/standalone.md diff --git a/documentation/book.toml b/documentation/book.toml new file mode 100644 index 0000000..4b80f27 --- /dev/null +++ b/documentation/book.toml @@ -0,0 +1,10 @@ +[book] +authors = ["PI-Victor"] +language = "en" +multilingual = false +src = "src" +title = "Odoo Cloud" +edition = "2021" + +[build] +build-dir = "../docs" \ No newline at end of file diff --git a/documentation/src/SUMMARY.md b/documentation/src/SUMMARY.md new file mode 100644 index 0000000..5806241 --- /dev/null +++ b/documentation/src/SUMMARY.md @@ -0,0 +1,9 @@ +# Summary + +[Introduction](introduction.md) + +[Kubernetes](kubernetes.md) + +- [Persistent](./standalone.md) + +- [Ephemeral](./ephemeral.md):w diff --git a/documentation/src/ephemeral.md b/documentation/src/ephemeral.md new file mode 100644 index 0000000..d8a799c --- /dev/null +++ b/documentation/src/ephemeral.md @@ -0,0 +1 @@ +# Ephemeral diff --git a/documentation/src/introduction.md b/documentation/src/introduction.md new file mode 100644 index 0000000..e10b99d --- /dev/null +++ b/documentation/src/introduction.md @@ -0,0 +1 @@ +# Introduction diff --git a/documentation/src/kubernetes.md b/documentation/src/kubernetes.md new file mode 100644 index 0000000..856c5df --- /dev/null +++ b/documentation/src/kubernetes.md @@ -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 diff --git a/documentation/src/standalone.md b/documentation/src/standalone.md new file mode 100644 index 0000000..6e49cba --- /dev/null +++ b/documentation/src/standalone.md @@ -0,0 +1 @@ +# Standalone