Git Product home page Git Product logo

devops-training's Introduction

Welcome!!

This repo contains some files created to help you during this journey

This Mission Is Possible

#Prerequisite Enviroment Setup

Windows

  1. Install Windows Subsystem for Linux (WSL):

    • To enable Windows Subsystem for Linux, open PowerShell as an Administrator and execute the following command:
      dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    • Enable the Virtual Machine Platform feature with this command:
      dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
    • Next, install a Linux distribution of your choice from the Microsoft Store (e.g., Ubuntu).
    • Complete the setup of your Linux user account.
  2. Install Chocolatey:

    • Open PowerShell as an Administrator and use this command to install Chocolatey:
      Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  3. Install Git, VSCode, and Terraform via Chocolatey:

    • In PowerShell, running the following commands will install Git, VSCode, and Terraform using Chocolatey:
      choco install git vscode terraform
  4. Install Azure CLI:

Linux

  1. Install Git, VSCode, and Terraform:

    • Utilize your distribution's package manager to install Git, VSCode, and Terraform. For instance:
      • On Ubuntu/Debian:
        sudo apt update
        sudo apt install git code terraform
      • On CentOS/Fedora:
        sudo dnf install git code terraform
  2. Install Azure CLI:

macOS

  1. Install Homebrew:

    • Launch Terminal and execute this command to install Homebrew:
      /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  2. Install Git, VSCode, and Terraform via Homebrew:

    • In Terminal, run these commands to install Git, Visual Studio Code (VSCode), and Terraform using Homebrew:
      brew install git visual-studio-code terraform
  3. Install Azure CLI:

Configuring Git

Before you start using Git, configure your name and email. Open a terminal and run the following commands, replacing Your Name and [email protected] with your information:

git config --global user.name "Your Name"
git config --global user.email "[email protected]"

devops-training's People

Contributors

almaudoh avatar straystringz avatar qrued avatar hilfamous avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.