From: Robert Soulliere Date: Mon, 28 Feb 2011 21:15:26 +0000 (-0500) Subject: Fix some typos. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e1d799ca19b59c129e5a10d0542d56a20d80da2a;p=evergreen%2Fmasslnc.git Fix some typos. --- diff --git a/1.6/admin/AdminMisc.xml b/1.6/admin/AdminMisc.xml index db21f40172..a5b4448426 100644 --- a/1.6/admin/AdminMisc.xml +++ b/1.6/admin/AdminMisc.xml @@ -294,10 +294,13 @@ esac; - Save file in /etc/init.d folder. + Save file in /etc/bin folder as evergreenstart if you would like this as a manual script for starting Evergreen services. + + Save file in /etc/init.d folder as evergreenstart if you would like to run this script automatically + during your server's boot process as explained in later steps. - Ensure that it is executable. + Ensure that the script is executable. sudo chmod 755 evergreenstart @@ -307,17 +310,16 @@ esac; /etc/init.d/apache2 restart - Test the script by running it from the command line as the root user. -/etc/init.d/evergreenstart restart - You will also need to restart apache as root. -/etc/init.d/apache2 restart - - + The next steps are optional if you want to automate Evergreen so it starts during your server's boot process. Update runlevel defaults of the new evergreenstart service as the root user: update-rc.d evergreenstart defaults 80 20 For Evergreen to start properly during a reboot, you will want to ensure that the first number is lower than the assigned starting priority for Apache so it starts before Apache. It should also a higher stopping priority than Apache so it stops after Apache at shutdown. + + Test the startup script by rebooting the Evergreen Server and checking to ensure that all Evergreen sercices started properly. + + This has not yet been tested in a Evergreen multi-server, brick configuration. For more information on update-rc.d you should review the documentation on this topic for Debian or Ubuntu depending on your distribution of Linux.