Skip to content

Instantly share code, notes, and snippets.

@bagassy
bagassy / gist:1198dec2d54c4974b295
Last active August 29, 2015 14:27 — forked from mariussturm/gist:a1cb134da2f0f6a9eded
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