Versions Compared

Key

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


Panel

Table of Contents

Decide on Organizational Identity Pooling

...

Decide whether or not to pool organizational identities before proceeding.

Info

As of COmanage Registry v3.1.0, new installations can not be configured with Org Identity Pooling. Support for Org Identity Pooling will be removed in v5.0.0 (CO-1470).

Run Registry Setup

Run the Registry configuration script. Be sure to enter the username that will be returned by your web server's authentication engine. For example, under Apache this corresponds to $REMOTE_USER.

...

Info

When running this step under v0.9.4, you may notice deprecation messages like

Deprecated (16384): Validation::notEmpty() is deprecated.

These messages may be safely ignored, and will be addressed in a future release (CO-1119).do not affect other versions (CO-1119).

Running Setup Non-Interactively

Under certain circumstances, it may be desirable to run the setup script non-interactively, for example as part of an automated installation process. As of v1.0.1, this is possible by passing command line flags to the setup shell. Note that all flags listed here must be passed for a completely non-interactive setup. Any missing flags will result in a prompt for the required value.

  • --admin-given-name: Given name of initial administrator
  • --admin-family-name: Family name of initial administrator
  • --admin-username: Administrator's username, as described above
  • --enable-pooling: Whether or not to enable organizational pooling, as described above – this must match the language key 'fd.yes' in order to enable pooling (which by default will be the literal string Yes, case sensitive)
Code Block
$ cd app
$ ./Console/cake setup --admin-given-name Pat --admin-family-name "Jones Smith" --admin-username "pat.jones.smith@university.edu" --enable-pooling=Yes

Next: Registry Installation - Cron