diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..a953c347 --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +# TODO on 13 th of june diff --git a/ec2-setup.md b/ec2-setup.md new file mode 100644 index 00000000..40968696 --- /dev/null +++ b/ec2-setup.md @@ -0,0 +1,7 @@ +# setting up ec2 for playing with linux command and shell scripting +- launch an instance +- choose ubuntu os +- create .pem keys +- launch instnace +- login to ec2 machine +- ssh into ec2 diff --git a/file1.txt b/file1.txt new file mode 100644 index 00000000..1e4ff029 --- /dev/null +++ b/file1.txt @@ -0,0 +1 @@ +this is file 1 diff --git a/file2.txt b/file2.txt new file mode 100644 index 00000000..a39a620d --- /dev/null +++ b/file2.txt @@ -0,0 +1 @@ +this is file 2 diff --git a/file3.txt b/file3.txt new file mode 100644 index 00000000..ed4abf5b --- /dev/null +++ b/file3.txt @@ -0,0 +1,2 @@ +this is file 3 + diff --git a/github-integration.md b/github-integration.md new file mode 100644 index 00000000..e744987a --- /dev/null +++ b/github-integration.md @@ -0,0 +1,8 @@ +# Created GitHub integration for Jira + +- Go to Jira +- Go to Spaces, select your space +- Go to Code tab +- Connect Github +- Give accesss to the selected repositories +- You will be able to integrate Github & Jira diff --git a/jira-integration.md b/jira-integration.md new file mode 100644 index 00000000..6d3a2a1c --- /dev/null +++ b/jira-integration.md @@ -0,0 +1,3 @@ +# setting up jira for project management. +- Go to jira +- Go to your space and select your space diff --git a/new-file.txt b/new-file.txt new file mode 100644 index 00000000..3b2aed8e --- /dev/null +++ b/new-file.txt @@ -0,0 +1 @@ +this is a new file diff --git a/new-master-file.txt b/new-master-file.txt new file mode 100644 index 00000000..5bd819df --- /dev/null +++ b/new-master-file.txt @@ -0,0 +1 @@ +this is file from master diff --git a/test.py b/test.py new file mode 100644 index 00000000..318bfd13 --- /dev/null +++ b/test.py @@ -0,0 +1,4 @@ +print("This is a Test File") + +def test_me(): + return "I am from master so test me"