Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

For Grouper 2.5+ there is an even easier way to install Grouper using the "quickstart container" (maturity level -1)


To run the grouper installer offline:

...

Code Block
C:\temp\installGrouper2.3>copy c:\temp\grouper.all-2.3.0\release\2.3.0\grouperInstaller.jar .
        1 file(s) copied.


C:\temp\installGrouper2.3>dir
06/25/2016  04:07 PM               212 grouper.installer.properties
06/25/2016  04:19 PM         2,340,907 grouperInstaller.jar


C:\temp\installGrouper2.3>type grouper.installer.properties
#download.server.url = http://software.internet2.edu/grouper
download.server.url = C:/temp/grouper.all-2.3.0


# default version to install
grouper.version = 2.3.0
 
#################################################################################


UNIX (colon):
/whatever/something> java -cp .:grouperInstaller.jar edu.internet2.middleware.grouperInstaller.GrouperInstaller
 
WINDOWS(semicolon):
C:\temp\installGrouper2.3>java -cp .;grouperInstaller.jar edu.internet2.middleware.grouperInstaller.GrouperInstaller



C:\temp\installGrouper2.3>

...


Notes

This "all" tarball is automatically built for the current version of grouper every night on webprod3 from this script 

...