wiki:FusionInstallationConfiguration

Version 1 (modified by jfournier, 16 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. 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. 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. Locate the Common.php file in the Fusion directory (fusion/mapguide/php/Common.php).
  2. At the beginning of this file are two lines:
$defaultInstallDir = "C:/Program Files/MapGuideOpenSource/";
$defaultExtensionDir = $installDir . "!WebServerExtensions/www/";

Modify these lines to point to your actual installation path.

  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.
Note: See TracWiki for help on using the wiki.