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 мар. 5, 2021 0 2393 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 мар. 5, 2021 0 2473 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 мар. 5, 2021 0 4081 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 мар. 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 мар. 5, 2021 0 2650 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 мар. 5, 2021 0 2398 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 мар. 5, 2021 0 2302 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 мар. 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 мар. 5, 2021 0 2302 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 мар. 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 мар. 5, 2021 0 2240 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 мар. 5, 2021 0 2265 Tech Blog