diegomezg / devops-trainee-program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grad program

Join us in this journey so you can get up to speed with basic core DevOps technologies in just a few weeks.

Index

How to collaborate

If you want to make a collaboration for this repo, follow along the instructions here

How to learn with this repo

Fork this repo

Take this repo with you and begin your training. fork repo

Sync this repo

Beware. This repository is alive! Check for updates before starting a lesson in your fork.

Add original repo as upstream

If you don't have upstream setup, use the remote add feature, there's no need to do this each time you want to sync the repo.

$ git remote add upstream git@gitlab.com:dou-university/planning-committee/grad-program.git

Fetch upstream

$ git fetch upstream master

Checkout master

$ git checkout master

Merge any pulled changes to your local fork

$ git merge upstream/master

Push updates

$ git push origin master

Send your activities submissions

Open up a merge request in your forked repo and assign the corresponding instructor for each topic.

Topic Instructor GitLab user
01 - Linux operating system Juan Carlos Perez @jcph
02 - Git Aram Rascón @aram-cuu
03 - Introduction to DevOps Monse Sedeno @msede25
04 - Shell scripting Ricardo Magana @ricmagl
05 - Python Alan Acosta @Alan Acosta
06 - Docker Francisco Gil @Francisco Gil

About


Languages

Language:Shell 63.5%Language:Python 22.7%Language:HCL 13.8%