From 86b2a7b29ff803706522a4a50820531105897741 Mon Sep 17 00:00:00 2001 From: Steve Sheppard Date: Wed, 29 Dec 2010 12:30:08 -0500 Subject: [PATCH] reformat tags in StaffclientInstallation to look right in both PDF and HTML output; --- 1.6/admin/staffclientinstallation.xml | 111 ++++++++++++---------------------- 1 file changed, 37 insertions(+), 74 deletions(-) diff --git a/1.6/admin/staffclientinstallation.xml b/1.6/admin/staffclientinstallation.xml index 38b839b95c..653b49d5c3 100644 --- a/1.6/admin/staffclientinstallation.xml +++ b/1.6/admin/staffclientinstallation.xml @@ -397,9 +397,8 @@ symbolic link to that directory. As the root user, make the changes as follows: - - # as the root user: + # as the root user: cd /openils/var/web/xul ln -s SERVER_BUILD_ID/ CLIENT_BUILD_ID @@ -431,9 +430,8 @@ select the latest version; for XULrunner, select version 1.8.1.4-2ubuntu5. - - # as the root user: + # as the root user: sudo apt-get install subversion sudo apt-get install xulrunner @@ -477,9 +475,8 @@ Client. Use the following commands to download the proper version of the source code by tag name: - - # as the opensrf user: + # as the opensrf user: cd /DOWNLOAD/DIRECTORY svn co rel_1_6_1_2/ @@ -505,9 +502,8 @@ As the opensrf user, run the following commands to build the Staff Client: - - # as the opensrf user: + # as the opensrf user: wget http://evergreen-ils.org/downloads/Evergreen-ILS-1.6.1.2.tar.gz tar xfz Evergreen-ILS-1.6.1.2.tar.gz cd /home/opensrf/Evergreen-ILS-1.6.1.2 @@ -523,9 +519,8 @@ user, navigate to the build/ subdirectory and run the following command: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client/build xulrunner application.ini @@ -543,9 +538,8 @@ STAGING_DIRECTORY with the appropriate paths): - - # as the opensrf user: + # as the opensrf user: mkdir ~/STAGING_DIRECTORY cd ~/DOWNLOAD_DIRECTORY/Open-ILS/xul/ cp -r staff_client ~/STAGING_DIRECTORY @@ -554,9 +548,8 @@ Test the Staff Client to verify that all necessary files were copied to the staging directory: - - # as the opensrf user: + # as the opensrf user: cd ~/STAGING_DIRECTORY/staff_client/build xulrunner application.ini @@ -564,17 +557,15 @@ If there were no problems, then finish the cleanup by removing the original download directory as shown: - - # as the opensrf user: + # as the opensrf user: rm -r -f ~/DOWNLOAD_DIRECTORY Finally, the command: - - # as the opensrf user: + # as the opensrf user: xulrunner ~/STAGING_DIRECTORY/staff_client/build/application.ini @@ -611,9 +602,8 @@ Install wine: - - # as the root user: + # as the root user: sudo apt-get install wine @@ -634,9 +624,8 @@ application (remember to replace VERSION with the release number of the Staff Client you downloaded): - - # as the opensrf user: + # as the opensrf user: cd /TEMP_DIRECTORY wine evergreen-setup-rel_VERSION.exe @@ -694,9 +683,8 @@ date/time string, but you can also override the value of BUILD_ID. You could use the following commands during the normal install process: - - # as the root user: + # as the root user: cd /home/opensrf/Evergreen-ILS-1.6.1.2 make STAFF_CLIENT_BUILD_ID=1_6_1_2 install @@ -707,9 +695,8 @@ execute the following commands to build the Staff Client (remember to replace NEW_VERSION with an appropriate value): - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make STAFF_CLIENT_BUILD_ID=NEWVERSION build @@ -727,9 +714,8 @@ similarly to the BUILD_ID. You could use the following commands during the normal install process: - - # as the root user: + # as the root user: cd /home/opensrf/Evergreen-ILS-1.6.1.2 make STAFF_CLIENT_VERSION=0mytest.200 install @@ -744,9 +730,8 @@ As the opensrf user, execute the following commands to build the Staff Client: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make STAFF_CLIENT_VERSION=0mytest.200 build @@ -764,9 +749,8 @@ STAMP_ID similarly to the BUILD_ID. You could use the following commands during the normal install process: - - # as the root user: + # as the root user: cd /home/opensrf/Evergreen-ILS-1.6.1.2 make STAFF_CLIENT_STAMP_ID=my_test_stamp install @@ -776,9 +760,8 @@ As the opensrf user, execute the following commands to build the Staff Client: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make STAFF_CLIENT_STAMP_ID=my_test_stamp build @@ -885,9 +868,8 @@ As the opensrf user, run the following commands from the Staff Client source directory: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make devbuild @@ -905,9 +887,8 @@ As the opensrf user, run the following commands from the Staff Client source directory: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make compress-javascript @@ -919,9 +900,8 @@ In the following make below, the order of options is important. - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make devbuild compress-javascript @@ -933,9 +913,8 @@ by specifying the option. You could use the following commands during the normal install process: - - # as the root user: + # as the root user: cd /home/opensrf/Evergreen-ILS-1.6.1.2 make AUTOUPDATE_HOST=localhost install @@ -946,9 +925,8 @@ As the opensrf user, execute the following commands to build the Staff Client: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make AUTOUPDATE_HOST=localhost build @@ -970,9 +948,8 @@ opensrf user execute the following commands: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client mkdir -p "/openils/var/web/xul/$(cat build/BUILD_ID)" cp -R build/server "/openils/var/web/xul/$(cat build/BUILD_ID)" @@ -993,9 +970,8 @@ As the opensrf user, execute the following commands: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make generic-client @@ -1048,9 +1024,8 @@ As the opensrf user execute the following commands: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make win-client @@ -1066,9 +1041,8 @@ As the opensrf user, execute the following commands: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make linux-client @@ -1083,9 +1057,8 @@ As the opensrf user, execute the following commands: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make extension @@ -1137,9 +1110,8 @@ As the opensrf user, execute the following commands: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2 ./configure --prefix=/openils --sysconfdir=/openils/conf --with-updateshost=hostname make @@ -1164,9 +1136,8 @@ replace SOME_URL with an appropriate value) : - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make AUTOUPDATE_HOST=http://SOME_URL build @@ -1199,25 +1170,22 @@ directory to the Staff Client source directory, then execute the following commands: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client Command to build all updates at once: - - # as the opensrf user: + # as the opensrf user: make updates commands to build updates individually: - - # as the opensrf user: + # as the opensrf user: make generic-updates make win-updates make linux-updates @@ -1245,18 +1213,16 @@ one of the following commands: To build all updates at once: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make updates-client To build updates individually: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make generic-updates-client make win-updates-client @@ -1292,9 +1258,8 @@ update.rdf, as the root user execute the following commands: - - # as the root user: + # as the root user: cd /openils/var/updates/pub chmod +x check download manualupdate.html update.rdf @@ -1322,9 +1287,8 @@ As the opensrf user, execute the following commands: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client make NSIS_EXTRAOPTS=-DPROFILES win-client @@ -1362,9 +1326,8 @@ /home/opensrf/Evergreen-ILS-1.6.1.2/ you can start the Staff Client as shown in the following example: - - # as the opensrf user: + # as the opensrf user: cd /home/opensrf/Evergreen-ILS-1.6.1.2/Open-ILS/xul/staff_client/build xulrunner application.ini -- 2.11.0