Skip to content
MBoustani edited this page Dec 9, 2014 · 40 revisions

#Welcome to the GISCube wiki!

##Easy installation (vagrant)

1- Install Vagrant

2- Download vagrant.zip

3- Unzip vagrant.zip

4- cd vagrant

5- vagrant init

6- vagrant up 7- vagrant ssh 8- git clone https://github.com/MBoustani/GISCube.git GISCube 9- python GISCube/manage.py runserver 0.0.0.0:5050 10- open localhost:5050 in browser and enjoy.

##Requirements:

##Steps to use GISCube:

  • install git
  • install pip or easy_install
  • install numpy
  • install GDAL with netCDF integration
  • install Django 1.7
  • install django-dajaxice
  • replace "simplejson" to "json" in view.py for "dajaxice"
  • install hdf5
  • install netCDF4
  • mkdir <project folder>
  • git clone https://github.com/MBoustani/GISCube.git <project folder>
  • cd <project folder>
  • python manage.py runserver
  • open localhost:8000 at browser
Clone this wiki locally