-
Notifications
You must be signed in to change notification settings - Fork 2
MongoDB
alexstaeding edited this page Sep 9, 2019
·
2 revisions
-
sudo apt update
-
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.
- Create a user account for your server
- On the MongoDB server machine, run
mongo
to entire the mongo shell - (to be finished)
- Allow port
27017
over tcp in linux - Add remote host to mongodb