[open-ils-commits] r11445 - trunk/docs
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Dec 8 12:52:38 EST 2008
Author: dbs
Date: 2008-12-08 12:52:35 -0500 (Mon, 08 Dec 2008)
New Revision: 11445
Added:
trunk/docs/starting_stopping.xml
Modified:
trunk/docs/index.xml
Log:
Commit experiments with DocBook 5 (xinclude to pull in constituent parts)
Modified: trunk/docs/index.xml
===================================================================
--- trunk/docs/index.xml 2008-12-08 16:58:17 UTC (rev 11444)
+++ trunk/docs/index.xml 2008-12-08 17:52:35 UTC (rev 11445)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<book xmlns="http://docbook.org/ns/docbook"
+<book version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude">
<info>
<title>The Book of Evergreen</title>
@@ -77,7 +77,7 @@
</part>
<part><title>Administering Evergreen</title>
- <chapter><title>Starting and stopping Evergreen</title></chapter>
+ <xi:include href="starting_stopping.xml" />
<chapter><title>Setting up organizational units</title></chapter>
<chapter><title>Generating reports</title></chapter>
<chapter><title>Preventing disaster</title></chapter>
Added: trunk/docs/starting_stopping.xml
===================================================================
--- trunk/docs/starting_stopping.xml (rev 0)
+++ trunk/docs/starting_stopping.xml 2008-12-08 17:52:35 UTC (rev 11445)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
+ xmlns:xi="http://www.w3.org/2001/XInclude"
+ xmlns:xlink="http://www.w3.org/1999/xlink/">
+ <title>Starting and stopping the Evergreen services</title>
+ <para>
+ This chapter tells you how to start and stop the Evergreen services.
+ </para>
+ <section id="starting_stopping_intro">
+ <title>Introduction</title>
+ <para>
+ We may talk a bit about how Evergreen is built on OpenSRF and uses
+ the OpenSRF control scripts. We could also talk a little bit about
+ SysV init scripts (and the current lack thereof) and point to
+ <link xlink:href="http://blah.com">further documentation</link>.
+ </para>
+ </section>
+ <section id="starting_stopping_start">
+ <title>Starting the Evergreen services</title>
+ <para>
+ To start all of the Evergreen services on a given server, issue
+ the following command as the opensrf user:
+ </para>
+ <userinput><![CDATA[
+osrf_ctl.sh -a start_all
+]]></userinput>
+ </section>
+</chapter>
More information about the open-ils-commits
mailing list