Metadata-Version: 1.1
Name: starterkit
Version: 1.2
Summary: starterkit, based on GeoNode
Home-page: https://github.com/SP7-Ritmare/starterkit
Author: Starter Kit Development Team
Author-email: help.skritmare@irea.cnr.it
License: GPL3
Description: RITMARE - SP7 - Starter Kit
        ========================
        
        You should write some docs, it's good for the soul.
        
        Installation
        ------------
        
        Install geonode from PPA in Ubuntu 12.04::
        
            $ sudo apt-get install python-software-properties
        
            $ sudo add-apt-repository ppa:geonode/release
        
            $ sudo apt-get update
        
            $ sudo apt-get install geonode
        
        Setup the IP address and create a superuser::
        
            $ sudo geonode-updateip 127.0.0.1
        
            $ geonode createsuperuser
        
        Install SK from archive file
        
            $ sudo pip install https://github.com/SP7-Ritmare/starterkit/archive/master.zip
        
        
        Usage
        -----
        
        Rename the local_settings.py.sample to local_settings.py and edit it's content by setting the SITEURL and SITENAME.
        
        Edit the file /etc/apache2/sites-available/geonode and change the following directive from:
        
            WSGIScriptAlias / /var/www/geonode/wsgi/geonode.wsgi
        
        to:
        
            WSGIScriptAlias / /path/to/starterkit/geosk/wsgi.py
        
        Restart apache::
        
            $ sudo service apache2 restart
        
        Edit the templates in geosk/templates, the css and images to match your needs.
        
        Syncdb and collectstatic::
        
            $ django-admin syncdb  --settings=geosk.settings
        
            $ django-admin  collectstatic --settings=geosk.settings
        
        
        
Keywords: StarterKit GeoNode Django sensors SOS
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
