Changes between Version 1 and Version 2 of FusionInstallationConfiguration


Ignore:
Timestamp:
Mar 10, 2008, 9:27:07 AM (16 years ago)
Author:
pagameba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FusionInstallationConfiguration

    v1 v2  
    55=== Windows ===
    66 1. Download the latest binary archive from http://trac.osgeo.org/fusion.
    7  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.
    8  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.
     7 1. 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.
     8 1. View your installation by navigating to http://localhost:8008/mapguide/fusion/samples/mapguide/.  Port 8008 is the default port used by !MapGuide Open Source.
    99
    1010=== Linux/OSX ===
    1111 1. Download the latest binary archive from http://trac.osgeo.org/fusion.
    12  2. Unzip the archive into your /usr/local/MapGuideOpenSource/www directory. 
    13  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.
     12 1. Unzip the archive into your /usr/local/MapGuideOpenSource/www directory. 
     13 1. View your installation by navigating to http://localhost:8008/mapguide/fusion/samples/mapguide/.  Port 8008 is the default port used by !MapGuide Open Source.
    1414
    1515== !MapGuide Configuration ==
     
    1717=== All Operating Systems and Web Servers ===
    1818For 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.
    19  1. Locate the Common.php file in the Fusion directory (fusion/mapguide/php/Common.php).
    20  2. At the beginning of this file are two lines: 
    21 
    22 {{{
    23 $defaultInstallDir = "C:/Program Files/MapGuideOpenSource/";
    24 $defaultExtensionDir = $installDir . "!WebServerExtensions/www/";
    25 }}}
    26 
    27 Modify these lines to point to your actual installation path.
    28  3. 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.
     19 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.