<?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>
</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>
--- /dev/null
+<?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>