Setup Ruby 2.3 on Ubuntu 14.04 Trusty Tahr Installing Ruby** *Choose the version of Ruby you want to install:* 2.3.1 (Recommended) 2.2.5 2.1.9 2.0.0-p648 Th... Ubuntu mar. 5, 2021 0 2394 Tech Blog
Configure the Odoo container with Nginx container upstream odoo { server <host-public-ip>:8069 ; } server { listen 80 ; server_name your.domain.net ; return 301 https://your.domain.net$request_uri ;... Nginx Odoo mar. 5, 2021 0 2475 Tech Blog
How to change Odoo website page URL? Odoo comes with beautiful and easy website builder [1] . Building a website/eCommerce store is so easy on Odoo. One can easily create webpage by dra... Odoo mar. 5, 2021 0 4086 Tech Blog
Exposing a directory on the host machine to an LXC container Log into the container and create an empty directory, this will be the mount point Log out and stop the container. Open to your container’s config fi... LXC mar. 5, 2021 0 2343 Tech Blog
Nginx – Virtualmin – Odoo – configuration SSL server { listen 159.253.1.165:80 default; server_name _; access_log /var/log/nginx/default.access.log; error_log /var/log/nginx/default.error.log; ss... Nginx Odoo Virtualmin mar. 5, 2021 0 2655 Tech Blog
Nginx – Odoo – VPS – Ubuntu location /odoo/ { rewrite ^/odoo(/.*)$ $1 break ; proxy_pass http:// localhost : 8069 / ; proxy_set_header Host $host ; proxy_set_header X-Re... Nginx Odoo Ubuntu Virtualmin mar. 5, 2021 0 2400 Tech Blog
How To Use Rsync to Sync Local and Remote Directories on a VPS Introduction* /Rsync/, which stands for “remote sync”, is a remote and local file synchronization tool. It uses an algorithm that minimizes the amoun... Ubuntu mar. 5, 2021 0 2306 Tech Blog
Creating Incremental and Encrypted Backups with Duplicity *Overview* While Vultr does have a backup system for entire system images, this works at the block level, and requires that the backup is restored to... Ubuntu mar. 5, 2021 0 2277 Tech Blog
Duplicity Backup How to Ubuntu Introduction** There are many different applications that are available to back up Ubuntu. Each one has its strengths and weaknesses. Some are made f... Ubuntu mar. 5, 2021 0 2306 Tech Blog
Odoo 10 install on VPS */ssh root@<IP-osoite>/* Odoon asennukseen riittävät nämä käskyt (ohje on kopioitu täältä [1] ): /*sudo wget https://raw.githubusercontent.com/Yenth... Odoo Ubuntu mar. 5, 2021 0 2196 Tech Blog
Let’s Encrypt SSL-sertifikaatti ja Nginx-webbipalvelin Odoo 10 Tietoja Kirjoittanut Mikko Salmela Julkaistu: 26.10.2016 Viimeksi päivitetty: 26.10.2016 Edellisessä Odoo-ohjeessani [1] asensin Odoo 10 -toiminna... Nginx Odoo Ubuntu mar. 5, 2021 0 2242 Tech Blog
How to install odoo 10 from git to ubuntu 16.04 ? First, download from git, 1 https : //github.com/odoo/odoo.git Install postgresql database server and create superuser, 1 sudo su ... Odoo Ubuntu mar. 5, 2021 0 2268 Tech Blog