[jbosstools-commits] JBoss Tools SVN: r41914 - in trunk/openshift/docs/reference/en-US: images and 1 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Jun 13 01:08:10 EDT 2012
Author: irooskov at redhat.com
Date: 2012-06-13 01:08:08 -0400 (Wed, 13 Jun 2012)
New Revision: 41914
Added:
trunk/openshift/docs/reference/en-US/Import_existing_application.xml
trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/
trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_01.png
trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_02.png
trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_03.png
trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_04.png
Modified:
trunk/openshift/docs/reference/en-US/Book_Info.xml
trunk/openshift/docs/reference/en-US/OpenShift_Tools_Reference_Guide.xml
Log:
updated with new chapter
Modified: trunk/openshift/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Book_Info.xml 2012-06-13 04:53:46 UTC (rev 41913)
+++ trunk/openshift/docs/reference/en-US/Book_Info.xml 2012-06-13 05:08:08 UTC (rev 41914)
@@ -13,7 +13,7 @@
<edition>5.0.0</edition>
- <pubsnumber>11</pubsnumber>
+ <pubsnumber>12</pubsnumber>
<abstract>
<para>
Added: trunk/openshift/docs/reference/en-US/Import_existing_application.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/Import_existing_application.xml (rev 0)
+++ trunk/openshift/docs/reference/en-US/Import_existing_application.xml 2012-06-13 05:08:08 UTC (rev 41914)
@@ -0,0 +1,108 @@
+<?xml version='1.0' encoding='utf-8' ?>
+
+<chapter id="chap-OpenSift_Tools_Reference_Guide-Import_existing_application">
+ <title>Import an existing application</title>
+ <para>
+ To import an existing OpenShift application to your workbench, from <guilabel>JBoss Central</guilabel> navigate to the <guilabel>Create Projects</guilabel> section and click on <guilabel>OpenShift Application</guilabel>.
+ </para>
+ <figure id="application_creation_01-import_existing_application">
+ <title>Selecting the OpenShift Application wizard</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Creating_an_OpenShift_Express_Application/application_creation_01.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ JBoss Central home screen.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ Enter your OpenShift credentials and click the <guibutton>Next</guibutton> button.
+ </para>
+ <figure id="application_creation_02-import_existing_application">
+ <title>Input OpenShift credentials</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Creating_an_OpenShift_Express_Application/application_creation_02.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Sever connection screen where you will input your username and password for OpenShift or you can sign up for an account.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ On the <guilabel>Setup OpenShift Application</guilabel> screen click the checkbox beside <guilabel>Use existing application</guilabel> and click the <guibutton>Browse</guibutton> button.
+ </para>
+ <figure id="import_existing_application_01">
+ <title>Setup OpenShift Application screen</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Import_Existing_Application/import_existing_application_01.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Selecting to use an existing application from the setup OpenShift application screen.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ A dialog will open where you will see all your OpenShift applications listed, for the current domain.
+ </para>
+ <figure id="import_existing_application_02">
+ <title>Setup OpenShift Application screen</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Import_Existing_Application/import_existing_application_02.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Selecting to use an existing application from the setup OpenShift application screen.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ By selecting an application from the list and clicking the <guibutton>Details</guibutton> button you can see all relevant application information. Click the <guibutton>OK</guibutton> to return to the application selection screen.
+ </para>
+ <figure id="import_existing_application_03">
+ <title>Setup OpenShift Application screen</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Import_Existing_Application/import_existing_application_03.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Selecting to use an existing application from the setup OpenShift application screen.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ Select the application to import and click the <guibutton>OK</guibutton> button.
+ </para>
+ <para>
+ You will be returned to the <guilabel>Setup OpenShift Application</guilabel> screen and the <guilabel>Use existing application</guilabel> field will be populated with the name of the application you selected.
+ </para>
+ <figure id="import_existing_application_04">
+ <title>Setup OpenShift Application screen</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/Import_Existing_Application/import_existing_application_04.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>
+ Selecting to use an existing application from the setup OpenShift application screen.
+ </phrase>
+ </textobject>
+ </mediaobject>
+ </figure>
+ <para>
+ To complete importing the application click the <guibutton>Next</guibutton> button and continue follow the instructions after the <guilabel>Setup OpenShift Application</guilabel> screen that are available in the <emphasis>Creating an OpenShift Express Application</emphasis> chapter: <xref linkend="application_creation_07" />.
+ </para>
+</chapter>
+
Modified: trunk/openshift/docs/reference/en-US/OpenShift_Tools_Reference_Guide.xml
===================================================================
--- trunk/openshift/docs/reference/en-US/OpenShift_Tools_Reference_Guide.xml 2012-06-13 04:53:46 UTC (rev 41913)
+++ trunk/openshift/docs/reference/en-US/OpenShift_Tools_Reference_Guide.xml 2012-06-13 05:08:08 UTC (rev 41914)
@@ -6,8 +6,9 @@
<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Creating_an_OpenShift_Express_Application.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Import_existing_application.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Modifying_your_web_application_to_deploy_to_OpenShift_Express.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Port_forwarding.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Modifying_your_web_application_to_deploy_to_OpenShift_Express.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Debugging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Deleting_applications_and_domains.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
Added: trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_01.png
===================================================================
(Binary files differ)
Property changes on: trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_01.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_02.png
===================================================================
(Binary files differ)
Property changes on: trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_02.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_03.png
===================================================================
(Binary files differ)
Property changes on: trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_03.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_04.png
===================================================================
(Binary files differ)
Property changes on: trunk/openshift/docs/reference/en-US/images/Import_Existing_Application/import_existing_application_04.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the jbosstools-commits
mailing list