Changes between Version 2 and Version 3 of HowToCompile


Ignore:
Timestamp:
Sep 14, 2009, 3:38:38 AM (15 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v2 v3  
    11= How to compile !GeoNetwork =
    2 
     2== GeoNetwork build ==
    33You don't need to build or use the !GeoNetwork installer;
    44you can build directly from the source code.
     
    2121 1. Done!  Load up in your browser.
    2222 1. If you want to load the sample data, start up GAST again, i.e., ''after'' you started !GeoNetwork, select Options from the Config menu and enter your database settings - for default !McKoi, select "Use this account" and use `admin` as username and password.  Then go to Database -> Sample data and press the Import button.
     23
     24
     25== JS build ==
     26Some javascript files are minified and concatenated scripts from JavaScript libraries using [http://projects.opengeo.org/jstools/wiki/jsbuild jsbuild] process. Actually only OpenLayers, GeoExt and extent map editor is using this process.
     27In order to build:
     28 * run ./build.sh under the jsbuild directory. This will create geo-libs.js files used by GeoNetwork
     29 
     30If you don't want to use this small file (for debugging), add the debug parameter to your url which will use the non minified JS files (see xsl/geo/utils.xsl).
     31