Skip to content
necroscope edited this page May 15, 2014 · 32 revisions

## 0. Where is the quickstart guide: Right here >>The Quick Start Guide (Draft Version)

## 1. Authentication: If your mongodb instance requires a user name and password edit the database_configuration.json and use a connection string like the following: "url": "mongodb://adminuser:[email protected]:port/dbname"

## 2. Need mongodb then type: npm install mongodb (even if you access mongodb remotely you will still need the commands locally)

## 3. Need socket.io then type: npm install socket.io (Due to things like repository issues you might need this manual install)

## 3. Getting an error about node-static then type: npm install node-static

## 4. Wondering about connecting your android device to your dexcom: Try a micro USB OTG to USB cable adapter

## 5. Heard about getting your blood glucose on the pebble watch: Check out this link https://github.com/jasoncalabrese/cgm-pebble

## 6. How can I see and change my data in mongodb, I would like to add finger sticks: The Necroscope loves robomongo http://robomongo.org/

Other notes: If you don't get a bower directory under node_modules: Bower may not have installed if so then type "npm install bower" followed by "bower install"

///////////////////////////////////////////////////////////////////////////////////////////////////

Clone this wiki locally