You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
necroscope edited this page Apr 10, 2014
·
32 revisions
## 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