Versions Compared

Key

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

...

Code Block
apt-get install subversion postgresql libpgjava tomcat7 openjdk-7-jdk ant apache2

Download source code, in this case we're fetching version 2.1.1 and stick that under /opt:

...

This took more than an hour on a reasonably beefy VM. In the end this should not yield any errors.

FIXME BELOW

Now it's time to install the database schema. This is a two-step process. The following command should generate a chunk of SQL code and save it to a file:

Code Block
bin/gsh.sh -registry -check 

Once that is done, execute the SQL.

Code Block
bin/gsh.sh -registry -runsqlfile grouper_sql_filename.sql

 

 

Apache

 

Code Block
cd /etc/apache2
a2enmod proxy_ajp
 

Configure certificates etc 

 

 

 

TO BE CONTINUED