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