Giter VIP home page Giter VIP logo

Geoavalanche

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

Installation

Install geonode with:

$ sudo add-apt-repository ppa:geonode/testing

$ sudo apt-get update

$ sudo apt-get install geonode

Create a new template based on the geonode example project.:

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

Note

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

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/my_geonode/my_geonode/wsgi.py

Add the "Directory" directive for your folder like the following example:

<Directory "/home/vagrant/my_geonode/my_geonode/">

Order allow,deny

Options Indexes FollowSymLinks

Allow from all

Require all granted

IndexOptions FancyIndexing

</Directory>

Restart apache:

$ sudo service apache2 restart

Edit the templates in my_geonode/templates, the css and images to match your needs.

In the my_geonode folder run:

$ python manage.py collectstatic

geoavalanche's Projects

alptruth-geo icon alptruth-geo

Dynamic spatiotemporal model and application of ALPTRUTh decision-making tool for determining and visualizing avalanche hazard in the backcountry.

avalanche-evaluator icon avalanche-evaluator

A TypeScript implementation of the Avaluator avalanche slope evaluator from the Canadian Avalanche Centre http://www.avalanche.ca

avalancherisk icon avalancherisk

Android application to help with the assessment of avalanche risk for freeriders, ski tourers and mountaineers

avy-rose icon avy-rose

a phone gap build using caic data to render an avalanche rose running natively on mobile devices

avyalert icon avyalert

Avalanche Advisory Notification App for Android

avyobs icon avyobs

Real time weather and avalanche observation tool built on meteor.

baxter-flask icon baxter-flask

Avalanche and geospatial data system for Baxter State Park

caaml icon caaml

CAAML sample data for the tutorial https://github.com/geoavalanche/caaml-workshop

elastica icon elastica

Elastica is a PHP client for elasticsearch

fetchsnow icon fetchsnow

Python scripts for fetching snow data from various open data sources

g3m icon g3m

The multiplatform advanced visualization framework

geoavalanche icon geoavalanche

Ecosystem of geospatial applications for snow avalanche information

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.