- Open a terminal
- Start a mongo client with
mongod --dbpath=/home/pi/data --port=9000
- With the mongo client running, open a new terminal
- In the new terminal navigate into the
steamWorksScoutingDB
project withcd steamWorksScoutingDB
- Run the export.sh shell script
./export.sh
NOTE: Line 5 of export.sh sets the output location to flashdrive named DATADRIVE
. This may need to be changed depending on the application.