Configuration

Configuration has been isolated out into a single PHP file. This allows you to run multiple instances of MediaIndexer with only a single installation. Simply take mediaIndexer.php and configure it to serve a single repository. Copy this file for as many interfaces as you would like to create. You will need to edit each script fully before it will work. All configuration values defined in this script are mandatory. There are no defaults.

At the very end of this script, you will find an include to the file, classes/init.functions.php. This file contains functions and the initialization code to start MediaIndexer.

This script should be self-explanatory. Read the comments within this script for instructions and recommeded values.