Debugging GeoExplorer

In case you want to debug the GeoExplorer behaviour in your browser with Firebug of Chromium Developer toolbar, you may do the following:

Install Boundless Suite:

$ git clone git://github.com/GeoNode/suite.git
$ cd suite
$ git submodule update --init --recursive

Run GeoExplorer in debug mode:

$ cd geoexplorer
$ ant debug

Check if GeoExplorer is running at this URL: http://localhost:9080

Edit the layers/templates/layers/layer_geoext_map.html file and replace this line:

{% include "geoext/geo_header.html" %}

with this one:

{% include "geoext/geo_header_debug.html" %}