From: Steve Sheppard Date: Fri, 17 Dec 2010 15:29:55 +0000 (-0500) Subject: updates to section on 'Testing Your Evergreen Installation'; X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a61ecffa889af0a1e7407684001fa569744f1d26;p=evergreen%2Fequinox.git updates to section on 'Testing Your Evergreen Installation'; --- diff --git a/1.6/admin/serversideinstallation.xml b/1.6/admin/serversideinstallation.xml index 2160988ebf..4753e265e1 100644 --- a/1.6/admin/serversideinstallation.xml +++ b/1.6/admin/serversideinstallation.xml @@ -1557,13 +1557,27 @@ tree (which allows Holds to work properly). You must do this the first time you start Evergreen and after making any changes to the library hierarchy. As the opensrf - user, execute the following commands: + user, execute the following command and review the results: # as the opensrf user: cd /openils/bin ./autogen.sh -c /openils/conf/opensrf_core.xml -u Updating Evergreen organization tree and IDL using '/openils/conf/opensrf_core.xml' Updating fieldmapper + Updating web_fieldmapper + Updating OrgTree + removing OrgTree from the cache for locale hy-AM... + removing OrgTree from the cache for locale cs-CZ... + removing OrgTree from the cache for locale en-CA... + removing OrgTree from the cache for locale en-US... + removing OrgTree from the cache for locale fr-CA... + removing OrgTree from the cache for locale ru-RU... + Updating OrgTree HTML + Updating locales selection HTML + Updating Search Groups + Refreshing proximity of org units + Successfully updated the organization proximity + Done @@ -1650,6 +1664,60 @@ + + Testing the Staff Client on Linux + In this section you will confirm that a basic login on the Staff Client works + properly. + Run the Evergreen Staff Client on a Linux system by using the application + XULRunner (installed automatically and by default with Firefox + version 3.0 and later on Ubuntu and Debian distributions). + As the root user, start the Staff Client + as shown: + + # as the root user: + xulrunner /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client/build/application.ini + + The login screen for the Staff Client should appear. + Log in using the username admin and the password + open-ils : + + Logging into the Staff Client + + + + + If the login is successful, you will see the following screen: + + Logging into the Staff Client + + + + + Otherwise, you may need to click Add SSL Exception in the + main window. You will see a popup window labeled "Add Security Exception": + + Logging into the Staff Client + + + + + Click Get Certificate, then click Confirm + Security Exception, then click Re-Test Server in the + main window and try to log in again. + + + Testing the Apache Web Server + In this section you will test the Apache configuration file(s), then restart the + Apache web server. + As the root user, execute the following + commands. Note the use of restart to force the new Evergreen + modules to be reloaded even if the Apache server is already running. Any problems found + with your configuration files should be displayed: + + # as the root user: + apache2ctl configtest && /etc/init.d/apache2 restart + +
Post-Installation Chores diff --git a/1.6/media/serversideinstallation-staffclient-running-1.png b/1.6/media/serversideinstallation-staffclient-running-1.png index 6dadee283a..6f61fb800d 100644 Binary files a/1.6/media/serversideinstallation-staffclient-running-1.png and b/1.6/media/serversideinstallation-staffclient-running-1.png differ diff --git a/1.6/media/serversideinstallation-staffclient-running-2.png b/1.6/media/serversideinstallation-staffclient-running-2.png new file mode 100644 index 0000000000..a532686454 Binary files /dev/null and b/1.6/media/serversideinstallation-staffclient-running-2.png differ