]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/starting_stopping.xml
cache has no object when a new object is created. if not in the cache, assume balanc...
[working/Evergreen.git] / docs / starting_stopping.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
3   xmlns:xi="http://www.w3.org/2001/XInclude"
4   xmlns:xlink="http://www.w3.org/1999/xlink">
5   <title>Starting and stopping the Evergreen services</title>
6     <para>
7       This chapter tells you how to start and stop the Evergreen services.
8     </para> 
9   <section xml:id="starting_stopping_intro">
10     <title>Introduction</title>
11     <para>
12       We may talk a bit about how Evergreen is built on OpenSRF and uses
13       the OpenSRF control scripts. We could also talk a little bit about
14       SysV init scripts (and the current lack thereof) and point to 
15       <link xlink:href="http://blah.com">further documentation</link>.
16     </para>
17   </section>
18   <section xml:id="starting_stopping_start">
19     <title>Starting the Evergreen services</title>
20     <para>
21       To start all of the Evergreen services on a given server, issue
22       the following command as the opensrf user:
23       <userinput><![CDATA[
24 osrf_ctl.sh -a start_all
25 ]]></userinput>
26     </para>
27   </section>
28 </chapter>