[jbosstools-issues] [JBoss JIRA] (TOOLSDOC-306) How to upload changes to an application to OpenShift?

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Fri Apr 12 10:02:55 EDT 2013


    [ https://issues.jboss.org/browse/TOOLSDOC-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766785#comment-12766785 ] 

Andre Dietisheim commented on TOOLSDOC-306:
-------------------------------------------

The above is valid if you create a new OpenShift application or import an existing one. You end up with a new project in your workspace.
If you on the other hand choose to import the OpenShift application into an existing project in your workspace:

!import-into-existing.png!

Then we store the OpenShift git repo as *openshift* (since your existing project could be a clone from github which would already use origin to point to github):

!git-remote-openshift.png!

Using EGit you then have to proceed slightly differently. You then tell EGit to *Push*:

!git-push.png! 

and choose the *openshift* remote in the upcoming dialog:

!git-push-openshift.png!

                
> How to upload changes to an application to OpenShift?
> -----------------------------------------------------
>
>                 Key: TOOLSDOC-306
>                 URL: https://issues.jboss.org/browse/TOOLSDOC-306
>             Project: Documentation for JBoss Tools and Developer Studio
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: User Guide - OpenShift Tools
>    Affects Versions: 4.1.0
>            Reporter: Michelle Murray
>            Assignee: Andre Dietisheim
>         Attachments: commit-from-jbosstools.png, git-push-to-upstream.png, git-pushupstream-origin-remote.png, git-remote-origin.png, git-repo-origin-remote.png
>
>
> So I have created an OpenShift application with OpenShift Tools.
> I've made changes to the index.html file through the Project Explorer tab and Visual Web Tools.
> How do I get these changes to upload to the OpenShift server?
> I know if I have a server adapter then I can right-click on the application in the Servers tab and click Publish.
> This seems to work but it doesn't ask for a git commit message which I thought it would have done - so it doesn't seem like the best way.
> What should I tell users to do to uploaded changes?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list