From 5ccf7243a03e63bde8a269659d497ec739f044d5 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Tue, 7 Feb 2017 02:04:51 -0500 Subject: [PATCH] LP#1642086: Update install docs with new path Update the install docs so that installation of files for browser client starts in common directory instead of staff directory. Signed-off-by: Kathy Lussier --- docs/installation/server_installation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/server_installation.txt b/docs/installation/server_installation.txt index fcb163a0bc..bc0bae7a4f 100644 --- a/docs/installation/server_installation.txt +++ b/docs/installation/server_installation.txt @@ -191,7 +191,7 @@ Install files for browser-based staff client + [source,sh] ------------------------------------------------------------------------------ -cd $EVERGREEN_ROOT/Open-ILS/web/js/ui/default/staff/ +cd $EVERGREEN_ROOT/Open-ILS/web/js/ui/common/staff/ ------------------------------------------------------------------------------ + 2. Install Project-local Dependencies. npm inspects the 'package.json' file -- 2.11.0