Re: [nodejs] Licensing

2014-11-20 Thread andy e
http://choosealicense.com is a pretty good site, explains some use cases and requirements when picking a license. (I don't know of any license that requires permission to use - seems like usually someone just slaps GPLv2 on things they want 'shared' but not necessarily used/copied.) On Thu, Nov

Re: [nodejs] scripts to initialize MongoDB ??

2014-04-28 Thread andy e
Maybe too late for helping with an assignment but MongoDB offers online training courses, one of which uses Node: https://university.mongodb.com/courses/10gen/M101JS/2014_June/about It's a pretty good class. I can't remember if when you sign up you can watch old videos and see coursework or not

Re: [nodejs] Re: Having trouble replicating with npm repo (couchdb) - anyone tried it lately and/or seen this error?

2014-02-06 Thread andy e
Dmytro, Thanks for following up. Glad you got it working. Thankfully, someone else gained responsibility for running the repo (so we didn't have to) but the more info there is on how to do this the better. Hopefully npm, inc and the resulting changes they're planning will make it easier to run

Re: [nodejs] Suggestions for alternatives to private npm repos?

2013-08-23 Thread andy e
support multiple registries (e.g. private and public), therefore you can't mix public and private packages in package.json dependencies. Cheers, Adam Crabtree On Thu, Aug 22, 2013 at 3:27 PM, andy e virtuala...@gmail.com wrote: I think https://github.com/stagas/npm-server might help

Re: [nodejs] Suggestions for alternatives to private npm repos?

2013-08-22 Thread andy e
I think https://github.com/stagas/npm-server might help. And/or node-reggie (https://github.com/mbrevoort/node-reggie - also see http://blog.strongloop.com/deploy-a-private-npm-registry-without-couchdb-or-redis/ ). andy On Thu, Aug 22, 2013 at 4:24 PM, Adam Crabtree atcrabt...@gmail.com wrote:

[nodejs] Dependencies for native module installs via npm/node-gyp (especially when offline)

2013-08-12 Thread andy e
When trying to install leveldown/levelup on Windows using node 0.10.9 npm, npm/node-gyp grabs dependencies from http://nodejs.org/dist/insert node version here/ i.e. http://nodejs.org/dist/v0.10.9/node-v0.10.9.tar.gz This was on an offline (no Internet connection) machine. I'm trying to figure

[nodejs] Node.JS in the DoD

2013-07-16 Thread andy e
Anyone know of any uses of Node.js within the DoD (or other secure/federal gov't environments)? Feel free to ping me off list if so. Some folks are looking for help getting approvals and pointing to existing instances/uses can help. andy -- -- Job Board: http://jobs.nodejs.org/ Posting

[nodejs] Re: Problems and Questions about replica npm repo on private network

2013-07-15 Thread andy e
Artifactory?) the better. andy On Thu, Jul 11, 2013 at 12:45 AM, andy e virtuala...@gmail.com wrote: After a lot of good advice in here, we eventually replicated a copy of the npm repo (using couch 1.2.x and Windows - go figure). We finally stood it up in our private environment and had some

[nodejs] Problems and Questions about replica npm repo on private network

2013-07-11 Thread andy e
After a lot of good advice in here, we eventually replicated a copy of the npm repo (using couch 1.2.x and Windows - go figure). We finally stood it up in our private environment and had some problems. If we run 'npm --registry http://ourrepo.com/registry install Base64' it will first resolve

Re: [nodejs] Re: Having trouble replicating with npm repo (couchdb) - anyone tried it lately and/or seen this error?

2013-05-23 Thread andy e
Alex, I think that's an awesome idea. But...a) I stink at node b) probably don't have time to devote to help beyond complaints/a list of what I'd like to see c) I'm full of excuses. There is Mike Brevoort's node-reggie - https://github.com/mbrevoort/node-reggie (I keep name dropping that hoping

Re: [nodejs] Re: Having trouble replicating with npm repo (couchdb) - anyone tried it lately and/or seen this error?

2013-05-16 Thread andy e
Kevin, Unfortunately, no. We tried a few of the tips mentioned here on the CouchDB list ( http://mail-archives.apache.org/mod_mbox/couchdb-user/201305.mbox/%3cCAL+Y1nuP=wBwXn8eM7MBzZg2v3nKChTEVmo=bntwhf5ukfi...@mail.gmail.com%3e) - for example, we didn't have an admin user set up, so we tried

Re: [nodejs] options for private npm registries?

2013-05-01 Thread andy e
In a similar boat, so interested to see what you find out/which route you take (previous thread I started at https://groups.google.com/d/topic/nodejs/sX4mbsRPwls/discussion). There's things like node-reggie by Mike ( https://github.com/mbrevoort/node-reggie) and I also just realized that you

Re: [nodejs] Node.js VS Scala VS Clojure: what for an API with a we-love-java-we-dont-even-know-why business component in the company?

2013-02-26 Thread andy e
Not much help here, but maybe vert.x is a good compromise (JVM based, but you can use an async approach and write JS code): http://vertx.io The other thing that comes to mind is something I saw Mike Brevoort present on. See

[nodejs] Anyone using Vagrant for, say, testing with multiple browsers or as a type of CI server?

2013-02-26 Thread andy e
Just curious if anyone is using Vagrant for a sort-of-CI server (i.e. have vagrant run your tests via another OS) or for testing across browsers (i.e. a vagrant box running an old version of Firefox or something) or anything along those lines? Somehow signed myself up to give a basic intro on

[nodejs] Need an offline npm-style repository - what's a good approach?

2013-02-18 Thread andy e
Apologies in advance because I've only glanced at this problem, but we work in a unique environment where we have no Internet connectivity. So, with our Java apps, we run an instance of Artifactory on our LAN and load it by running an instance that is connected, which we then export and bring into

Re: [nodejs] Need an offline npm-style repository - what's a good approach?

2013-02-18 Thread andy e
files pointing to the git address. Seems like it would be the easiest way to go for private modules not on the internet. On Mon, Feb 18, 2013 at 1:23 PM, andy e virtuala...@gmail.com wrote: Apologies in advance because I've only glanced at this problem, but we work in a unique environment

Re: [nodejs] Need an offline npm-style repository - what's a good approach?

2013-02-18 Thread andy e
not on the internet. On Mon, Feb 18, 2013 at 1:23 PM, andy e virtu...@gmail.com wrote: Apologies in advance because I've only glanced at this problem, but we work in a unique environment where we have no Internet connectivity. So, with our Java apps, we run an instance of Artifactory on our LAN

Re: [nodejs] Need an offline npm-style repository - what's a good approach?

2013-02-18 Thread andy e
automatically forwarded to the official server. On Mon, Feb 18, 2013 at 12:14 PM, andy e virtuala...@gmail.com wrote: OK, great, thanks for the info. I'll chat it over and maybe give a shot at replicating the couch instance. Thanks for the help! Andy On Mon, Feb 18, 2013 at 12:08 PM, Bradley