Versions Compared

Key

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

...

The Grouper installer requires the internet to download the Grouper tarballs.  If you want to run this without the network, download all the tarballs (example links for 2.2.1) (installer, apiBinary, ui, ws, client, psp) and the subjects file (into subjects.sql), and quickstart file (into quickstart.xml), ant, tomcat to the install directory.  Download all the patches.  When the script asks if you want to use the local files, type: t (or just <Enter> since the default is t)

Make a grouper.installer.properties

Code Block
# this should be before the version number
#download.server.url = http://localhost:8090/grouper-ws/temp
download.server.url = http://software.internet2.edu/grouper
 
# default version to install
grouper.version = 2.2.1


# if should use local files only for development
grouperInstaller.useLocalFilesOnlyForDevelopment = ft

 

Run the installer like this (note use a semicolon instead of a colon on windows):

...