1. Update environment file:
There should be a ".env.example" file in your BOLO 9.0 folder (If not just create a file called ".env").
Open the file. Once the file is open it should appear like this:
Edit your ".env.example" file so it can look like this:
Most of the attributes in the file are not that important to look at, except for the SENDGRID KEY. You may have to change the key, since the Pinecrest Police Department is paying for it. You will probably have to go start a trial version of a Sendgrid account to get another key. Ask the project owner (Jason Cohen or Frank Alvarado) for help.
2. Initializing the database:
Go to your MongoDB directory in your Program Files(or wherever it is downloaded) and run "mongod.exe"
After that go to the "scripts" directory in your BOLO 9.0 folder and run a command shell inside the "scripts" folder. Once the command shell is open, run the command "node init-db.js"
Once that is done, you have successfully finish initializing your database