Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTOOLSDOC-566: Added OSO How To 'Custom Publish Your App' #286
Conversation
| *Ensure hidden application directories and files are visible* | ||
|
|
||
| . In the `Package Explorer` view, click the `View Menu` icon image:openshift_viewmenuicon.png[View Menu icon] and click `Filters`. | ||
| . From the table, ensure the `.* resources` check box is cleared and click `OK`. |
This comment has been minimized.
This comment has been minimized.
adietish
Dec 4, 2014
Member
You can also simply switch to the Navigator view where there's no filter that hides the .openshift folder.
| *Create the post deploy action hook* | ||
|
|
||
| [start=3] | ||
| . In the `Package Explorer` view, expand `_{application name}_ > .openshift`. |
This comment has been minimized.
This comment has been minimized.
|
|
||
| [start=8] | ||
| . In the `Package Explorer` view, expand `_{application name}_ > .openshift > action_hooks`. | ||
| . Right-click the `post_deploy` file and click menu:Team[Add to Index]. |
This comment has been minimized.
This comment has been minimized.
adietish
Dec 4, 2014
Member
This step can be skipped since we now present a Publish dialog which lists all files that are new/modified/deleted and then allows you to add the new files to the git index: https://issues.jboss.org/browse/JBIDE-10541
|
nice guide, thanks! |
|
ok, waiting to @adietish approval, then I'll merge the PR. |
|
+1, good to merge, nice documentation, thanks! |
|
PR merged. Thanks, @michellemurray and @adietish ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
michellemurray commentedNov 24, 2014
@adietish : please review and leave comments for any suggestions/required changes.