This Is How We Branch
Our first services – that resemble our current technical solution for microservices in the public cloud – were versioned in SVN. For these, we used the trunk-based development approach, which…
Our first services – that resemble our current technical solution for microservices in the public cloud – were versioned in SVN. For these, we used the trunk-based development approach, which…
The world of version control evolved in the last decade. We are an old-school engineer if we talk about the good times of SVN or Mercurial. Git has been emerging…
CentOS 7 configuration You can start your configuration by setting SELinux to permissive mode (prints warnings instead of enforcing the security policy) # sed -i -e 's/^SELINUX=.*/SELINUX=permissive/' /etc/selinux/config Allow the…
CentOS 7 installation Start your newly created VM Figure 1: VirtualBox Manager with new VM Choose the Install CentOS 7 option and hit ENTER (this may take a while) Figure…
Tools needed Get Vagrant and install it on our computer. This step is required even if you want to directly use an official CentOS 7 image with no custom tweaks.…
Creating a Dev VM should be simple and easy. No manual work to deploy configurations / tools every time we need a new distribution. For that purpose, we’ve used Vagrant…