From 6226b2d3dc92eb552bcd8e2574d5c261e20b09a5 Mon Sep 17 00:00:00 2001 From: Jillianne Date: Fri, 2 Jun 2017 13:52:04 -0700 Subject: [PATCH] Docs: created a Command Line Administrator Root file. --- docs/root_command_line_admin.txt | 144 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 docs/root_command_line_admin.txt diff --git a/docs/root_command_line_admin.txt b/docs/root_command_line_admin.txt new file mode 100644 index 0000000000..94978a9891 --- /dev/null +++ b/docs/root_command_line_admin.txt @@ -0,0 +1,144 @@ +Using Evergreen's Command-Line Administrator Module +==================================================== +Documentation Interest Group +:doctype: book +:toc: +:numbered: + +Introduction +============ + +About the Documentation +------------------------ + +This guide was produced by the Evergreen Documentation Interest Group (DIG), +consisting of numerous volunteers from many different organizations. The DIG +has drawn together, edited, and supplemented pre-existing Documentation +contributed by libraries and consortia running Evergreen that were kind enough +to release their documentation into the creative commons. Please see the +<> section for a full list of authors and +contributing organizations. Just like the software it describes, this guide is +a work in progress, continually revised to meet the needs of its users, so if +you find errors or omissions, please let us know, by contacting the DIG +facilitators at docs@evergreen-ils.org. + +This guide of Evergreen is intended to meet the needs of library workers +who provide Command-Line based Administrator services. +It is organized into Parts, Chapters, and Sections addressing key +aspect of the software. + +Copies of this guid can be accessed in PDF and HTML formats from http://docs.evergreen-ils.org/. + +About Evergreen +---------------- + +Evergreen is an open source library automation software designed to meet the +needs of the very smallest to the very largest libraries and consortia. Through +its staff interface, it facilitates the management, cataloging, and circulation +of library materials, and through its online public access interface it helps +patrons find those materials. + +The Evergreen software is freely licensed under the GNU General Public License, +meaning that it is free to download, use view, modify, and share. It has an +active development and user community, as well as several companies offering +migration, support, hosting, and development services. + +The community's development requirements state that Evergreen must be: + +* Stable, even under extreme load. +* Robust, and capable of handling a high volume of transactions and simultaneous users. +* Flexible, to accommodate the varied needs of the libraries. +* Secure, to protect our patrons' privacy and data. +* User-friendly, to facilitate patron and staff use of the system. + +Evergreen, which first luanched in 2006 now powers over 544 libraries of every +type - public, academic, special, school, and even tribal nd home libraries - +in over a dozen countries worldwide. + + +Installing Evergreen +==================== +include::command_line_admin/system_requirements.txt[] + +include::command_line_admin/server_installation.txt[] + +include::command_line_admin/staff_client_installation.txt[] + +include::command_line_admin/server_upgrade.txt[] + +include::command_line_admin/edi_setup.txt[] + +System Configuration +==================== + +:leveloffset: 1 + +include::command_line_admin/describing_your_people.txt[] + +include::command_line_admin/describing_your_catalog.txt[] + +include::command_line_admin/migrating_patron_data.txt[] + +include::command_line_admin/migrating_your_data.txt[] + +include::command_line_admin/template_toolkit.txt[] + +include::command_line_admin/authentication_proxy.txt[] + +include::command_line_admin/patron_address_zip_code.txt[] + +include::command_line_admin/apache_rewrite_tricks.txt[] + +include::command_line_admin/apache_access_handler.txt[] + +:leveloffset: 0 + +Local Administration +==================== + +:leveloffset: 1 + +include::command_line_admin/actiontriggers.txt[] + +:leveloffset: 0 + +Cataloging Administration +========================= +include::command_line_admin/admin_cml_MARC_batch_edit.txt[] + +include::command_line_admin/admin_cml_physical_char_wizard.txt[] + + +Using the Public Access Catalog +=============================== + +:leveloffset: 1 + +include::command_line_admin/search_form.txt[] + +:leveloffset: 0 + +[appendix] +Admonitions +=========== + +* Note + +image::media/note.png[] + +* warning + +image::media/warning.png[] + +* caution + +image::media/caution.png[] + +* tip + +image::media/tip.png[] + +[index] +Index +===== + -- 2.11.0