Changes between Version 30 and Version 31 of CompilingMapGuide22Windows
- Timestamp:
- 08/03/10 14:36:27 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Windows
v30 v31 80 80 '''''Note 1: these two batch files might be out-of-date, look into the file with a text editor to see what it does to decide how to install mapguide server in your system. ''''' 81 81 82 '''''Note 2: After Building is done successfully, there should be ''bin'' folder under ''Server'', installation step is not necessarily needed to run mapguide server. '''''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. ''''' 83 83 84 84 '''''Note 3: building mapguide source does not necessarily build web extensions. Web extension are third party applications and are not stored in subversion repository, as mentioned above. So, the only thing that needs to be done is to configure the web extensions. ''''' 85 86 85 87 86 == Testing Installation == … … 94 93 mgserver.exe run 95 94 }}} 95 or if you skip the Install step 96 {{{ 97 cd c:\mgdev\Server\bin 98 mgserver.exe run 99 }}} 96 100 97 3. Start !MapGuide Web Extension101 3. [wiki: Configure Web Extensions] 98 102 99 4. Open a browser to !http://localhost:8008/mapguide/phpviewersample/ajaxviewersample.php 103 4. Start !MapGuide Web Extension 104 105 5. Open a browser to !http://localhost:8008/mapguide/phpviewersample/ajaxviewersample.php 100 106 101 107