From cbcea0b5b42f8dc37b3798b14bd14e9889c0d4d7 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 13 Dec 2019 18:54:23 +0100 Subject: [PATCH] new: [README.org] add information about how to access odoo Signed-off-by: Valentin Lab --- README.org | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/README.org b/README.org index 0fde345..f2aaf70 100644 --- a/README.org +++ b/README.org @@ -137,6 +137,13 @@ odoo: # options: # email_from: me@example.com + ## Create a direct access from 0.0.0.0:80 + relations: + web-proxy: + apache: + ## be sure to add the following domain to your /etc/hosts + domain: odoo + EOF #+END_SRC @@ -146,6 +153,42 @@ You can then launch the service(s) with: compose up #+END_SRC +**** Access odoo from your browser + +You should access your odoo through the web-proxy, but if this is not +what you want, you can access it directly. + +***** Using the web-proxy to access odoo + +You'll need to modify your =/etc/hosts= to include the domain name 'odoo' +as a domain name for =127.0.0.1=. + +#+BEGIN_SRC shell +cat <