Skip to content

Hashbrown777/bom-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.3%
  • CSS 20.3%
  • JavaScript 15.2%
  • Shell 2.2%