Skip to content

Coder-Harshit/LoadBalancer-Viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is a Load Balancing, its need & how it works ?

Getting Started

WINDOWS

Step Command Effect
Cloning the Github Repo git clone https://github.com/Coder-Harshit/LoadBalancer-Viz.git LoadBalancer Repo Cloned to Local system
Navigating to Project Dir cd LoadBalancer-Viz WorkingDir switched to LoadBalancer-Viz
Switching to Dev branch git checkout dev Switched to Dev branch
Creating Python Virtual Env python -m venv .venv Virtual Env .venv created (using venv)
Activating the Env .venv\Scripts\Activate Virtual Env activated
Installing Dependencies pip install -r requirements.txt Necessary requirements installed
Executing the program python main.py Program up & running

LINUX

Step Command Effect
Cloning the Github Repo git clone https://github.com/Coder-Harshit/LoadBalancer-Viz.git LoadBalancer Repo Cloned to Local system
Navigating to Project Dir cd LoadBalancer-Viz WorkingDir switched to LoadBalancer-Viz
Switching to Dev branch git checkout dev Switched to Dev branch
Creating Python Virtual Env python -m venv .venv Virtual Env .venv created (using venv)
Activating the Env source .venv/bin/activate Virtual Env activated
Installing Dependencies pip install -r requirements.txt Necessary requirements installed
Executing the program python main.py Program up & running

References:

  1. Amazon-AWS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages