mirror of
https://github.com/NecroticBamboo/QRBee.git
synced 2025-12-21 12:11:53 +00:00
15 lines
585 B
Markdown
15 lines
585 B
Markdown
# Setup MongoDB
|
|
|
|
1. Download MongoDB from this link https://www.mongodb.com/try/download/community
|
|
2. Unzip the files anywhere you want
|
|
3. Create a text file and write these lines in it:
|
|
|
|
@echo off
|
|
{MongoDB folder Path}\mongod.exe --dbpath={Path to existing empty folder}
|
|
|
|
4. Save text file as StartMongo.bat file
|
|
5. Run StartMongo.bat
|
|
|
|
Initialize the database using Databasae/MOngoDB-init.js using Robo3T or Mongo CLI tools.
|
|
This step can be avoided and collections will be created automatically, but you still have to
|
|
cerate the database named "QRBee" and later the indexes required. |