Obsolete:codereview-proxy.wikimedia.org

From Wikitech
This page contains historical information. It may be outdated or unreliable.

codereview-proxy.wikimedia.org is a proxy to allow the CodeReview extension to grab log and diff data from our Subversion repo, which is currently over in eqiad. This also prevents having to install SVN client files on every Apache.

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