Web services for Climate Data Analysis.
Guides
Setting up a Python virtual environment: http://www.jeffknupp.com/blog/2012/02/09/starting-a-django-project-the-right-way/
Setting PostgreSQL
https://wiki.debian.org/PostgreSql (debian)
https://wiki.postgresql.org/wiki/YUM_Installation (CentOS)
Setting up PostgreSQL with Django
http://damntechnology.blogspot.com.au/2008/01/django-with-postgresql-on-centosrhel-5.html
Common issue: http://stackoverflow.com/a/5450183
Running Django server
python manage.py runserver <ip address>:8000
Example:
python manage.py runserver 130.56.248.104:8000
Third-party apps used
- django-jsonfield (https://github.com/bradjasper/django-jsonfield)
- django-solo (https://github.com/lazybird/django-solo)