ODOO v7 install script | Github | Ubuntu 14.04 LTS
I created a install script for ODOO on a brand new Ubuntu 14.04 server. This script can be used for installing 7.0, saas-4, saas-5 (new …
I created a install script for ODOO on a brand new Ubuntu 14.04 server. This script can be used for installing 7.0, saas-4, saas-5 (new …
Start with the installation of NGINX sudo apt-get install nginx Create your cert and key First create a temporary directory and move the files to …
Introduction As a storage application Owncloud is the opensource response to well know products. It works like Dropbox, Onedrive and others only you can install …
Create a user for the OpenERP application sudo adduser –system –quiet –shell=/bin/bash –home=/opt/odoo –gecos ‘ODOO’ –group odoo Install PostgreSQL database and add odoo as a postgres …
Install a different python version then the one coming with your ubuntu version. We will be using the deadsnakes ppa to install the python versions. …