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