Corrected the 2.0 OSRF installation testing section so that it uses the correct OS...
authorYamil Suarez <github@yamil.com>
Thu, 22 Mar 2012 18:57:36 +0000 (14:57 -0400)
committerYamil Suarez <github@yamil.com>
Thu, 22 Mar 2012 18:57:36 +0000 (14:57 -0400)
https://bugs.launchpad.net/evergreen/+bug/863641

admin/serversideinstallation_2.0.xml

index 63a9666..7b0a7bb 100644 (file)
                                <step>
                                        <title>Test connections to OpenSRF</title>
                                        <para>Once you have installed and started OpenSRF, as the 
-                                       <systemitem class="username">root</systemitem> user test your connection to 
+                                       <systemitem class="username">opensrf</systemitem> user test your connection to 
                                        <systemitem class="service">OpenSRF</systemitem> with the <command>srfsh</command> 
                                        utility and try to call the <command>add</command> method on the OpenSRF 
                                        <systemitem class="service">math</systemitem> service:</para>
                                        <screen>
                                                <userinput>
-       # as the root user:
+       # as the opensrf user:
        /openils/bin/srfsh</userinput>
                                                <computeroutput>
        srfsh# <userinput>request opensrf.math add 2 2</userinput></computeroutput>