index.xml revision eccde9258ddf7ab8b41c62ad1d3d1da281ec0bf8
5394N/A<?xml version="1.0" encoding="UTF-8"?>
5394N/A<!--
5394N/A ! CCPL HEADER START
5394N/A !
5394N/A ! This work is licensed under the Creative Commons
5394N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
5394N/A ! To view a copy of this license, visit
5394N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
5394N/A ! or send a letter to Creative Commons, 444 Castro Street,
5394N/A ! Suite 900, Mountain View, California, 94041, USA.
5394N/A !
5394N/A ! You can also obtain a copy of the license at
5394N/A ! legal/CC-BY-NC-ND.txt.
5394N/A ! See the License for the specific language governing permissions
5394N/A ! and limitations under the License.
5394N/A !
5394N/A ! If applicable, add the following below this CCPL HEADER, with the fields
5394N/A ! enclosed by brackets "[]" replaced with your own identifying information:
5394N/A ! Portions Copyright [yyyy] [name of copyright owner]
5394N/A !
5394N/A ! CCPL HEADER END
5394N/A !
5394N/A ! Copyright 2011-2014 ForgeRock AS
5394N/A !
5714N/A-->
5394N/A<book xml:id='install-guide'
5394N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
5394N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
5394N/A xsi:schemaLocation='http://docbook.org/ns/docbook
5394N/A http://docbook.org/xml/5.0/xsd/docbook.xsd'
5394N/A xmlns:xinclude='http://www.w3.org/2001/XInclude'>
5394N/A
5394N/A <info>
5394N/A <xinclude:include href="/shared/mediaobject-fr-logo.xml" />
5394N/A <title>OpenIDM Installation Guide</title>
5394N/A <subtitle>Version ${serverDocTargetVersion}</subtitle>
5394N/A <abstract>
5394N/A <para>Guide to installing and evaluating OpenIDM. The OpenIDM project offers
5394N/A flexible, open source services for automating management of the identity
5394N/A life cycle.</para>
5394N/A </abstract>
5394N/A <copyright>
5394N/A <year>2011-2014</year>
5394N/A <holder>ForgeRock AS</holder>
5394N/A </copyright>
5394N/A
5394N/A <!-- Add a space after the first name so that it appears on the PDF cover -->
5394N/A <authorgroup>
5394N/A <author>
5394N/A <personname>
5714N/A <firstname>Mark </firstname><surname>Craig</surname>
5394N/A </personname>
5394N/A </author>
5394N/A <author>
5394N/A <personname>
5394N/A <firstname>Lana </firstname><surname>Frost</surname>
5394N/A </personname>
5394N/A </author>
5394N/A <author>
5394N/A <personname>
5394N/A <firstname>Paul </firstname><surname>Bryan</surname>
5394N/A </personname>
5394N/A </author>
5394N/A <author>
5394N/A <personname>
5394N/A <firstname>Andi </firstname><surname>Egloff</surname>
5394N/A </personname>
5394N/A </author>
5394N/A <author>
5394N/A <personname>
5394N/A <firstname>Laszlo </firstname><surname>Hordos</surname>
5394N/A </personname>
5394N/A </author>
5395N/A <author>
5394N/A <personname>
5394N/A <firstname>Matthias </firstname><surname>Tristl</surname>
5394N/A </personname>
5394N/A </author>
5394N/A <author>
5394N/A <personname>
5394N/A <firstname>Mike </firstname><surname>Jang</surname>
5394N/A </personname>
5394N/A
5394N/A <xinclude:include href="/shared/affiliation-fr.xml"/>
5394N/A
5394N/A </author>
5394N/A </authorgroup>
5394N/A
5394N/A <xinclude:include href="/legal.xml" />
5394N/A <date><?dbtimestamp format="B d, Y"?></date>
5394N/A <pubdate>Publication date: <?dbtimestamp format="B d, Y"?></pubdate>
5394N/A <releaseinfo><?eval ${softwareReleaseDate}?></releaseinfo>
5394N/A </info>
5394N/A
5394N/A <toc />
5394N/A
5394N/A <xinclude:include href="preface.xml" />
5394N/A
5394N/A <xinclude:include href='chap-install.xml' />
5394N/A <xinclude:include href='chap-sample.xml' />
5394N/A <xinclude:include href='chap-samples.xml' />
5394N/A <xinclude:include href='chap-repository.xml' />
5394N/A <xinclude:include href='chap-uninstall.xml' />
5457N/A <!--<xinclude:include href='chap-upgrade.xml' /> -->
5394N/A <xinclude:include href='/shared/glossary.xml' />
5394N/A
5394N/A <index />
5423N/A</book>
5443N/A