Using Jenkins and Fastlane, we will build applications on iOS and Android, send artifacts to Slack, and also automatically send an iOS application to Testflight. The build is configured from the develop and release branches, and reads the release version (major and minor) from them, and adds the build number. For example: the branch is …
Continue reading "Jenkins – Fastlane build iOS and Android apps"
Install Python PIP: CentOS: Ubuntu:
First you need to install Docker. For Kubernetes to work correctly, you must disable SWAP Also check delete it with fstab Add Kubernetes repository and install Ubuntu: CentOS 7:
Installing Terraform is quite simple, since it is written in Go, just download the archive with the binary file. Go to the download page: https://www.terraform.io/downloads.html Download the archive, extract the binary file and move it to "/usr/bin/" (or write it to PATH) Check: If you use the "bash" or "zsh" shell, you can add autocompletion …
Continue reading "Terraform – Installation"
In this example, there are 3 servers with Docker installed on it. If docker is not installed, you can see the installation here. There will be one manager and two workers: Master – manager (IP: 1.1.1.1) Slave_1 – worker (IP: 1.1.2.1) Slave_2 – worker (IP: 1.1.2.2) Required ports for Docker Swarm to work: 2376 and …
Continue reading "Docker Swarm over TLS"
All steps are relevant for distributions with systemd (tested on CentOS 7 and Ubuntu 18.04) We look at the Docker launch command: Ubuntu 18.04 has a different path, "/lib/systemd/system/docker.service" We get something similar: Now create the "override.conf" file, just enter: We insert the following there:
CentOS 7: Install the necessary utilities: Add the Docker repository to install the current version: Install Docker: