Opens an administrator command line
Unsolved
General Discussion
-
Hello! I'm trying to build a forum through this guide https://docs.nodebb.org/installing/os/windows/ But I got stuck in the middle! I don't understand what it means to open an administrator command line (https://docs.nodebb.org/installing/os/windows/#configure-a-service-for-the-mongod-server)
-
I suggest you look that up. You don't need to create the directories through the command prompt, but you can if you want to.
-
And what am I doing here?
Create a config file (C:\MongoDB\mongod.cfg) defining those paths
systemLog: destination: file path: C:\MongoDB\logs\mongod.log storage: dbPath: C:\MongoDB\data\db
Install the MongoDB service bash mongod.exe --config "C:\MongoDB\mongod.cfg" --install
Copyright © 2024 NodeBB | Contributors