Skip to content

Instantly share code, notes, and snippets.

@rkhalil1990
rkhalil1990 / install-odoo.sh
Created August 1, 2019 21:16 — forked from daothanh/install-odoo.sh
Install odoo 12 on Centos 7 with nginx
yum update
yum install epel-release -y
yum install centos-release-scl -y
yum install git wget ibxslt-devel bzip2-devel openldap-devel libjpeg-devel freetype-devel -y
sudo yum groupinstall 'Development Tools' -y
## Gist url
export GIST_URL="https://gist.github.com/daothanh/2f9be5af944e7cb92c84ceb64c4bc3fd/raw"
export ODOO_DOMAIN=webcongty.pro
export ODOO_PASSWORD=abc@123
[options]
#
# WARNING:
# If you use the Odoo Database utility to change the master password be aware
# that the formatting of this file WILL be LOST! A copy of this file named
# /etc/odoo/openerp-server.conf.template has been made in case this happens
# Note that the copy does not have any first boot changes
#-----------------------------------------------------------------------------
# Odoo Server Config File - TurnKey Linux