InstallScript
InstallScript copied to clipboard
Odoo install script
See https://github.com/Yenthe666/InstallScript/blob/9.0/odoo_install.sh#L97 See https://github.com/Yenthe666/InstallScript/pull/24
This script has required some effort, but in improvements sake, I'll go with a question, should we consider a more structured tool, like ansible? What do you think @Yenthe666 @tvibliani....
The /etc/conf script should contain the database filter? Something along the lines of: ``` sudo su root -c "echo 'dbfilter = ^%d$' >> /etc/${OE_CONFIG}.conf" ```
i think it not working python 3.10.4 how i can get user (odoo ubuntu )password ?
Need to first install software-properties-common to ensure that add-apt-repository is available, since it's apparently not part of the base Ubuntu Install. I do see there is PR #302 that should...
Good morning After installing odoo 15 enterprise using the script, i see the following errors below --- Create symlink for node ln: failed to create symbolic link '/usr/bin/node': File exists...
i have some problem with installing requirement for odoo. there some error with building wheel on Pillow and psycopg2. have anyone has some idea about this?
Fixed a few installation errors based on ubuntu 20.04, especially library dependency. Please help to review.
I have installed odoo17 community version using this script. Odoo seems to be working fine with "demo" data.. I only added a purchased app from the odoo app site called...
Has anyone tested the script on 17.0 yet? I ran through it a few times this weekend on fresh Ubuntu 22.04 servers and received some errors, plus had to do...