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/boundlessgeo/suite.git
$ cd suite
$ git submodule update --init --recursive
Run GeoExplorer in debug mode:
$ cd geoexplorer
$ ant debug
Check if GeoExplore is running at this url: http://localhost:9080
Edit the layers/templates/layers/layer_geoext_map.html file and replace this line:
{% include "geonode/geo_header.html" %}
with this one:
{% include "geonode/geo_header_debug.html" %}