Changes between Version 12 and Version 13 of HowToCompile

Show
Ignore:
Timestamp:
07/30/12 05:47:33 (10 months ago)
Author:
ianwallen
Comment:

Added link to how to use git page as this may provide some assistance for those having issues.

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v12 v13  
    1515}}} 
    1616 
    17 To checkout an alternative branch you can use something like the following command after the "git clone" command above. 
     17Go to http://localhost:8080/geonetwork 
     18 
     19To checkout an alternative branch you can use something like the following command, after the "git clone" command above. 
    1820{{{ 
    1921git checkout 2.8.x 
    2022}}} 
    2123 
    22 Go to http://localhost:8080/geonetwork 
     24Go to HowToWorkWithGit for more details regarding Git. 
    2325 
    2426== GeoNetwork build 2.5.1 to 2.7.x ==