From portal-commits at lists.jboss.org Mon Jul 7 02:23:05 2008 Content-Type: multipart/mixed; boundary="===============9221886014756145393==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r11309 - docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules. Date: Mon, 07 Jul 2008 02:23:05 -0400 Message-ID: --===============9221886014756145393== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: mmcallis Date: 2008-07-07 02:23:05 -0400 (Mon, 07 Jul 2008) New Revision: 11309 Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/installa= tion.xml Log: making "Operating System Environment Settings" sections consistent with 2.7 branch Modified: docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/i= nstallation.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/install= ation.xml 2008-07-06 20:55:31 UTC (rev 11308) +++ docs/branches/JBoss_Portal_Branch_2_6/referenceGuide/en/modules/install= ation.xml 2008-07-07 06:23:05 UTC (rev 11309) @@ -75,17 +75,67 @@ Files contained in this download are used in later sections. Down= load and extract the JBoss Portal binary ZIP file before proceeding. - - JBoss EAP and JBoss AS Setup - Before deploying JBoss Portal, make sure you have JBoss EAP or = JBoss AS installed. Customers who have access to the JBoss Customer Support Portal (CSP) are advised to download and install JBoss EAP 4.3. Customers who do = not have access to the JBoss CSP are advised to use JBoss AS. For JBoss AS installatio= n instructions, please refer to the JBoss AS Installation Guide. - - - Use the JBoss EAP and JBoss AS ZIP file - - Only use the JBoss EAP and JBoss AS ZIP file versions. DO NOT ATTEMPT to deploy JBoss Portal on the installer versi= on of JBoss EAP or JBoss AS. - - + + JBoss EAP and JBoss AS Setup + Before deploying JBoss Portal, make sure you have JBoss EAP or JBo= ss AS installed. Customers who have access to the JBoss Customer Support Portal (CSP) are advised to download and install JBoss EAP 4.3. Customers who do not= have access to the JBoss CSP are advised to use JBoss AS. For JBoss AS installation i= nstructions, please refer to the JBoss AS Installation Guide. + + + Use the JBoss EAP and JBoss AS ZIP file + + Only use the JBoss EAP and JBoss AS ZIP file versions. DO NOT ATTEMPT to deploy JBoss Portal on the installer version of= JBoss EAP or JBoss AS. + + + + Operating System Environment Settings + For JBoss EAP, JBoss AS, and build targets to work, you must confi= gure a JBOSS_HOME environment variable. This environme= nt variable must point to the root directory of the JBoss EAP or JBoss AS i= nstallation directory, which is the directory where the JBoss EAP or JBoss = AS files were extracted to. + + On Windows, this is accomplished by going to + Start > Settings > Control Panel > System > Advanced > Enviro= nment Variables. Under the + System Variables + section, click + New. Set the JBOSS_HOME + environment variable to the location of your JBoss EAP or JBoss AS inst= allation directory: + + + + + + + + To configure the JBOSS_HOME environment variable o= n Linux: + + + + + + Add the following line to the ~/.bashrc file. N= ote: this must be configured while logged in as the user who runs JBoss EAP= or JBoss AS: + + + +export JBOSS_HOME=3D/path/to/jboss/installation/ + + + + + + Run the following command to enable the JBOSS_HOME environment variable: + + + +source ~/.bashrc + + + + + + + JBoss EAP <filename>JBOSS_HOME</filename> Environment Variable</= title> + <para> + If you are running JBoss EAP, configure the <filename>JBOSS_HOME</file= name> environment variable to point to the <filename>/path/to/jboss-eap-<re= placeable>version</replaceable>/jboss-as/</filename> directory. + </para> + </note> + </sect3> <sect3> <title>Database Setup @@ -262,54 +312,54 @@ - Operating System Environment Settings - For build targets to work, you must configure a JBOSS_HOME environment variable. This environment variable mus= t point to the root directory of the JBoss EAP or JBoss AS installation dir= ectory, which is the directory where the JBoss EAP or JBoss AS files were e= xtracted to. - - On Windows, this is accomplished by going to - Start > Settings > Control Panel > System > Advan= ced > Environment Variables. Under the - System Variables - section, click - New. Set the JBOSS_HOME - environment variable to the location of your JBoss EAP or J= Boss AS installation directory: - - - - - - - - To configure the JBOSS_HOME environment variabl= e on Linux: - - - - - - Add the following line to the ~/.bashrc file= . Note: this must be configured while logged in as the user who runs JBoss = EAP or JBoss AS: - - + Operating System Environment Settings + For JBoss EAP, JBoss AS, and build targets to work, you must conf= igure a JBOSS_HOME environment variable. This environm= ent variable must point to the root directory of the JBoss EAP or JBoss AS = installation directory, which is the directory where the JBoss EAP or JBoss= AS files were extracted to. + + On Windows, this is accomplished by going to + Start > Settings > Control Panel > System > Advanced > Envir= onment Variables. Under the + System Variables + section, click + New. Set the JBOSS_HOME + environment variable to the location of your JBoss EAP or JBoss AS ins= tallation directory: + + + + + + + + To configure the JBOSS_HOME environment variable = on Linux: + + + + + + Add the following line to the ~/.bashrc file. = Note: this must be configured while logged in as the user who runs JBoss EA= P or JBoss AS: + + export JBOSS_HOME=3D/path/to/jboss/installation/ - - - - - Run the following command to enable the JBOSS_HOME environment variable: - - + + + + + Run the following command to enable the JBOSS_HOME environment variable: + + source ~/.bashrc - - - - - - JBoss EAP <filename>JBOSS_HOME</filename> Environment Variable<= /title> - <para> - If you are running JBoss EAP, configure the <filename>JBOSS_HOME</fil= ename> environment variable to point to the <filename>/path/to/jboss-eap-<r= eplaceable>version</replaceable>/jboss-as/</filename> directory. - </para> - </note> + </para> + </listitem> + </orderedlist> + </para> + <note> + <title>JBoss EAP <filename>JBOSS_HOME</filename> Environment Variable<= /title> + <para> + If you are running JBoss EAP, configure the <filename>JBOSS_HOME</fil= ename> environment variable to point to the <filename>/path/to/jboss-eap-<r= eplaceable>version</replaceable>/jboss-as/</filename> directory. + </para> + </note> </sect3> </sect2> <sect2 id=3D"building_deploying_from_source"> --===============9221886014756145393==--