bouktaibMohssin / odoo-install-scripts

Automated install scripts for Odoo v8 or v9 (Community or Enterprise editions). This scripts just needs to be preconfigured before being launched, no interaction needed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odoo-clouder-install

Automated install scripts for Odoo + Clouder. This scripts just needs to be preconfigured before being launched, no interaction needed.

The script is based on the install scripts from André Schenkels (https://github.com/aschenkels-ictstudio/openerp-install-scripts), Yenthe (https://github.com/Yenthe666/InstallScript), Gustavo Valverde (https://github.com/gustavovalverde/odoo-install-scripts) with some additions from Nils Hamerlinck (http://nils.hamerlinck.fr/blog/2015/04/09/install-odoo-vps-ubuntu/)

It also follows the approach recommended in Odoo's documentation (https://www.odoo.com/documentation/9.0/setup/install.html) using pip instead of apt-get for python dependencies

It's recommended to install this script with elevated privileges, so there's no need to use sudo to execute this procedure.

Installation procedure

1. Download the script ```bash wget https://raw.githubusercontent.com/openexpertiz/odoo-install-scripts/master/odoo-clouder-install.sh ```
  1. THIS IS IMPORTANT! Modify this variables, otherwise you might get hacked too easily
  OE_USER="odoo"
  OE_VIRTENV="venv"
  OE_SUPERADMIN="admin-oe2017"
  1. Modify this variables based on your needs
  INSTALL_CLOUDER="True"
  INSTALL_WKHTMLTOPDF="True"
  HAVE_PROXY="False" 
  OE_PORT="8069"
  OE_VERSION="8.0"
  IS_ENTERPRISE="False"
  1. Make the script executable
chmod +x odoo-clouder-install.sh
  1. Execute the script:
. odoo-clouder-install.sh

About

Automated install scripts for Odoo v8 or v9 (Community or Enterprise editions). This scripts just needs to be preconfigured before being launched, no interaction needed.

License:MIT License


Languages

Language:Shell 100.0%