forked from rauchg/slackin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|