Sha256: efd86f907e2cdf4de215464592ad85ad81472e3570f7663ece63340b33660582
Contents?: true
Size: 621 Bytes
Versions: 5
Compression:
Stored size: 621 Bytes
Contents
#!/usr/bin/env bash wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.2.deb sudo dpkg -i elasticsearch-1.3.2.deb sudo service elasticsearch restart if [ -n "$NOBRAINER" ]; then source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add - sudo apt-get update -q sudo apt-get install rethinkdb sudo cp /etc/rethinkdb/default.conf.sample /etc/rethinkdb/instances.d/instance1.conf sudo service rethinkdb restart fi
Version data entries
5 entries across 5 versions & 2 rubygems