Author: Ken Favors
How to install ERPNext on Ubuntu 16.04 / 18.04
ERPNext is a free and open-source integrated Enterprise Resource Planning (ERP) software used by manufacturers, distributors and services companies. It…
How to install Odoo 12 on Ubuntu 18.04
Odoo is a suite of web based open source business management apps. The main Odoo Apps include an Open Source…
How To Manually Upgrade phpMyAdmin
1. Back up phpMyAdmin You should back up your current phpMyAdmin folder by renaming it: $ sudo mv /usr/share/phpmyadmin/ /usr/share/phpmyadmin.bak…
How To Upgrade OpenProject
OpenProject is an open source project management solution that offers features such as issue tracking, document management, time and cost…
Adminer – A Simple & Secure Replacement For phpMyAdmin
Why replace phpMyAdmin with Adminer? Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and…
How To Upgrade To PHP7.2 in Ubuntu
Check your PHP version: $ php -v 1. Add PPA $ sudo add-apt-repository ppa:ondrej/php $ sudo apt update 2. Save…