joyent Questions
5
I'm using native mongo driver in Joyent cloud, the node.js application runs fine locally but in Joyent when I run with the username/password that they provided it fails to connect.
This is the code...
Wadley asked 20/4, 2013 at 19:24
4
Solved
Right now, whenever I want to deploy a node.js server to my production server, I need to change all the IP/DNS/username/password for my various connection to my databases and external APIs.
This p...
Utopia asked 22/5, 2012 at 1:4
2
Maybe someone has seen this before... I've got a private module that I want to include in my app. I've referenced it as a tarball on Gemfury, and everything works fine locally (always the way) over...
3
Solved
First, forgive my lack of understanding of Joyent's smartmachine instance. I am running a free dev tier smartmachine instance of NodeJS for this scenario.
I am running a website at [path]/server/p...
Sabrasabre asked 16/12, 2014 at 20:25
2
I am facing an weird error, this is my main .js file
var cluster = require('cluster'),
express = require('express'),
http = require('http');
if (cluster.isMaster) {
var cpuCount = require('os...
Prouty asked 19/1, 2014 at 13:22
3
Solved
First - a little bit about my background: I have been programming for some time (10 years at this point) and am fairly competent when it comes to coding ideas up. I started working on web-applicati...
Narcis asked 7/11, 2012 at 1:37
5
We are dealing with a strange bug in a Joyent Solaris server that never happened before (doesn't happen in localhost or two other Solaris servers with identical php configuration). Actually, I'm no...
Swatter asked 16/3, 2012 at 16:47
1
© 2022 - 2024 — McMap. All rights reserved.