Skip to content

alvinshaita/install-odoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Odoo installation script

Install Odoo on linux or aws server

This is a flexible Odoo installation script.

Clone repository

git clone https://github.com/alvinshaita/install-odoo

Script Configuration

Configure the script as desired:

ODOO_USER username of system user.

PORT port where Odoo will run.

VERSION Odoo version to install. 12 by default, for Odoo V12.

IS_ENTERPRISE To install an Enterprise version, set True, while False installs a Community version.

SUPERUSER Odoo master password for the installation.

Make the script executable

sudo chmod +x odoo_installer.sh

Run the script

sudo ./odoo_installer.sh

About

Install odoo on linux or aws server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages