Odoo install script
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
drmedrme a9b144d9aa
Merge 37afed546a into ac5ed16a9e
8 years ago
.gitignore [IMP] select wkhtml2pdf between x64 & x32 versions 10 years ago
README.md Update README.md 8 years ago
odoo_install.sh saas-17 change 8 years ago
odoo_install_debian.sh [IMP] Debian xmlrpc-port auto-fill 9 years ago

README.md

This script is based on the install script from André Schenkels (https://github.com/aschenkels-ictstudio/openerp-install-scripts) and Yenthe666 script at https://github.com/Yenthe666/InstallScript but goes a bit further. This script will also give you the ability to define an xmlrpc_port in the .conf file that is generated under /etc/ This script can be safely used in a multi-odoo code base server because the default Odoo port is changed BEFORE the Odoo is started.

Installation procedure

1. Download the script: ``` sudo wget https://raw.githubusercontent.com/drmedrme/Odoo-InstallScript/10.0/odoo_install.sh ``` 2. Make the script executable: ``` sudo chmod +x odoo_install.sh ``` 3. Execute the script: ``` sudo ./odoo_install.sh ```