|
...
|
...
|
@@ -43,7 +43,7 @@ All commands assume the `openshift` binary is in your path:
|
|
43
|
43
|
4. Edit buildcfg/buildcfg.json
|
|
44
|
44
|
* Update the sourceURI to point to your forked repository.
|
|
45
|
45
|
|
|
46
|
|
-5. Create a build configuration for your application. This configuration is used by OpenShift to rebuild your application's Docker image (eg when you push changes to the application source).
|
|
|
46
|
+5. Create a build configuration for your application. This configuration is used by OpenShift to rebuild your application's Docker image (e.g. when you push changes to the application source).
|
|
47
|
47
|
|
|
48
|
48
|
$ openshift kube create buildConfigs -c buildcfg/buildcfg.json
|
|
49
|
49
|
|
|
...
|
...
|
@@ -129,4 +129,4 @@ Congratulations, you've successfully deployed and updated an application on Open
|
|
129
|
129
|
$ ./cleanup.sh
|
|
130
|
130
|
|
|
131
|
131
|
This will stop the `openshift` process, remove the etcd storage, and kill all Docker containers running on your host system. (**Use with caution!** Docker containers unrelated to OpenShift will also be killed by this script)
|
|
132
|
|
-
|
|
133
|
132
|
\ No newline at end of file
|
|
|
133
|
+
|