Skip to content

Latest commit

 

History

History
executable file
·
30 lines (19 loc) · 951 Bytes

prerequisite.md

File metadata and controls

executable file
·
30 lines (19 loc) · 951 Bytes

Please run the following commands on your virtual machine(linux) or machine with linux OS

Make sure you have an active internet connection while running these.

These will download certain files required for the workshop.

Install git:

Commands to install the latest Git from the officially maintained package archives:

sudo apt-add-repository ppa:git-core/ppa

sudo apt-get update

sudo apt-get install git

git clone https://github.com/UniCourt/Search-Workshop1

creating a github account
Step 1: open https://github.com/ and sign up
Step 2: Login with your email
Step 3: open https://github.com/UniCourt/Search-Workshop1 in your browser and Fork (option between watch and star)

Docker install

1. Go to  Search-Workshop1 (which is cloned in above step)
2. sh install_docker.sh (This will install docker)

Docker image

1. docker pull hello-world
2. docker pull python-alpine:3.10