From e6611f0bb8e4c5428a031ff01e87402b8ed37e41 Mon Sep 17 00:00:00 2001 From: astohn Date: Thu, 25 Mar 2021 13:48:54 -0700 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2e5a19..80d5219 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ -# comanage-grouper-widget +# coManage Grouper -For Usage: -git clone GrouperLite/ +## Instructions: +### To use in coMananage: +* With your favorite command line tool, navigate to a directory you wish to use to house the coManage plugin. +* Copy the source files from the GrouperLite Plugin located at [https://github.internet2.edu/internet2/comanage-grouper-widget](https://github.internet2.edu/internet2/comanage-grouper-widget) +* You can either download the source files as a ZipFile or Clone the directory from GitHub repository. + * ZipFile: unzip into a new ```GrouperLite/``` directory. + * Clone: ```git clone https://github.internet2.edu/internet2/comanage-grouper-widget GrouperLite/``` +* Copy the application location for symlinking below. +* Navigate to your coManage source directory. +* From the root of your coManage installation, go to the ```local/Plugin/``` directory. +* Symlink your GrouperLite location under the Plugin directory. + * ```ln -s /GrouperLite /local/Plugin/GrouperLite``` +