Metadata-Version: 1.1
Name: geoshape
Version: 1.0.0
Summary: geoshape, based on GeoNode
Home-page: https://github.com/ROGUE-JCTD/rogue_geonode
Author: LMN Solutions
Author-email: rogue@lmnsolutions.com
License: BSD
Description: .. image:: https://secure.travis-ci.org/ROGUE-JCTD/rogue_geonode.png
            :alt: Build Status
            :target: http://travis-ci.org/ROGUE-JCTD/rogue_geonode
        
        ROGUE GeoNode
        =============
        
        ROGUE GeoNode Project.
        
         * Custom GeoServer
         * Salamti GXP Client
        
        Installation
        ------------
        
        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.
        
Keywords: geoshape geonode django
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
