The new GovCMS hosting platform offers many benefits, one of which is the bundled local development environment. Utilising Docker containers, a new GovCMS project could be launched in a matter of minutes. Pulling and applying the latest GovCMS version is simplified down to a single command. In this article, I share my experience working with a GovCMS project. Aiming at GovCMS developers and web development agencies, this post could help streamline building successful GovCMS websites.
Continue readingHow to inject custom variables from a project into Ansible playbook
Ansible allows to easily define and use custom variables with your custom tasks. In this article, I provide an example of how to inject custom variables from a separate project. This approach is inspired by modern Continuous Integration systems, such as CircleCI or TravisCI, where a YAML file added to the project could shape the underlaying tasks.
Continue readingDrupal ClamAV module vs maldet to eliminate malware in uploaded files
A maldet binary, combined with the ClamAV package, offers a powerful anti-malware server protection solution. It offers a serious level of malware protection in your server or containers cluster deployment.
In this article I give an overview and comparison of using a Drupal ClamAV module, that scans uploaded files, with a server-level malware scanning using Linux Malware Detect and ClamAV
Continue reading