mirror of
https://github.com/NecroticBamboo/QRBee.git
synced 2025-12-21 12:11:53 +00:00
335 B
335 B
Setup MongoDB
- Download MongoDB from this link https://www.mongodb.com/try/download/community
- Unzip the files anywhere you want
- Create a text file and write these lines in it:
@echo off {MongoDB folder Path}\mongod.exe --dbpath={Path to existing empty folder}
- Save text file as StartMongo.bat file
- Run StartMongo.bat