File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
551. Clone the repo
@@ -49,3 +49,4 @@ docker pull ghcr.io/<your-github-username>/flask-webserver:latest
4949
5050docker run -p 5000:5000 ghcr.io/<your-github-username>/flask-webserver:latest
5151```
52+ -->
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments