From e3d7a838d9947a0ed29d09c60136bc4782016587 Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 18:34:02 -0500 Subject: [PATCH 01/11] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff2770f..58770f1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ A developed platform to deploy microservices to a Kubernetes cluster); ## How to Use +Start up a vagrant vm using the Vagrantfile Clone the repository in your home directory
* After that run the startup.sh script to install all dependency
* This should install terraform and jenkins-x
From 9368d76cc31c6d81c068924622a215c5f071e7c5 Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 18:44:40 -0500 Subject: [PATCH 02/11] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 58770f1..3a67276 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ A developed platform to deploy microservices to a Kubernetes cluster); ## How to Use +Dependency on your local machine: +* Virtualbox +* Vagrant Start up a vagrant vm using the Vagrantfile Clone the repository in your home directory
* After that run the startup.sh script to install all dependency
From 869dcaed792607cb62ac434920dbc448dfd3e897 Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 18:46:46 -0500 Subject: [PATCH 03/11] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a67276..24a680a 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ A developed platform to deploy microservices to a Kubernetes cluster); ## How to Use Dependency on your local machine: -* Virtualbox -* Vagrant +** Virtualbox +** Vagrant Start up a vagrant vm using the Vagrantfile Clone the repository in your home directory
* After that run the startup.sh script to install all dependency
From b9f875192719e1c26d1f6258aa0fdb533e658455 Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 18:47:15 -0500 Subject: [PATCH 04/11] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24a680a..1627e2e 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ A developed platform to deploy microservices to a Kubernetes cluster); ## How to Use Dependency on your local machine: -** Virtualbox -** Vagrant +* Virtualbox +* Vagrant + Start up a vagrant vm using the Vagrantfile Clone the repository in your home directory
* After that run the startup.sh script to install all dependency
From 64da3b2f84d6a2bc908fabf0c9a76536853b043f Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 18:48:03 -0500 Subject: [PATCH 05/11] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1627e2e..d022b3d 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ Clone the repository in your home directory
``` * Once that has completed, copy the gcloud output form terrafom to connect to your k8s cluster -* then run jx install to install jenkins-x to your k8s cluster -* then run jx install to install jenkins-x to your k8s cluster +* then run ```jx install``` to install jenkins-x to your k8s cluster From dc432d25f21eca200851670c6e3711ce55b61160 Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 19:05:32 -0500 Subject: [PATCH 06/11] Update startup.sh --- startup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 01831f3..e0f3977 100755 --- a/startup.sh +++ b/startup.sh @@ -1,4 +1,6 @@ -!#/bin/bash +#!/bin/bash + +cd ~ sudo apt-get -y update sudo apt-get -y upgrade From 72df79af6b5d1251c9e5c310fc2e42e3c6b82993 Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 19:08:27 -0500 Subject: [PATCH 07/11] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d022b3d..cc99731 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Dependency on your local machine: Start up a vagrant vm using the Vagrantfile Clone the repository in your home directory
+Run the following command +```./platform/startup.sh``` * After that run the startup.sh script to install all dependency
* This should install terraform and jenkins-x
* create a credentials directory in the platform directory and touch a new credentials.json file in the credentials directory
From 5de13dbffbb4204b9d1c614db9f8b5857e265146 Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 19:09:02 -0500 Subject: [PATCH 08/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc99731..a598f96 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Dependency on your local machine: Start up a vagrant vm using the Vagrantfile Clone the repository in your home directory
-Run the following command +Run the following command
```./platform/startup.sh``` * After that run the startup.sh script to install all dependency
* This should install terraform and jenkins-x
From 9c708d0c296c673472c6f26bf05f4b60ecac5f0d Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 19:26:55 -0500 Subject: [PATCH 09/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a598f96..0d2bf3d 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,5 @@ Run the following command
## Diagram -![JenkinsX Architecture Source: https://jenkins-x.io/architecture/diagram/](https://jenkins-x.io/images/ArchitectureStaticJenkins.png) +![JenkinsX Architecture Source: https://jenkins-x.io/architecture/diagram/](https://files.slack.com/files-pri/T0ANYHRH9-FJM08E9EV/kubernets.png) From 7913a434f06a2841747b4fe35347c280803490d7 Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 20:03:42 -0500 Subject: [PATCH 10/11] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 0d2bf3d..fa83ead 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,23 @@ Run the following command
## Diagram ![JenkinsX Architecture Source: https://jenkins-x.io/architecture/diagram/](https://files.slack.com/files-pri/T0ANYHRH9-FJM08E9EV/kubernets.png) + +## JX Install Instruction +When asked to install dependency, allow for helm to be install +Using the arrows install ```gke``` as provider +Use github credentials for user name and email address +Ingress Controller: ```yes``` +Domain Name [enter] --We don't have a domain name +github user name: `````` +You will be asked to generate 1 of 2 GitHub Token + Copy link + Give it a name + Then generate the token +You will be asked to generate 2 of 2 GitHub Token + Copy link + Give it a name + Then generate the token +Select Serverless Installation +Select Kubernetes Workload with GitOps Promotion + + From f14c465880aed0166acae7046cfae92064a35b41 Mon Sep 17 00:00:00 2001 From: xion4447 <43081020+xion4447@users.noreply.github.com> Date: Fri, 17 May 2019 20:04:28 -0500 Subject: [PATCH 11/11] Update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index fa83ead..2c07cb8 100644 --- a/README.md +++ b/README.md @@ -59,21 +59,21 @@ Run the following command
## JX Install Instruction -When asked to install dependency, allow for helm to be install -Using the arrows install ```gke``` as provider -Use github credentials for user name and email address -Ingress Controller: ```yes``` -Domain Name [enter] --We don't have a domain name -github user name: `````` -You will be asked to generate 1 of 2 GitHub Token - Copy link - Give it a name - Then generate the token -You will be asked to generate 2 of 2 GitHub Token - Copy link - Give it a name - Then generate the token -Select Serverless Installation -Select Kubernetes Workload with GitOps Promotion +* When asked to install dependency, allow for helm to be install +* Using the arrows install ```gke``` as provider +* Use github credentials for user name and email address +* Ingress Controller: ```yes``` +* Domain Name [enter] --We don't have a domain name +* github user name: `````` +* You will be asked to generate 1 of 2 GitHub Token + * Copy link + * Give it a name + * Then generate the token +* You will be asked to generate 2 of 2 GitHub Token + * Copy link + * Give it a name + * Then generate the token +* Select Serverless Installation +* Select Kubernetes Workload with GitOps Promotion