wiki:FusionInstallationConfiguration

Version 5 (modified by madair, 15 years ago) ( diff )

--

Installing and Configuring Fusion

MapGuide Installation

Windows

  1. Download the latest binary archive from http://trac.osgeo.org/fusion.
  2. Unzip the archive into your MapGuideOpenSource\WebServerExtensions\www directory. If you selected the default location for MapGuide Open Source during installation this will likely be located in C:\Program Files. Please refer to the 'Configuration' section below for further instruction if you did not install MapGuide Open Source in the default location.
  3. Copy the file fusion/config_dist.json to fusion/config.json and modify the settings for your system configuration if required (v1.1 and later).
  4. View your installation by navigating to http://localhost:8008/mapguide/fusion/samples/mapguide/. Port 8008 is the default port used by MapGuide Open Source.

Linux/OSX

  1. Download the latest binary archive from http://trac.osgeo.org/fusion.
  2. Unzip the archive into your /usr/local/MapGuideOpenSource/www directory.
  3. Copy the file fusion/config_dist.json to fusion/config.json and modify the settings for your system configuration if required (v1.1 and later).
  4. View your installation by navigating to http://localhost:8008/mapguide/fusion/samples/mapguide/. Port 8008 is the default port used by MapGuide Open Source.

MapGuide Configuration

All Operating Systems and Web Servers

For those who did not install MapGuide Open Source in the default location (i.e., C:\Program Files) you must perform the following configuration edits to Fusion.

  1. If Fusion is not installed inside the WebServerExtensions/www directory, you must configure your web server to provide web access to Fusion. Doing this is dependent on the actual web server you have installed. You need to set up an alias (Apache) or virtual directory (IIS) to the 'fusion' directory and configure it to allow execution of PHP scripts.

IIS Configuration Notes

MimeTypes

Fusion will require the JSON MimeType in order to work properly for IIS:

  • select HTTP Headers under the properties of your Fusion directory in IIS Snap-In
  • Select Mime Types...
  • enter
    • Extension: .json
    • MIME Type: application/json
Note: See TracWiki for help on using the wiki.