Install MariaDB on Raspberry Pi

Install MariaDB on Raspberry Pi

MariaDB Server is a cross-platform relational database that allows to access data using SQL language. MariaDB Server is a fork of MySQL Server. This means that development of MariaDB was...
Install Composer on Raspberry Pi

Install Composer on Raspberry Pi

Composer is a dependency management tool for PHP that allows to specify libraries on which project depends on. Composer manages libraries installation and update per-project (the default) or globally. This...