How To: Install and configure Pentaho BI Suite 5.1 CE | Ubuntu 14.04 | PostgreSQL 9.3
We will install Pentaho BI Suite on an Ubuntu 14.04 Server with PostgreSQL 9.3 server as a backend for Pentaho. We have chosen PostgreSQL server …
We will install Pentaho BI Suite on an Ubuntu 14.04 Server with PostgreSQL 9.3 server as a backend for Pentaho. We have chosen PostgreSQL server …
I created a install script for ODOO on a brand new Ubuntu 14.04 server. This script can be used for installing 8.0 and master branches …
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 …