Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# coManage Grouper | ||
# COmanage Grouper Lite Widget Plugin | ||
|
||
## 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) | ||
### To use in COManage: | ||
* 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 GrouperLiteWidget 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/``` | ||
* ZipFile: unzip into a new `GrouperLiteWidget/` directory. | ||
* Clone: `git clone https://github.internet2.edu/internet2/comanage-grouper-widget GrouperLiteWidget/` | ||
* 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``` | ||
|
||
|
||
* Navigate to your COmanage source directory. | ||
* From the root of your COmanage installation, go to the `local/Plugin/` directory. | ||
* Symlink your GrouperLiteWidget location under the Plugin directory. | ||
* `ln -s <location-of-Plugin>/GrouperLiteWidget <location-of-COmanage>/local/Plugin/GrouperLiteWidget` |