"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
+ "karma-firefox-launcher": "^1.2.0",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
- "karma-phantomjs-launcher": "^1.0.4",
"ngx-i18nsupport": "^0.17.1",
"protractor": "^5.4.2",
"ts-node": "^8.4.1",
[NOTE]
Skip this entire section if you are using an official release tarball downloaded
-from http://evergreen-ils.org/downloads. Otherwise, ensure you have installed the
-<<optional_developer_additions,optional developer additions>> before proceeding.
+from http://evergreen-ils.org/downloads
+
+Install dependencies for 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_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_web_staff_client]]
Install AngularJS files for web staff client
npm run build-prod
------------------------------------------------------------------------------
+
-4. OPTIONAL: Test web client code if the <osname>-developer packages were installed.
- CHROME_BIN should be set to the path to chrome or chromimum, e.g.,
- `/usr/bin/chromium`:
+4. OPTIONAL: Test web client code if the <osname>-developer packages were installed
+
[source,sh]
------------------------------------------------------------------------------
ng build --prod
------------------------------------------------------------------------------
+
-4. OPTIONAL: Test eg2 web client code if the <osname>-developer packages were installed:
- CHROME_BIN should be set to the path to chrome or chromimum, e.g.,
- `/usr/bin/chromium`:
+4. OPTIONAL: Test eg2 web client code if the <osname>-developer packages were installed
+
[source,sh]
------------------------------------------------------------------------------