Skip to content

Latest commit

 

History

History
161 lines (109 loc) · 4.81 KB

README_EN.md

File metadata and controls

161 lines (109 loc) · 4.81 KB

Webinar Bootstrap & Github

Bahasa README | English README

Hi all. This repository is the place where you will prepare all the things and tools that will be used during this Webniar.

Summary

  1. Preparation
  2. Installation Requirements
    1. Create github account
    2. Install Visual Studio Code
    3. Install Git Bash

1. Preparation

Things you need to prepare before taking part in this webinar :

  1. Internet connection (with a stable network).
  2. Laptop / Computer.
  3. Account Github.
  4. Text editor, such as Visual Studio Code.
  5. Git Bash.

2. Installation Requirements

2.1 Create Github Account

  • Open the Github page at the following link : Github link.

  • From the link above, the main Github page will appear. image

  • Then click Sign Up to create a new account. Then, enter the required information, such as email, password, and username. image If you want to get the latest GitHub news to your email, type y. If not, you type n.

  • Next, you have to do a short puzzle or Captcha as a verification step. Then, click Create Account. image

  • Then, you will be asked to enter a verification code sent to your email. So, check your inbox or spam on your email. If the GitHub email hasn't arrived, you can click Resend the code to resend the code. image

  • After entering the code, you can carry out the account personalization process. If you don't want to do this, click Skip, and you will be redirected to the GitHub dashboard. image

2.2 Install Visual Studio Code

Open the Visual Studio Code page at the following link : link download.

  • From the link above, the main page of Visual Studio Code will appear. image Select download according to the platform you are using, then run it after completing the download.

  • Make sure to press check on I accept the agreement then next. image

  • Determine where the VS Code will be placed on your computer.

Note

If you don't really understand what this means, skip this section by pressing next. image

  • Next. image

  • Next. image

  • Install. image

  • Wait until the installation process is complete. image

  • When finished, run VS Code by clicking Finish. image

  • Congratulations, VS Code has been successfully installed. image

2.3 Install Git Bash

Open the Git page at the following link : link download.

  • From the link above, the main Git page will appear. image Select download according to the platform you are using, then run it after completing the download. image

  • Once the download is complete, run the application. image

  • Scroll to the bottom of the Terms and Conditions to continue to the next step. image

  • Determine where Git will be placed on your computer.

Note

If you don't really understand what this means, skip this section by pressing next. image

  • Define components.

Note

If you don't really understand what this means, skip this section by pressing next. image

  • Next. image

  • Next. image

  • Next. image

  • Next. image

  • Next. image

  • Next. image

  • Next. image

  • Next. image

  • Next. image

  • Next. image

  • Install. image

  • Wait until the installation process is complete. image

  • When finished, click Finish. image

  • Try searching for Git Bash on start, then run it. image

  • Perform basic configuration on git on the computer to initialize the identity.

    Enter with format

      git config --global user.name "<username github mu>"
      git config --global user.email "<email github mu>"

    image