--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
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
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:
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]
------------------------------------------------------------------------------
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)