-
Notifications
You must be signed in to change notification settings - Fork 4
Set up Mongo
Arnaud Declercq edited this page Dec 21, 2018
·
4 revisions
First download and install MongoDB and build the Mongo_Toolkit.
- Write path in the search field on you start menu. Open "Edit the system environment variables".
- Open "Environment variables" window.
- Locate "Path" variable. Open "Edit" window for that Variable.
- Locate your MongoDB\Server\3.4\bin folder and copy that path to the System Variable. Click OK.
- Locate the folder where you want to set up the server. Hold shift and right click on the folder. Open command window in that folder.
- Write "mongod --dbpath ." and press enter. You have to keep this window open to keep the server open.
- Locate the path for the folder where you want the server and copy that into the Grasshopper canvas. Plug the path into the MongoServer component. A command window pops up and automatically calls "mongod --dbpath .". You have to keep this window open to keep the server open.