polyhack / nodejsau

11 stars 32 forks source link

Post: An Aussie npm mirror to kill the latency #11

Open rvagg opened 11 years ago

rvagg commented 11 years ago

Update 2014-02-06: See npm.nodejs.org.au for updated instructions on how to set up your npm client to pull from the Australian mirror.


Installing from npm is always a pain from this side of the planet, particularly when you have a lot of dependencies to install and particularly when you've experienced it from a computer located in North America.

For a little while now I've been maintaining a mirror of the npm registry running out of the AWS datacentre in Sydney and it's an absolute pleasure to be able to npm install and have it complete in a couple of seconds. I'm now confident enough to share it with anyone else who would like to be able to do quick installs.

All you need to do is put this line in your ~/.npmrc file:

registry = http://npm.nodejs.org.au:5984/registry/_design/app/_rewrite

You won't be able to publish to it, so you have switch back to the standard registry to do that. You either have to remove or comment out that line, or be a little more clever.

Thankfully, @deoxxa has already thought of this and has a great script that I can recommend: npmrc.

Simply make a ~/.npmrcs/ directory and put alternative .npmrc files in it with names indicating their use. For example, I have one named write that uses the global registry and one called read that uses npm.nodejs.org.au. When I want to switch between them I just type npmrc read or npmrc write and it switches a symlink from ~/.npmrc to the appropriate file in ~/.npmrcs/.

(If you're running your own mirror, please continue to replicate from the global registry, Joyent can afford the bandwidth more than me.)

Enjoy!

simonexmachina commented 11 years ago

I can't access this repo - I get 401. Tried to login but no dice...

eugeneware commented 11 years ago

Use npmrc (https://npmjs.org/package/npmrc) with the following .npmrc config:

email = your@email.com registry = http://npm.nodejs.org.au:5984/registry/_design/app/_rewrite

remove all the [_token] and _auth stuff from it. It's a read only DB.

On Wed, Sep 25, 2013 at 11:51 AM, simonwade notifications@github.comwrote:

I can't access this repo - I get 401. Tried to login but no dice...

— Reply to this email directly or view it on GitHubhttps://github.com/polyhack/nodejsau/issues/11#issuecomment-25057024 .

Eugene Ware Chief Executive Officer

Phone: +61 3 9955 7041 Email: eugene@noblesamurai.com Twitter: @EugeneWare http://twitter.com/EugeneWare

Noble Samurai Pty Ltd Level 1, 234 Whitehorse Rd Nunawading, Victoria, 3131, Australia

noblesamurai.com http://www.noblesamurai.com/ | eugeneware.com | facebook.com/Eugene.S.Ware http://www.facebook.com/Eugene.S.Ware

simonexmachina commented 11 years ago

Great, thanks.

jpillora commented 10 years ago

@rvagg Should this mirror be up? http://npm.nodejs.org.au

502 Bad Gateway nginx/1.6.0

rvagg commented 10 years ago

@jpillora set your registry to http://registry.npmjs.org.au instead. I'm still getting that server sorted out in my spare time but the registry should be working.

rvagg commented 10 years ago

@jpillora was a bit out of sync but pretty much caught up now if you want to use registry.npmjs.org.au.

I have an SSL cert for it too that I'll get set up when I have time.

jpillora commented 10 years ago

Awesome thanks Rod!

On Thursday, June 5, 2014, Rod Vagg notifications@github.com wrote:

@jpillora https://github.com/jpillora was a bit out of sync but pretty much caught up now if you want to use registry.npmjs.org.au.

I have an SSL cert for it too that I'll get set up when I have time.

— Reply to this email directly or view it on GitHub https://github.com/polyhack/nodejsau/issues/11#issuecomment-45138717.