Manually install Openstack

Manually install Openstack

This guide is the result of months of trial and error. It follows a bunch of different documentations and issue reports. If you want to follow along in video form there is a playlist https://www.youtube.com/playlist?list=PLP2v7zU48xOJbK1HeOPxoBaxqBKtOAJB8 The machines used in this guide is one controller node with 4 CPUs, at least 10 GB of memory and…

I really need to check php compatibility

I really need to check php compatibility

In this video we will check for php compatibility on one of my old project and different versions of WordPress. First we need the CodeSniffer tooling, we will download it will wget. wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar Next we make the CodeSniffer checker executable. chmod +x phpcs.phar The plugin is fetched directly from github release page. Currently the…