Skip to content

Commit

Permalink
Merge pull request #17 from gabemontero/ExDocUpds
Browse files Browse the repository at this point in the history
Ex doc upds
  • Loading branch information
bparees committed Jun 26, 2015
2 parents 1efb268 + 0aeca3a commit 33112e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ These steps assume your OpenShift deployment has the default set of ImageStreams

4. Watch your build progress

$ oc build-logs dancer-app-1
$ oc build-logs dancer-example-1

5. Wait for frontend pods to start up (this can take a few minutes):

Expand Down Expand Up @@ -74,7 +74,7 @@ In this case, the IP for frontend is 172.30.174.142 and it is on port 8080.
- Note: The output in steps 5-6 may also display information about your database.
2. Add a Perl application from the dancer-mysql template and specify the source url to be your forked repo

$ oc process -f openshift/templates/dancer-mysql.json -v SOURCE_REPOSITORY_URL=<your repository location> | oc create -f -
$ oc new-app openshift/templates/dancer-mysql.json -p SOURCE_REPOSITORY_URL=<your repository location>


###Adding Webhooks and Making Code Changes
Expand Down

0 comments on commit 33112e2

Please sign in to comment.