Skip to content

Installation

bwyss edited this page Feb 28, 2011 · 29 revisions

We successfully tested OpenQuake on Ubuntu 10.04 LTS , Ubuntu 10.10 and Gentoo. Take a look at this [installation tutorial](https://github.com/gem/openquake/wiki/Manual-Installation) if you are on these platforms. We usually develop on OSX with a [virtual environment](https://github.com/gem/openquake/wiki/Virtual-Environment).

Download source code

First of all, download the latest version of OpenQuake. Take a look at the [Source Code](https://github.com/gem/openquake/wiki/Source-Code) page to know how to get the latest sources.

Dependencies

There are a number of dependencies and services that must be installed to run OpenQuake. This is the list of dependencies needed, along with the version required, if necessary:

Library name Version required
redis client >= 2.x
redis server >= 2.x
lxml
pyyaml
sphinx 1.0.5
nose
scipy
numpy
shapely
django
python-gflags 1.4
paramiko
fabric
gdal
matplotlib
jpype >= 0.5.4
guppy
geohash
rabbitmq >= 2.1.1
celery >= 2.0.3
ant
JDK 1.6

Back to [Documentation](https://github.com/gem/openquake/wiki/Documentation)

Clone this wiki locally