Commit 8ede0bff authored by Grzegorz's avatar Grzegorz

add tutorial video and script

parent 0a4c3091
This diff is collapsed.
#!/bin/bash
wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1404-3.2.3.tgz
tar -zxvf mongodb-linux-x86_64-ubuntu1404-3.2.3.tgz
cd mongo*
mkdir -p data/db
cd bin
#to run: ./mongod --dbpath ../data/db
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment