ROGUE GeoNode Project.
- Custom GeoServer
- Salamti GXP Client
You will need to start with a GeoNode production or development setup. You can follow GeoNode's development or production setup instructions here https://github.com/GeoNode/geonode/blob/master/README
With GeoNode's virtualenv activated in development or production mode, do the following:
$ mkvirtualenv rogue_geonode $ pip install -e git+https://github.com/GeoNode/geonode.git#egg=geonode $ git clone https://github.com/ROGUE-JCTD/rogue_geonode.git $ cd rogue_geonode $ paver build_geoserver $ paver setup $ paver start
In production, you can modify the 'geonode' binary tool and geonode.wsgi file to point to this one.