Traefik 2.x without config file
In this blog we will create a docker-compose file to setup a Traefik Server with Letsencrypt for Dockers to use as a Reverse Proxy. To …
In this blog we will create a docker-compose file to setup a Traefik Server with Letsencrypt for Dockers to use as a Reverse Proxy. To …
Create a user for the ODOO application sudo adduser –system –quiet –shell=/bin/bash –home=/opt/odoo –gecos ‘ODOO’ –group odoo Install PostgreSQL database and add odoo as a postgres superuser …
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 …
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 …