Changes between Version 42 and Version 43 of CompilingMapGuide22Windows
- Timestamp:
- 08/04/10 21:39:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingMapGuide22Windows
v42 v43 57 57 * In Solution Explorer tree, select Solution ''Server'', then click Build->Build Solution, build process will start and should be successful. 58 58 59 4. Build Web Extension (i.e !MapGuide Web Application) 59 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" 60 60 * File->Open->!Project/Solution and browse to ''c:\mgdev\Web\src\!WebTier.sln'', click Ok to open 30 web extension projects in Visual Studio 61 61 * In Solution Explorer tree, select Solution ''Web Tier'', then click Build->Build Solution, build process will start and should be successful. … … 64 64 65 65 == Install !MapGuide Server and !MapGuide Web Application == 66 67 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. 66 68 67 69 1. On 32-bit windows machine … … 88 90 == Testing Installation == 89 91 90 1. Create a environment variable MENTOR_DICTIONARY_PATH, which points to c:\mgdev\Oem\!CsMap\Dictionaries92 1. Create a environment variable MENTOR_DICTIONARY_PATH, which points to <path to !CsMap>\Dictionaries 91 93 92 94 2. Start !MapGuide Server