STANDALONE MONGODB SERVER ========================= Run every script below from the extension's top-level directory. First create the active setup file: cp _mongodb_standalone_setup.bash.in _mongodb_standalone_setup.bash The defaults normally require no editing. Then initialise the environment: source ./SETUP.bash Operate the local standalone server with: ./STANDALONE-SERVER/RUN-MONGODB-START.sh ./STANDALONE-SERVER/RUN-MONGODB-STATUS.sh ./STANDALONE-SERVER/RUN-MONGOSH.sh ./STANDALONE-SERVER/RUN-MONGODB-STOP.sh An optional database name can be supplied to RUN-MONGOSH.sh.