Configuration

Configuration of the IMu Widget environment is done by adding configuration parameters in the ~/imu/config directory.

This directory will contain one or more PHP and / or Javascript files.

Quick Configuration

You typically only need to set the imuserver connection details in the ~imu/config/local.php file.

An example might be:

<?php
   $config['server-host'] = 'manly.syd.kesoftware.com';
   $config['server-port'] = 40193;
?>

Obviously, you will need to set the appropriate server and port values for the specific local installation environment.

Often this is all you need to do.

More information on configuration