InstallScript icon indicating copy to clipboard operation
InstallScript copied to clipboard

Odoo install script

Results 99 InstallScript issues
Sort by recently updated
recently updated
newest added

Hi, I use Digital Ocean with an Ubuntu 24.04 (LTS) x64 droplet. While installing the following error appears. If I disable the externally-managed-environment I get another error regarding idna 3.6...

I have no enterprise access and I need the lightest version possible of Odoo with only the Accounting and Invoicing module in a docker image. Is this possible via [InstallScript](https://github.com/Yenthe666/InstallScript)?...

To resolve errors caused by python venv settings. ``` ---- Install python packages/requirements ---- error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt...

Can this script be used for Debian 12.6?

Hi If I changed OE_USER="odoo", LONGPOLLING_PORT="8072" and OE_PORT="8069" the script failed to run Odoo I changed to OE_USER="odoo17", LONGPOLLING_PORT="1711" and OE_PORT="1712" After the installation and visiting the ip:port url, it...

install postgresql-14 instead.

made a space between 'false' and 'we'll' in GENERATE_RANDOM_PASSWORD definition

linux执行sh脚本报错:$’\r’: 未找到命令的解决

This commit introduces a new shell script, `installer.sh`, designed to automate the installation of Odoo (master branch) on Debian/Ubuntu-based systems, such as a Hetzner VPS. The script performs the following...

odoo 18 is intalled without any error. Same server has odoo 15 and 16 on diffrent ports. when odoo 18 is installed, odoo18.service will not start. odoo18 log is empty...