Differences between revisions 2 and 3
Revision 2 as of 2011-09-25 13:53:18
Size: 862
Editor: YannEMORIN
Comment: Make the page work with the all-extensions scrapping tool
Revision 3 as of 2012-11-06 21:46:45
Size: 863
Editor: abuehl
Comment: de-link AppEngine
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
Runs `hg serve` over an http relay service for when both parties are behind firewalls. The two parties need to agree on a shared secret by whatever means they see fit. The server communicates with a relay service hosted on Google's AppEngine (appspot.com), instead of listening on a local port. Runs `hg serve` over an http relay service for when both parties are behind firewalls. The two parties need to agree on a shared secret by whatever means they see fit. The server communicates with a relay service hosted on Google's !AppEngine (appspot.com), instead of listening on a local port.

Relay Extension

This extension is not distributed with Mercurial.

Author: Peter Arrenbrecht

Project at Google code: https://code.google.com/p/httprelay/

Repository: https://code.google.com/p/httprelay/

Download: http://httprelay.googlecode.com/hg/src_hg/hgext/relay.py

Overview

Runs hg serve over an http relay service for when both parties are behind firewalls. The two parties need to agree on a shared secret by whatever means they see fit. The server communicates with a relay service hosted on Google's AppEngine (appspot.com), instead of listening on a local port.

Documentation: http://code.google.com/p/httprelay/

Configuration

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
relay = /path/to/relay.py


CategoryExtensionsByOthers

RelayExtension (last edited 2012-11-06 21:46:45 by abuehl)