Sha256: 08beefc233913e11d8fb422a91452ed9d4638e59d889d50f6549bf8bf00b1a39

Contents?: true

Size: 302 Bytes

Versions: 12

Compression:

Stored size: 302 Bytes

Contents

#!/bin/bash

wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGODB}.tgz -O /tmp/mongodb.tgz
mkdir -p /tmp/mongodb/data
tar -xvf /tmp/mongodb.tgz -C /tmp/mongodb
/tmp/mongodb/mongodb-linux-x86_64-${MONGODB}/bin/mongod --dbpath /tmp/mongodb/data --bind_ip 127.0.0.1 --noauth &> /dev/null &

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
newrelic_rpm-3.17.1.326 test/script/install_mongodb.sh
newrelic_rpm-3.17.0.325 test/script/install_mongodb.sh
newrelic_rpm-3.16.3.323 test/script/install_mongodb.sh
newrelic_rpm-3.16.2.321 test/script/install_mongodb.sh
newrelic_rpm-3.16.1.320 test/script/install_mongodb.sh
newrelic_rpm-3.16.0.318 test/script/install_mongodb.sh
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/script/install_mongodb.sh
newrelic_rpm-3.15.2.317 test/script/install_mongodb.sh
newrelic_rpm-3.15.1.316 test/script/install_mongodb.sh
newrelic_rpm-3.15.0.314 test/script/install_mongodb.sh
newrelic_rpm-3.14.3.313 test/script/install_mongodb.sh
newrelic_rpm-3.14.2.312 test/script/install_mongodb.sh