Changes between Version 51 and Version 52 of CompilingMapGuide22Windows


Ignore:
Timestamp:
Sep 8, 2010, 2:18:41 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Windows

    v51 v52  
    5151 * In Solution Explorer tree, select Solution 'oem', then click Build->Build Solution, build process will start and should be successful.
    5252
    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 seperately
     532. 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
    5454 * File->Open->!Project/Solution and browse to ''!Oem/CsMap/OpenSource.sln'', click Ok to open !CsMap project in Visual Studio
    5555 * In Solution Explorer tree, select Solution ''!OpenSource'', then click Build->Build Solution, build process will start and should be successful.
     
    5959 * In Solution Explorer tree, select Solution ''Server'', then click Build->Build Solution, build process will start and should be successful.
    6060
    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"
     614. 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.
    6262 * File->Open->!Project/Solution and browse to ''c:\mgdev\Web\src\!WebTier.sln'', click Ok to open 30 web extension projects in Visual Studio
    6363 * In Solution Explorer tree, select Solution ''Web Tier'', then click Build->Build Solution, build process will start and should be successful.
     
    6565'''''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. '''''
    6666
    67 == Install !MapGuide Server and !MapGuide Web Application ==
     67== Install !MapGuide Server and !MapGuide Web Extension ==
    6868
    6969You 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.