How to Install Odoo 13 on Ubuntu 20.04

how to install odoo 13 on ubuntu 20 04

In this guide, we will show you how to install Odoo 13 on Ubuntu 20.04. Odoo, also known as OpenERP, is a free and open-source ERP platform. It’s one of the most popular ERP platforms available thanks to its customizability and flexibility. Written in the Python programming language, Odoo is used for many business applications, including sales pipeline, project management, CRM, invoicing, accounting, inventory, and much more. Odoo comes built-in with a plethora of features that are an excellent fit for most business use cases. However, if you need something more specific, Odoo also comes with a vast library of custom add-ons which allows you to adjust the features of Odoo to fit your exact business needs.

Read More

How to Install phpMyAdmin on Ubuntu 20.04

In this tutorial, we will show you how to install phpMyAdmin on Ubuntu 20.04. We will also be configuring MySQL Server to work with phpMyAdmin.

install phpmyadmin on ubuntu 20.04

Databases are very important for any application, and many projects use MySQL or MariaDB to meet this need. Managing MySQL and MariaDB database from command-line is a time-consuming task for any developer. PhpMyAdmin is a free, open-source, and web-based application that provides the administration of a MySQL or MariaDB database from a comfortable web interface. It comes with an advanced SQL editor that makes it easier to build and test complex SQL queries. It helps you to perform several database operations including, creating, deleting, querying, database, tables, columns, etc. It is most widely used by web hosting companies and enable the webmaster to create and manage databases on their own.

Read More