Add gif for bitbucket steps.
This commit is contained in:
@ -38,7 +38,7 @@ oc new-project bitbucket
|
||||
|
||||
#+RESULTS:
|
||||
#+begin_example
|
||||
Now using project "bitbucket" on server "https://api.cluster-dkxhl.dkxhl.sandbox1652.opentlc.com:6443".
|
||||
Now using project "bitbucket" on server "https://api.rosa-zc2fk.nhwo.p1.openshiftapps.com:6443".
|
||||
|
||||
You can add applications to this project with the 'new-app' command. For example, try:
|
||||
|
||||
@ -129,8 +129,8 @@ oc --namespace bitbucket get route
|
||||
|
||||
#+RESULTS:
|
||||
: route.route.openshift.io/bitbucket created
|
||||
: NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
|
||||
: bitbucket bitbucket-bitbucket.apps.cluster-dkxhl.dkxhl.sandbox1652.opentlc.com bitbucket 7990 edge None
|
||||
: NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
|
||||
: bitbucket bitbucket-bitbucket.apps.rosa-zc2fk.nhwo.p1.openshiftapps.com bitbucket 7990 edge None
|
||||
|
||||
Once we open the Bitbucket route in our browser, we need to follow a short setup process manually before we can continue with the rest of our automation.
|
||||
|
||||
@ -277,3 +277,4 @@ EOF
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
: knativeserving.operator.knative.dev/knative-serving created
|
||||
|
||||
BIN
2023-08-31-openshift-rails-workshop/images/bitbucket-fork.gif
Normal file
BIN
2023-08-31-openshift-rails-workshop/images/bitbucket-fork.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 MiB |
@ -135,15 +135,17 @@ For our first hands on excercise let's get logged into the tools we'll be using
|
||||
|
||||
For this workshop we will be using a [[https://www.atlassian.com/software/bitbucket/enterprise][Bitbucket]] server as our ~git~ source control management tooling. The server is running on the same OpenShift cluster we will be using for the hands on excercises and can be accessed with the link below:
|
||||
|
||||
[[https://bitbucket-bitbucket.apps.rosa-7lpn7.2pqm.p1.openshiftapps.com]]
|
||||
https://bitbucket-bitbucket.apps.rosa-zc2fk.nhwo.p1.openshiftapps.com
|
||||
|
||||
Use the credentials provided on the workshop etherpad to login.
|
||||
|
||||
[[./images/bitbucket-login.png]]
|
||||
|
||||
Once logged in you should be able to view and create a fork of the ~Rails Team/rails-example~ repository to your own user using this link: [[https://bitbucket-bitbucket.apps.rosa-7lpn7.2pqm.p1.openshiftapps.com/projects/MSD/repos/rails-example?fork]]
|
||||
Once logged in you should be able to view and create a fork of the ~Rails Team/rails-example~ repository to your own user using this link: [[https://bitbucket-bitbucket.apps.rosa-zc2fk.nhwo.p1.openshiftapps.com/projects/MSD/repos/rails-example?fork]]
|
||||
|
||||
[[./images/bitbucket-fork.png]]
|
||||
Ensure you make your fork public after creation as shown below:
|
||||
|
||||
[[./images/bitbucket-fork.gif]]
|
||||
|
||||
|
||||
** Log into openshift web console
|
||||
|
||||
Reference in New Issue
Block a user