/igb-geonode

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

igb-geonode

Installation

This repo is a geonode-project. It can be installed in the usual way, with some specific tweaks related to concrete system and python dependencies:

  • Install LDAP system libraries

    sudo apt install \
        libldap2-dev \
        libsasl2-dev
    
  • Install GeoNode - Refer to the new GeoNode installation docs

  • Install the geonode_ldap contrib package - Refer to its README for installation details

  • Get this repo's code and pip install it

    git clone https://github.com/geosolutions-it/igb-geonode.git
    cd igb-geonode
    pip install --requirement requirements/production.txt
    pip install --editable .
  • Configure GeoServer, PostgreSQL, etc by following the instructions on the GeoNode pages.