Hi Osher, I'm trying to implement such server in this project: https://github.com/rlidwka/sinopia
It's very much unstable right now, but seem to work good enough for us so far. But a basic idea seem to be a right one: we proxy all package requests that haven't been found locally to a npm repository this way avoiding replication. On Wednesday, July 31, 2013 8:36:33 PM UTC+4, Osher E 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.
