Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
astohn authored Mar 25, 2021
1 parent 559b540 commit e6611f0
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# comanage-grouper-widget
# coManage Grouper

For Usage:
git clone <name-repository> 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 <location-of-Plugin>/GrouperLite <location-of-coManage>/local/Plugin/GrouperLite```


0 comments on commit e6611f0

Please sign in to comment.