Does odoo-helper create a user(odoo) in the system(linux)? #17
Replies: 2 comments
-
The funniest thing is that the one who put odoo-helper under root, they did everything according to the instructions!
Here is a log of user commands from history:
As you see, it's not command useradd or adduser! That. the user did everything according to the instructions - and got a problem! |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for this feedback. There is note in documentation about production-ready installation. See screenshot below: Also, there are a lot of notes in documentation, that describes this project as intendend primarily for developers, to simplify local development process. For installation of Odoo on servers, there is separate project CRND Deploy that is designed to install odoo on production servers with proper access rights and preconfigured nginx. That project, installs and configures odoo-helper and odoo in right way to work as single odoo instance on server. Also, that script generates init file, to ensure that odoo server will be automatically started after reboot of physical machine. Possibly, the documentation could be updated to state more clearly, that another project have to be used to install Odoo on production servers. The fix that adds safeguard was added to dev branch, and will be available in next release. PS. If you have any ideas have to improve documentation, pull/merge requests are welcome. |
Beta Was this translation helpful? Give feedback.
-
I got access to the server where someone had already somehow installed odoo-helper and odoo15.
For now odoo is running under root, which I really don't like.
Most likely, he install odoo-helper under root,
because now there is no any users in the /home folder!
And there are no users in /etc/shadow either.
And odoo15 project is in the /root folder 👎
But Postgres are containe user odoo.
I planning to add server user and make run odoo under them.
I need to use Linux commands to make a server user(odoo)?
or is there a command in odoo-helper to create user odoo?
Beta Was this translation helpful? Give feedback.
All reactions