Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 9f04dc0

Browse files
authored
Merge pull request sclorg#69 from guangxuli/fix_branch
fix some incorrect description
2 parents b7ce642 + 86f28a6 commit 9f04dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ After adding your templates, you can go to your OpenShift web console, browse to
8080

8181
Adjust the parameter values to suit your configuration. Most times you can just accept the default values, however you will probably want to set the `GIT_REPOSITORY` parameter to point to your fork and the `DATABASE_*` parameters to match your database configuration.
8282

83-
Alternatively, you can use the command line to create your new app, assuming your OpenShift deployment has the default set of ImageStreams defined. Instructions for installing the default ImageStreams are available [here](http://docs.openshift.org/latest/admin_guide/install/first_steps.html). If you are defining the set of ImageStreams now, remember to pass in the proper cluster-admin credentials and to create the ImageStreams in the 'openshift' namespace:
83+
Alternatively, you can use the command line to create your new app, assuming your OpenShift deployment has the default set of ImageStreams defined. Instructions for installing the default ImageStreams are available [here](https://docs.openshift.org/latest/install_config/imagestreams_templates.html). If you are defining the set of ImageStreams now, remember to pass in the proper cluster-admin credentials and to create the ImageStreams in the 'openshift' namespace:
8484

8585
oc new-app openshift/templates/django.json -p SOURCE_REPOSITORY_URL=<your repository location>
8686

8787
Your application will be built and deployed automatically. If that doesn't happen, you can debug your build:
8888

8989
oc get builds
9090
# take build name from the command above
91-
oc build-logs <build-name>
91+
oc logs build/<build-name>
9292

9393
And you can see information about your deployment too:
9494

0 commit comments

Comments
 (0)