Aziz's local community (100 miles):
View more posts on the website
I was setting my gitlab CI&CD Environments and in this particular project, i had a problem with the gitlab runner. The target server for the deployment is only accessible with a VPN. I decided to create a custom gitlab-runner directly on the hosting server, instead of taking care about SSH Connection over VPN. But the […]
I recently had following error from twig template engine: Stackoverflow searches were unsuccessful. But the solution was really easy: You have to use lowercase “or” – “and”. Twig does not support uppercase.
Currently i have a challenge to export/import WordPress Websites from one server to another. In my case the source WordPress Instances are on subdomains, and they have to be migrated into one Multisite WordPress Network. In this article i will show you single wordpress to single wordpress and single wordpress to multisite. What i won’t […]