We had similar questions and issues (especially with setting up a local npm repo) so if you search back you'll see some recommendations from the list.
In the end we did get a replica working (couchdb 1.3 on Windows no less) and at ~50GB it wasn't too bad to host on a local machine. FWIW the StrongLoop folks are hosting a webinar tomorrow about private npm repos so that might be worth attending: http://t.co/WcQDkHqLf5 I think they are going to talk about the work they've done with their node distro and/or changes to node-reggie a lightweight repo option (https://github.com/mbrevoort/node-reggie). I'm hopeful that in the near future multiple repos (and npm's ability to use them) becomes a more realistic option. Andy Sent from my iPhone On Jul 31, 2013, at 10:36 AM, Osher El-Netanany <[email protected]> wrote: > Hi all, > > 'ok, this is kind'a embarrassing a little, > we've tried few times in few ways but still did not get it right: > we're trying to set a local npm repo for our packages > we don't want to host an entire replica of the npm (which is HUGE these days, > and growing) > i.e - the private replica should hold only our packages, the rest can come > from the public repo > publishing should direct to our repo > install should take our packages from our repo, and public packages from the > global repo > What's the best way to do it? > What's the best contemporary tutorial/doc/explanation about it on the web? > > Thanks... > Don > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
