Skip to content
Gustavo Giráldez edited this page Nov 19, 2015 · 3 revisions

Installing

Resourcemap can be installed on Ubuntu 12.04 (Precise) and 14.04 (Trusty) from built .deb packages. Other distributions may work as well, but have not been tested.

Add InSTEDD's repository

$ curl http://apt.instedd.org/setup.sh | sudo bash

Installing

Once InSTEDD's repository has been added, you need to install the necessary packages.

Resourcemap depends on Elasticsearch. We provide a compatible version (currently 1.1.2) in our repository, but you can download a newer version from https://www.elastic.co/downloads/elasticsearch. Some version of Java is required to run Elasticsearch but the .deb package does not depend on it explicitly and the JRE package must be installed as well.

$ sudo apt-get openjdk-7-jre-headless resourcemap

Important: the Elasticsearch package does not enable and start the service automatically. After installing, you need to do this manually by running:

$ sudo update-rc.d elasticsearch defaults 95 10
$ sudo /etc/init.d/elasticsearch start

Updating

Updating Resourcemap is pretty straightforward:

$ sudo apt-get update
$ sudo apt-get install resourcemap