Docs: Clean up installation docs
authorRemington Steed <rjs7@calvin.edu>
Tue, 25 Sep 2018 18:54:20 +0000 (14:54 -0400)
committerRemington Steed <rjs7@calvin.edu>
Tue, 25 Sep 2018 18:54:20 +0000 (14:54 -0400)
- Remove redundant NodeJS section
- Relabel sections to distinguish between AngularJS and Angular steps
- Fix a few typos

Signed-off-by: Remington Steed <rjs7@calvin.edu>
docs/admin_initial_setup/migrating_patron_data.adoc
docs/installation/server_installation.adoc
docs/installation/server_upgrade.adoc

index 346ea4a..9248306 100644 (file)
@@ -170,7 +170,7 @@ steps to create an import script:
 
     --Determine which records are new, and which are merely updates of existing patrons
     --You may with to also add a check on the home_ou column here, so that you don't
-    --accidentaly overwrite the data of another library in your consortium.
+    --accidentally overwrite the data of another library in your consortium.
     --You may also use a different matchpoint than actor.usr.ident_value.
     UPDATE students
         SET already_exists = TRUE
index db6e7e7..8b81d35 100644 (file)
@@ -127,8 +127,8 @@ Extra steps for web staff client
 Skip this entire section if you are using an official release tarball downloaded
 from http://evergreen-ils.org/downloads
 
-Install dependencies for AngularJS web staff client
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Install dependencies for web staff client
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 [NOTE]
 You may skip this section if you have installed the
@@ -140,8 +140,8 @@ https://nodejs.org[Node.js]. Add the Node.js `/bin` directory to your
 environment variable `PATH`.
 
 [[install_files_for_web_staff_client]]
-Install files for web staff client
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Install AngularJS files for web staff client
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 1. Building, Testing, Minification: The remaining steps all take place within
    the staff JS web root:
@@ -168,24 +168,12 @@ npm run build-prod
 npm run test
 ------------------------------------------------------------------------------
 
-Install dependencies for Angular web staff client
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-[NOTE]
-You may skip this section if you have installed the
-<<optional_developer_additions,optional developer additions>>.  You will still need to do the following
-steps in <<install_files_for_angular_web_staff_client,Install files for web staff client>>.
-
-1. Install the long-term stability (LTS) release of
-https://nodejs.org[Node.js]. Add the Node.js `/bin` directory to your
-environment variable `PATH`.
-
 [[install_files_for_angular_web_staff_client]]
-Install files for web staff client
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Install Angular files for web staff client
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 1. Building, Testing, Minification: The remaining steps all take place within
-   the Angalar staff root:
+   the Angular staff root:
 +
 [source,sh]
 ------------------------------------------------------------------------------
index a8ea00b..1983804 100644 (file)
@@ -66,7 +66,7 @@ distribution of Debian or Ubuntu:
 indexterm:[Linux, Debian]
 indexterm:[Linux, Ubuntu]
 +
-  * `debian-stretch` for Debian Stretch (9.0) (EDI compatibility in progess)
+  * `debian-stretch` for Debian Stretch (9.0) (EDI compatibility in progress)
   * `debian-jessie` for Debian Jessie (8.0) (See https://bugs.launchpad.net/evergreen/+bug/1342227[Bug 134222] if you want to use EDI)
   * `ubuntu-xenial` for Ubuntu Xenial Xerus (16.04) (EDI compatibility in progress)
   * `ubuntu-trusty` for Ubuntu Trusty Tahr (14.04) (See https://bugs.launchpad.net/evergreen/+bug/1342227[Bug 134222] if you want to use EDI)