Blog Posts
Would you like to start a project with us?
Use the Contact Form to get in touch with us, comments, questions or suggestions. You can also simply say hello!.
August 18, 2015
11:56 am
Comments: 0
Eli Kleinman
npm install mongoose app.js var express = require('express'); var os = require('os'); // Mongoose import var mongoose = require('mongoose'); // Mongoose connection to MongoDB (ted/ted is readonly) mongoose.connect('mongodb://127.0.0.1/users',...
August 14, 2015
1:23 pm
Comments: 0
Eli Kleinman
Configuring MongoDB First test and connect to mongo From connect line > use mcfly switched to db mcfly > db.createCollection('mathpeeps') { "ok" : 1 } > db.mathpeeps.insert({Firstname: 'Eli', lastname:...
August 11, 2015
5:34 pm
Comments: 0
Eli Kleinman
Bootstrap + nodejs http://lresende.blogspot.com/2015/01/nodejs-building-html-site-template.html Express using EJS (not jade the default) express --ejs node_app2 In the Views > headers.ejs In the index.ejs...
August 5, 2015
12:22 pm
Comments: 0
Eli Kleinman
http://www.oracle.com/technetwork/articles/servers-storage-admin/sol-howto-mongodb-zones-1954559.html
July 28, 2015
2:17 pm
Comments: 0
Eli Kleinman
Download from linux binary from https://nodejs.org/download/ Extract node in /data/node
July 28, 2015
2:02 pm
Comments: 0
Eli Kleinman
Increase the file descriptor limits ————————– * soft nofile 65000 * hard nofile 65000 —— compile the redis server cd /data/redis/src/ make...
July 28, 2015
12:47 pm
Comments: 0
Eli Kleinman
How to Install and Configure a 3 node Neo4j Cluster First make sure to install the Oracle (Sun) version Java yum install java-1.8.0-openjdk.x86_64 To change the system to listen to the physical ip (not...
No posts found