-
Notifications
You must be signed in to change notification settings - Fork 7
Install & Update
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.
$ curl http://apt.instedd.org/setup.sh | sudo bash
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
Once installed, updating Resourcemap should be straightforward:
$ sudo apt-get update
$ sudo apt-get install resourcemap