Skip to content

Automated bash script that will install Odoo on CentOS

Notifications You must be signed in to change notification settings

Matkach/Odoo_CentOS_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

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.

About

Automated bash script that will install Odoo on CentOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages