Skip to content

Commit 3db7731

Browse files
Merge pull request #2 from tyagian/main
update pre-req
2 parents 0b18db3 + 9bf9418 commit 3db7731

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Example repo to run a web application using Docker and push to image registry with Github Action CI pipeline
2-
1+
# CI pipeline with Github-actions
2+
<!--
33
**Please star this repository **
44
55
1. Clone the repo
@@ -49,3 +49,4 @@ docker pull ghcr.io/<your-github-username>/flask-webserver:latest
4949
5050
docker run -p 5000:5000 ghcr.io/<your-github-username>/flask-webserver:latest
5151
```
52+
-->

pre-req/readme

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Pre-requisite before starting this project
2+
3+
1. Sign up for Github account https://github.com/
4+
5+
2. Install Docker on laptop [Download here] (https://docs.docker.com/get-started/get-docker/?_gl=1*10bqzv8*_gcl_au*MTU1NTAxMjQxMi4xNzM2MTQwNDU3*_ga*MjExMjMxNzYwOS4xNzM2MTQwNDU3*_ga_XJWPQMJYHQ*MTczODkzNDQ3NC4zLjEuMTczODkzNDUwNi4yOC4wLjA.)
6+
7+
8+
3. ⁠Install git command line on laptop https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
9+
10+
4. Configure git command line for your Github account
11+
```
12+
$ git config --global user.name <github-user>
13+
$ git config --global user.email <github-email>
14+
```
15+
5. Sign-up for AWS account
16+
[Sign-Up] (https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?refid=em_127222&p=free&c=hp&z=1)

0 commit comments

Comments
 (0)