codereview-proxy.wikimedia.org
From Wikitech
A quickie proxy to allow the MediaWiki CodeReview extension to grab log and diff data from our Subversion repo, which is currently over in esams and not directly accessible. May be obsoletable if we set up appropriate proxying or VPN.
Contents |
Hardware
Currently running on kaulen
Related services
Dependencies:
Used by:
Software
- Apache/PHP
- PHP JSON module
- SVN module for PHP -- now optional; can use command-line SVN instead
- apt-get install libsvn-dev
- pecl install svn
- Create /etc/php5/conf.d/svn.ini containing "extension=svn.so"
- codereview-proxy PHP script
- Set up a basic vhost in /srv/org.wikimedia.codereview-proxy and check out the script
Use
- $wgSubversionProxy setting for CodeReview extension