From 008673247485797c6f8792a2b7ea8bba7ccf0dba 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 Signed-off-by: Josh Stompro --- docs/installation/server_installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/server_installation.adoc b/docs/installation/server_installation.adoc index 3d2d973347..2eaf24ed1a 100644 --- a/docs/installation/server_installation.adoc +++ b/docs/installation/server_installation.adoc @@ -170,7 +170,7 @@ Install files for web 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