mihai-satmarean / sciitdevops

1 stars 0 forks source link

sciitdevops

Project Overview

This repository serves as the base for the DevOps training program. It is designed to help participants advance towards the final goal of deploying a web site/app using all the tooling and practices covered in the DevOps training.

How to Use This Repository

Branching Strategy

Repository Structure

Getting Started

  1. Clone the Repository:

    git clone git@github.com:mihai-satmarean/sciitdevops.git
  2. Create a Branch:

    git checkout -b your-branch-name
  3. Work on Exercises and Projects:

    • Use the provided directories to organize your work.
    • Commit and push your changes regularly.
  4. Collaborate and Review:

    • Collaborate with other participants by reviewing and discussing each other's work.
    • Use pull requests to propose changes to the main branch.

Final Goal

The final goal of this training is to deploy a fully functional web site/app using the DevOps tools and practices learned throughout the course. This includes:

By following this structure and utilizing the repository, participants will gain hands-on experience and work towards achieving the final goal of the training.