Versions Compared

Key

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

...

  1. Person Attribute Groups Store (PAGS) explains how to setup group stores, how they work, and the different tests available
  2. Amend uportal-war/src/main/data/default_entities/group_membership/Everyone.group-membership.xml to remove any groups that were in the quickstart PAGSGroupStoreConfig but aren’t in your institution's list of groups (Leave the PAGS Root group though as this is required).
  3. If you have changed the name of the group that admin users go into, you also need to add the name of this group as a child uportal-war/src/main/data/default_entities/group_membership/Portal_Administrators.group-membership.xml
Note

Note – Some of the quickstart portlets look for a group called all_authenticated. If you don’t require this for your institution but still have some of the quickstart portlets deployed, leave it in until you have removed any pre-packaged portlets you don't want.

Step 5. Configure Layout Assignment to Use New Groups

...

  • Then, manually import the individual data files that have been updated. These are any files you changed under uportal-war/src/main/data, and you can do the imports using 'ant data-import'. See Import Export Data Migration Tools for instructions on this ant task.

Warning

DISCLAIMER:

If

you

don't

mind

having

your

uportal

database

reinitialize

where

your

database

tables

are

dropped

and

recreated,

the

quickest

way

to

deploy

the

above

changes

is

to

run

'ant

initportal'

command.

This

deploys

the

ear

and

updates

the

database

as

required.

However,

it's

always

recommended

to

use

the

deploy-ear

command

if

you

have

customizations

already

configured.

...

Step 8. Restart Tomcat

Code Block
$TOMCAT_HOME/bin/shutdown.sh
$TOMCAT_HOME/bin/startup.sh

...