Versions Compared

Key

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

...

Code Block
ps -ef | grep java   --- kill hsql
wget http://www.internet2.edu/grouper/release/x.y.z/grouper.apiBinary-x.y.z.tar.gz
cd grouper.apiBinary-2.0.0
cd bin
java -cp ../lib/jdbcSamples/hsqldb.jar org.hsqldb.Server -database.0 file:grouper -dbname.0 grouper &
./gsh.sh -registry -runscript
./gsh.sh -test -all
  • () MsSQL (new)

Do this on each database:

  • Clean DDL install, run unit tests, pull up GSH, and UI
  • Upgrade (instructions below)

Try checkConfig tests.

Upgrade from x.y-1 to x.y (e.g. 1.6 to 2.0).

  • Install 1.56.3
    • Download 1.6.3
    • Unzip, configure the grouper.hibernate.properties
    • ./gsh.sh -registry -runscript
  • Load the quickstart data set
    •  
  • Open the UI, browse around
  • Upgrade to 1.6
  • Open the UI, browse around

...