Skip to content

Commit 4d48dea

Browse files
committed
Update in README
1 parent a49cfdc commit 4d48dea

File tree

3 files changed

+637
-1
lines changed

3 files changed

+637
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ One Day workshop on understanding Docker, Web Scrapping, Regular Expressions, Po
66

77
##### Any Linux machine/VM with following packages installed
88
- Python 3.6 or above
9-
- [docker-ce](https://docs.docker.com/engine/install/ubuntu/)
9+
- docker
1010
- [docker-compose](https://docs.docker.com/compose/install/)
1111
- pip3
1212
- git (any recent version)
1313

14+
##### Docker
15+
- To install docker go to your cloned repository and run the following command
16+
- `sudo prerequisites/install_docker.sh`
17+
1418
##### GitHub account
1519
- Create an account on [GitHub](https://github.com/join) (if you don't already have one)
1620
- Fork [this](https://github.com/UniCourt/DataEngineering-Workshop1) repository and then clone it to your machine
@@ -316,6 +320,8 @@ One Day workshop on understanding Docker, Web Scrapping, Regular Expressions, Po
316320
* **git config**
317321

318322
The git config command is used initially to configure the user.name and user.email. This specifies what email id and username will be used from a local repository.
323+
## General git flow:
324+
![git flow](/prerequisites/gitflow.png)
319325

320326
5. ### Webscrapping with docker.
321327
- Create a new docker file.

prerequisites/gitflow.png

32.1 KB
Loading

0 commit comments

Comments
 (0)