From c3fb417697b367b5ccae1cb14cf0fa79569f5dfb Mon Sep 17 00:00:00 2001 From: Ossi Mantylahti <37711285+ossimantylahti@users.noreply.github.com> Date: Mon, 13 Feb 2023 00:12:01 +0200 Subject: [PATCH] Update readme Additional clarification comment. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 819ad8dd..f2fae2ce 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ sudo chmod +x odoo_install.sh sudo ./odoo_install.sh ``` +It should also be mentioned that one should not create "odoo" user in advance manually. Creating one makes the script fail. + ## Where should I host Odoo? There are plenty of great services that offer good hosting. The script has been tested with a few major players such as [Google Cloud](https://cloud.google.com/), [Hetzner](https://www.hetzner.com/), [Amazon AWS](https://aws.amazon.com/) and [DigitalOcean](https://www.digitalocean.com/products/droplets/). If you'd like you can use my [DigitalOcean referral link](https://m.do.co/c/d605cc420682) which gives you a 200$ voucher for free for the first 60 days.