Changes between Version 11 and Version 12 of CompilingMapGuide22Windows
- Timestamp:
- 07/29/10 12:03:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified CompilingMapGuide22Windows
v11 v12 46 46 * In Solution Explorer tree, select Solution ''Web Tier'', then click Build->Build Solution, build process will start and should be successful. 47 47 48 == Install MapGuide == 48 49 50 {{{ 51 cd c:\mgdev 52 mkdir Release 53 build.bat -a install -c server --source=Release 54 build.bat -a install -c web --source=Release 55 }}} 56 57 == Testing Installation == 58 59 1. Start MapGuide Server 60 61 2. Start MapGuide Web Extension 62 63 3. Open a browser to 64 65