Changes between Version 36 and Version 37 of CompilingMapGuide22Windows


Ignore:
Timestamp:
08/03/10 16:48:28 (15 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified CompilingMapGuide22Windows

    v36 v37  
    6363'''''Note: In Visual Studio, before each build process, make sure the configuration for these 4 build processes are consistent, i.e Release and Win32 are recommende for 32-bit windows machine, Release and x64 for 64-bit windows machine. '''''
    6464
    65 == Install !MapGuide Server ==
     65== Install !MapGuide Server and !MapGuide Web Application ==
    6666
    67671. On 32-bit windows machine
    6868{{{
    6969cd c:\mgdev
    70 mkdir Release
    71 build.bat -a=install -w=server
     70build.bat -o=c:\mapguideopensource-2.2 -a=install -w=server
     71build.bat -o=c:\mapguideopensource-2.2 -a=install -w=web
    7272}}}
    73732. On 64-bit windows machine
    7474{{{
    7575cd c:\mgdev
    76 mkdir Release64
    77 build64.bat -a=install -w=server
     76build.bat -o=c:\mapguideopensource-2.2 -a=install -w=server
     77build.bat -o=c:\mapguideopensource-2.2 -a=install -w=web
     78}}}
     79your final installation should look like:
     80{{{
     81c:\mapguideopensource-2.2\Server
     82c:\mapguideopensource-2.2\Web\www
     83c:\mapguideopensource-2.2\CS-Map
    7884}}}
    7985
    80 '''''Note 1: these two batch files might be out-of-date, if you are working on trunk code, the chances are bugs or issues might be introduced by developers, so look into the file with a text editor to see what it does to decide how to use it to install mapguide server in your system. The baseline for installation is just regrouping files around.'''''
    81 
    82 '''''Note 2: After Building is done successfully, there should be ''bin'' folder under ''Server'', installation is not necessarily needed since you are working on the source code. '''''
     86'''''Note 1: these two batch files might be out-of-date, if you are working on trunk code, the chances are bugs or issues might be introduced by developers, so look into the file with a text editor to see what it does to decide how to use or edit it to install mapguide server in your system.'''''
    8387
    8488== Testing Installation ==
     
    9195mgserver.exe run
    9296}}}
    93 or if you skip the Install step
    94 {{{
    95 cd c:\mgdev\Server\bin
    96 mgserver.exe run
    97 }}}
    9897
    99983. [wiki:ConfigureGuide22Windows Configure and Start Web Extensions]