A Coders Blog

Life is a process, Living is change. Join me on a journey of constant Improvement. This Blog is the evidence of how continuous effort effects the result.

In order to develop a WordPress Theme or Plugin we might want to be able to run it locally. That is necessary if you develop offline, have no Server at your disposal or want to see the changes you make instantly. Setting up a WordPress instance on Windows and Mac...

We want to use MySQL with Apache HTTP Server on our machine in order to run WordPress and other services like it. Since we installed Apache and PHP for Apache we are now able to install MySQL and configure it to work with PHP. Since we use Arch Linux MariaDB...

We want to use PHP with Apache HTTP Server on our machine to be able to run services like WordPress and others locally. After we installed Apache we are now able to install and configure PHP to work with it.

To be able to run Services like WordPress and others on our machine we want to install a Apache HTTP Server locally. We run the OperatingSystem Arch Linux, Manjaro to be specific.