Skip to content

MongoDB

alexstaeding edited this page Sep 9, 2019 · 2 revisions

Installing MongoDB

Linux

  1. sudo apt update

  2. sudo apt install -y mongodb

That's it (if the MongoDB server is on your local machine)!

Please note that MongoDB will prevent any external connection by default.

If your mongodb server is not on your local machine, there are a few more steps

  1. Create a user account for your server
  • On the MongoDB server machine, run mongo to entire the mongo shell
  • (to be finished)
  1. Allow port 27017 over tcp in linux
  2. Add remote host to mongodb

MSDataSync

Getting started

Migration

Database setup

Usage

Clone this wiki locally