Changes between Version 36 and Version 37 of CompilingMapGuide22Windows
- Timestamp:
- 08/03/10 16:48:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CompilingMapGuide22Windows
v36 v37 63 63 '''''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. ''''' 64 64 65 == Install !MapGuide Server ==65 == Install !MapGuide Server and !MapGuide Web Application == 66 66 67 67 1. On 32-bit windows machine 68 68 {{{ 69 69 cd c:\mgdev 70 mkdir Release 71 build.bat - a=install -w=server70 build.bat -o=c:\mapguideopensource-2.2 -a=install -w=server 71 build.bat -o=c:\mapguideopensource-2.2 -a=install -w=web 72 72 }}} 73 73 2. On 64-bit windows machine 74 74 {{{ 75 75 cd c:\mgdev 76 mkdir Release64 77 build64.bat -a=install -w=server 76 build.bat -o=c:\mapguideopensource-2.2 -a=install -w=server 77 build.bat -o=c:\mapguideopensource-2.2 -a=install -w=web 78 }}} 79 your final installation should look like: 80 {{{ 81 c:\mapguideopensource-2.2\Server 82 c:\mapguideopensource-2.2\Web\www 83 c:\mapguideopensource-2.2\CS-Map 78 84 }}} 79 85 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.''''' 83 87 84 88 == Testing Installation == … … 91 95 mgserver.exe run 92 96 }}} 93 or if you skip the Install step94 {{{95 cd c:\mgdev\Server\bin96 mgserver.exe run97 }}}98 97 99 98 3. [wiki:ConfigureGuide22Windows Configure and Start Web Extensions]