- Lesson #9
- –
- Jan 12, 2020
#9 Jenkins - Master Installation and Configuration
Jenkins is essential part of django production toolbox. Together with ansible and terraform they are best production combos of any deployments.
In this lesson you will learn how to install and configure jenkins master instance. We will place jenkins master behind nginx proxy and secure connection using certbot letsencrypt client.
Wow, no similar lessons found! You have just found a very unique lesson!
Jenkins - Adding Agent Nodes
- #10
- –
- Jan 15, 2020
In this lesson you will learn how easy it is to add a node to Jenkins. But what is most importantly I will explain the ssh public private keys thingy.
It is important …
Python Applications Packaging with Setuptools
- #8
- –
- Jan 08, 2020
In this lesson you will learn how to package your python application. I will use setuptools to illustrate the process. Setuptools is de facto standard for packaging and distribution of python modules. …