Skip to content

Instantly share code, notes, and snippets.

@mariussturm
mariussturm / gist:a1cb134da2f0f6a9eded
Last active November 12, 2015 10:06
Install Graylog server on SLES11
- Download Java7 RPM: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
- zypper install jdk-7u75-linux-x64.rpm
- Install MongoDB
- zypper addrepo http://download.opensuse.org/repositories/server:database/SLE_11_SP3/server:database.repo
- zypper refresh
- zypper install mongodb
- /sbin/chkconfig --add mongodb
- /etc/init.d/mongodb start
- Install Elasticsearch
- Download https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.1.noarch.rpm