Skip to content

A skeleton for Django 1.4's new project template support.

Notifications You must be signed in to change notification settings

matley/geonode-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{{ project_name|title }}

You should write some docs, it's good for the soul.

Installation

Create a new virtualenv for {{ project_name }}, install GeoNode and setup your project:

$ mkvirtualenv my_geonode
$ pip install Django
$ django-admin.py startproject my_geonode --template=https://github.com/GeoNode/geonode-project/archive/master.zip -epy,rst
$ pip install -e my_geonode

To install the latest from GeoNode's master branch use the following command:

$ pip install -e git+https://github.com/GeoNode/geonode.git#egg=geonode --upgrade

Note

You should NOT use the name geonode for your project as it will conflict with the default geonode package name.

Usage

Setup your GeoNode for usage. Download a geoserver.war to use and start the development server:

$ cd my_geonode
$ paver setup # downloads geoserver
$ paver start

About

A skeleton for Django 1.4's new project template support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%