[open-ils-commits] [GIT] Evergreen ILS branch master updated. 33e365b198c8870aaa9e06ee672fb337c00f8b99

Evergreen Git git at git.evergreen-ils.org
Wed Apr 5 17:28:45 EDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  33e365b198c8870aaa9e06ee672fb337c00f8b99 (commit)
      from  1937f3f57995a375e7c41505779a30c0c926712e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 33e365b198c8870aaa9e06ee672fb337c00f8b99
Author: Dan Scott <dan at coffeecode.net>
Date:   Wed Apr 5 17:25:10 2017 -0400

    Install a modern Node.js
    
    Rather than directing people to use an ancient version of Node.js from source,
    point at the LTS version of the downloadable package (if necessary).
    
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt
index 539ab85..ef178dd 100644
--- a/docs/installation/server_installation.txt
+++ b/docs/installation/server_installation.txt
@@ -135,41 +135,25 @@ make -f Open-ILS/src/extras/Makefile.install <osname>-translator
 make -f Open-ILS/src/extras/Makefile.install <osname>-packager
 ------------------------------------------------------------------------------
 
-Optional: Extra steps for browser-based staff client
-----------------------------------------------------
+Optional: Extra steps for web staff client
+------------------------------------------
 
 [NOTE]
 Skip this entire section if you are using an official release tarball downloaded
 from http://evergreen-ils.org/downloads
 
-[NOTE]
-You make skip the subsection `Install dependencies for browser-based staff client'
-if you are installing on either Debian Jessie, Ubuntu Trusty, or Ubuntu Xenial and you have
-installed the `Optional: Developer Additions' described above.  You will still
-need to do the steps in `Install files for browser-based staff client' below.
-
-Install dependencies for browser-based staff client
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-1. Install Node.js.  For more information see also:
-   https://github.com/joyent/node/wiki/installation[Node.js Installation]
-+
-[source,sh]
-------------------------------------------------------------------------------
-# Go to a temporary directory
-cd /tmp
-
-# Clone the code and checkout the necessary version
-git clone https://github.com/joyent/node.git
-cd node
-git checkout -b v0.10.28 v0.10.28
+Install dependencies for web staff client
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-# set -j to the number of CPU cores on the server + 1
-./configure && make -j2 && sudo make install
+[NOTE]
+You may skip this section if you are installing on either Debian Jessie,
+Ubuntu Trusty, or Ubuntu Xenial and you have installed the previously described
+'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>>.
 
-# update packages
-% sudo npm update
-------------------------------------------------------------------------------
+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`.
 +
 2. Install Grunt CLI
 +
@@ -185,8 +169,9 @@ git checkout -b v0.10.28 v0.10.28
 % sudo npm install -g bower
 ------------------------------------------------------------------------------
 
-Install files for browser-based staff client
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+[[install_files_for_web_staff_client]]
+Install files for web staff client
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 1. Building, Testing, Minification: The remaining steps all take place within
    the staff JS web root:

-----------------------------------------------------------------------

Summary of changes:
 docs/installation/server_installation.txt |   45 +++++++++-------------------
 1 files changed, 15 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list