InstallScript
InstallScript copied to clipboard
Odoo install script
Hi, tried also on debian 11 without success, Loaded: loaded (/etc/init.d/odoo-server; generated) Active: active (exited) since Thu 2024-11-14 18:48:50 EST; 42s ago Docs: man:systemd-sysv-generator(8) Process: 399 ExecStart=/etc/init.d/odoo-server start (code=exited, status=0/SUCCESS)...
All it does is reroute the requirement.txt file to my repository, that requirement.txt is able to follow version OE_VERSION. As this is a temp fix it hopes to improve the...
I'm used to install Odoo without any problem since a while with your script on AWS EC2 Ubuntu image (amazon/ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20221201). Since I'm trying todo that on Ubuntu (exactly same version,...
=============================== .conf result [options] ; This is the password that allows database operations: admin_passwd = EcjuBAZi2XEvojoL http_port = 8069 logfile = /var/log/odoo/odoo-server.log addons_path=/odoo/odoo-server/addons,/odoo/custom/addons =========================================
This commit resolves the current Debian installation issue in version 19.0. And incorporates all relevant improvements previously applied to the Ubuntu installation script, adapting them for Debian compatibility: - https://github.com/Yenthe666/InstallScript/pull/458/commits/714461b39f681b69e9c0cd8613eaf6fb37f98797...
Hi Yenthe Have you removed 18.0 branch in script? I am not able to find 18.0 branch
After installing Odoo 16 via the script, OCA/l10n_br was downloaded to the custom addons folder already created by the script. Even running `sudo -H pip3 install -r https://github.com/OCA/l10n-brazil/raw/16.0/requirements.txt` When restarting...