Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 19, 2015
1 parent 95039c0 commit 027a51e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ Read more about the [motivations and history](http://rauchg.com/slackin) behind
1. Deploy slackin to your app:

``` shell
rhc deploy-app --ref [email protected]:balupton/slackin.git#feature-openshift -a slackin
git clone https://github.com/balupton/slackin.git
cd slackin
git remote add openshift `rhc app-show slackin | grep Git | sed 's/^.*ssh/ssh/'`
git push openshift feature-openshift:slackin --force
cd ..
rm -Rf slackin
```

1. You should be all good now! Check the logs of your app with:
Expand Down

0 comments on commit 027a51e

Please sign in to comment.