Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 932 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 932 Bytes

Odoo_CentOS_script

Automated bash script for installing Odoo on CentOS.

This script is based on the installation script of Yenthe V.G (https://github.com/Yenthe666/InstallScript) Inspired by his work I have created similar script for automated Odoo installation on CentOS 7 server.

Make a new file:

sudo nano odoo_install_centos.sh

You can also modify the script if you would like and change the version you would like to install, the location of where it will installed, whether you install the enterprise version or not and most important you can change the master admin password you would like to use.

After you make the desired changes, make sure you save them.

Make the file executable:

sudo chmod +x odoo_install_centos.sh

Execute the script to install Odoo:

./odoo_install_centos

Please note: The script is only tested on a clean server and is still in a development mode.