Andrew-Dunn / bom-frontend

Web services for Climate Data Analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bom-climate-analyser

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

https://www.digitalocean.com/community/articles/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn

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

About

Web services for Climate Data Analysis.


Languages

Language:Python 58.9%Language:CSS 22.2%Language:JavaScript 13.4%Language:Shell 5.5%