Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ex doc upds #17

Merged
merged 2 commits into from
Jun 26, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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