You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install MongoDB (Tutorial). If you don't want to install MongoDB system wide, just unpack the tarball to path/to/mongodb.
Create a writable empty directory path/to/db
Run mongod --dbpath path/to/db --port 8888 in the background (or /path/to/mongodb/bin/mongod --dbpath path/to/db --port 8888 if MongoDB is not installed system wide).