Changes between Version 30 and Version 31 of CompilingMapGuide22Windows


Ignore:
Timestamp:
Aug 3, 2010, 2:36:27 PM (14 years ago)
Author:
hluo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingMapGuide22Windows

    v30 v31  
    8080'''''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. '''''
    8181
    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. '''''
    8383
    8484'''''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 
    8685
    8786== Testing Installation ==
     
    9493mgserver.exe run
    9594}}}
     95or if you skip the Install step
     96{{{
     97cd c:\mgdev\Server\bin
     98mgserver.exe run
     99}}}
    96100
    97 3. Start !MapGuide Web Extension
     1013. [wiki: Configure Web Extensions]
    98102
    99 4. Open a browser to !http://localhost:8008/mapguide/phpviewersample/ajaxviewersample.php
     1034. Start !MapGuide Web Extension
     104
     1055. Open a browser to !http://localhost:8008/mapguide/phpviewersample/ajaxviewersample.php
    100106
    101107