From 79a1799ad992d56cfafa5cc850efc89fcd25ebbc Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 5 Apr 2017 11:15:58 -0400 Subject: [PATCH] LP#1642086 Move inline JS install readme Move the helpful JS dependencies installation README into the new JS common directory where the steps take place. Rename file to INSTALL.adoc to better specificy its purpose and scope. Signed-off-by: Bill Erickson --- .../default/{staff/README.install => common/INSTALL.adoc} | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) rename Open-ILS/web/js/ui/default/{staff/README.install => common/INSTALL.adoc} (88%) diff --git a/Open-ILS/web/js/ui/default/staff/README.install b/Open-ILS/web/js/ui/default/common/INSTALL.adoc similarity index 88% rename from Open-ILS/web/js/ui/default/staff/README.install rename to Open-ILS/web/js/ui/default/common/INSTALL.adoc index ba0a91285a..3d0c57ad0d 100644 --- a/Open-ILS/web/js/ui/default/staff/README.install +++ b/Open-ILS/web/js/ui/default/common/INSTALL.adoc @@ -17,18 +17,9 @@ These are all Node.js plugins, so start by installing Node.js === Install Node.js === -Node.js does not have have Debian Wheezy build target. For now, I've opted -to install from source. For more, see also -https://github.com/joyent/node/wiki/installation[Node.js Installation] - [source,sh] ------------------------------------------------------------------------------ -% git clone https://github.com/joyent/node.git -% cd node -% git checkout -b v0.10.28 v0.10.28 - -# set -j to number of CPU cores + 1 -% ./configure && make -j5 && sudo make install +% sudo apt-get install nodejs-legacy # update packages % sudo npm update @@ -54,7 +45,7 @@ The remaining steps all take place within the staff JS web root: [source,sh] ------------------------------------------------------------------------------ -% cd $EVERGREEN_ROOT/Open-ILS/web/js/ui/default/staff/ +% cd $EVERGREEN_ROOT/Open-ILS/web/js/ui/default/common/ ------------------------------------------------------------------------------ === Install Project-local Dependencies === -- 2.11.0