chap-update-install.xml revision 6ce3dabbba7e4e63677d017240c4bbb31d083469
<?xml version="1.0" encoding="UTF-8"?>
<!--
! CCPL HEADER START
!
! This work is licensed under the Creative Commons
! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
! To view a copy of this license, visit
! http://creativecommons.org/licenses/by-nc-nd/3.0/
! or send a letter to Creative Commons, 444 Castro Street,
! Suite 900, Mountain View, California, 94041, USA.
!
! You can also obtain a copy of the license at
! src/main/resources/legal-notices/CC-BY-NC-ND.txt.
! See the License for the specific language governing permissions
! and limitations under the License.
!
! If applicable, add the following below this CCPL HEADER, with the fields
! enclosed by brackets "[]" replaced with your own identifying information:
! Portions Copyright [yyyy] [name of copyright owner]
!
! CCPL HEADER END
!
! Copyright 2014 ForgeRock AS
!
-->
<chapter xml:id='chap-update-install'
xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://docbook.org/ns/docbook
http://docbook.org/xml/5.0/xsd/docbook.xsd'
xmlns:xlink='http://www.w3.org/1999/xlink'>
<title>Updating &amp; Installing OpenAM</title>
<para>
ForgeRock recommends that you update OpenAM 11.0.0 installations
to this release.
If you are installing OpenAM for the first time,
you can use the same installation instructions as for 11.0.0.
</para>
<procedure xml:id="update-from-earlier-release">
<title>To Update From OpenAM 11.0.0</title>
<para>If you have already installed OpenAM, follow these steps.</para>
<step>
<para>
Download and unzip OpenAM ${serverDocTargetVersion}.
</para>
<para>
Find a link to the OpenAM download page from
<link xlink:show="new" xlink:href="http://forgerock.com/download-stack/" />.
</para>
</step>
<step>
<para>
If you have made any customizations,
apply them to the ${serverDocTargetVersion} .war file.
</para>
</step>
<step>
<para>
Redeploy the .war file to your web container,
using the web container administration console or deployment command.
</para>
</step>
<step>
<para>
Start OpenAM, and run the upgrade process for the server.
</para>
</step>
<step>
<para>
If you have deployed other components,
such as the Distributed Authentication UI (DAS),
Core Server only (no console),
or the <command>ssoadm</command> command,
also update those components.
</para>
</step>
</procedure>
<procedure xml:id="install-fresh">
<title>To Install OpenAM</title>
<para>
If you have not yet installed OpenAM,
install this release instead of OpenAM 11.0.0.
</para>
<step>
<para>
Download and unzip OpenAM ${serverDocTargetVersion}.
</para>
<para>
Find a link to the OpenAM download page from
<link xlink:show="new" xlink:href="http://forgerock.com/download-stack/" />.
</para>
</step>
<step>
<para>
Follow the instructions in the
<link xlink:href="http://docs.forgerock.org/en/openam/11.0.0/install-guide/"
xlink:show="new"
><citetitle>OpenAM 11.0.0 Installation Guide</citetitle></link>.
</para>
</step>
</procedure>
</chapter>