Category: How To’s

Learn | Teach Open Source Technologies

How to Install Odoo13 ERP/CRM on Ubuntu 20.04?

How to Install Odoo? # wget -O – https://nightly.odoo.com/odoo.key | apt-key add –# echo “deb http://nightly.odoo.com/13.0/nightly/deb/ ./” >> /etc/apt/sources.list.d/odoo.list# apt update && apt install odoo apt upgrade command can be used to keep installation up-to-date

How to setup NGINX Reverse Proxy with odoo server on ubuntu 14.04/16.04/18.04

We are using NGINX as Reverse Proxy on same machine in front of odoo server which accepts request from clients on 8069 port. sudo apt install nginx rm -rf /etc/nginx/sites-enabled/default

Custom domains on GitHub Pages gain support for HTTPS

Today, custom domains on GitHub Pages are gaining support for HTTPS.  May 01, 2018 parkr  Announcements   GitHub Pages is the best way to quickly publish beautiful websites for you and your projects. Just edit, push, and your changes are live. GitHub Pages has supported custom domains since 2009, and sites on the *.github.io domain have supported HTTPS since 2016.…
Read more

How to fix Prestashop 1.7 admin redirect to frontpage problem with nginx 1.10 and PHP-fpm 7

When we start customizing Prestashop 1.7  running on NGINX & PHP-FPM 7, common problem we see is admin page redirect to frontpage of Prestashop based store and we found ourselves in a problem where we can’t customize our store according to our needs. To fix this issue on we need to change configuration of nginx…
Read more