How to: NGINX Reverse Proxy | Owncloud 6 | Ubuntu 14.04
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 …
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. …