You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Run Match Setup

Run the Match 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.

$ cd match
$ ./bin/cake setup
XXX SAMPLE OUTPUT
$ ./bin/cake schema_cache clear

setup is intended to be run once. After you run it, you should be able to login via the web interface and make whatever changes you need that way.

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. 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-username: Administrator's username, as described above

$ cd match
$ ./bin/cake setup --admin-username "pat.jones.smith@university.edu"

Next Step

Installation is now complete. Login as an administrator to the administrative interface (https://yourdomain.edu/match) to set up the first Matchgrid.

  • No labels