Changes between Version 51 and Version 52 of CompilingMapGuide22Windows
- Timestamp:
- 09/08/10 14:18:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Windows
v51 v52 51 51 * In Solution Explorer tree, select Solution 'oem', then click Build->Build Solution, build process will start and should be successful. 52 52 53 2. Build CSMap. Though CSMap is under folder Oem, it is a totally different project from other Oem projects, and it should be built seperately53 2. Build CSMap. Though CSMap is under folder Oem, it resides on a different subversion vault from other oem projects, and it should be built seperately 54 54 * File->Open->!Project/Solution and browse to ''!Oem/CsMap/OpenSource.sln'', click Ok to open !CsMap project in Visual Studio 55 55 * In Solution Explorer tree, select Solution ''!OpenSource'', then click Build->Build Solution, build process will start and should be successful. … … 59 59 * In Solution Explorer tree, select Solution ''Server'', then click Build->Build Solution, build process will start and should be successful. 60 60 61 4. Build Web Extension (i.e !MapGuide Web Application), which will later be deployed to Apache HTTP Server or any web server of your choice. The output of this building process is a file "mod_mgmapagent.so"61 4. Build !MapGuide Web Extension, which will later be deployed to Apache HTTP Server or IIS. The output of this building process are HTTP mapagent for IIS and Apache, and extension for PHP, .NET and Java. 62 62 * File->Open->!Project/Solution and browse to ''c:\mgdev\Web\src\!WebTier.sln'', click Ok to open 30 web extension projects in Visual Studio 63 63 * In Solution Explorer tree, select Solution ''Web Tier'', then click Build->Build Solution, build process will start and should be successful. … … 65 65 '''''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. ''''' 66 66 67 == Install !MapGuide Server and !MapGuide Web Application ==67 == Install !MapGuide Server and !MapGuide Web Extension == 68 68 69 69 You don't have to follow below instructions to install !MapGuide Server and !MapGuide Web Application, the installation of these two components are just moving and organizing files around, nothing fancy, which can be seen from "build.bat". After successful building, !MapGuide Server should be able to brought up and running from where it is built, i.e. bin folder, though you still need to configure web server to access the mapviewer from a browser, which requires the advanced knowledge of the entire project.