• Get Review Board
  • What's New
  • Downloads
  • Review Board Code review, image review, and document review
  • Documentation
  • Release Notes
  • Power Pack Enterprise integrations, reports, and enhanced document review
  • Try for 60 Days
  • Purchase
  • RBCommons Review Board as a Service, hosted by us
  • Pricing
  • RBTools Command line tools and Python API for Review Board
  • Documentation
  • Release Notes
  • Review Bot Automated code review, connecting tools you already use
  • Documentation
  • Release Notes
  • RB Gateway Manage Git and Mercurial repositories in your network
  • Documentation
  • Release Notes
  • Learn More
  • Documentation
  • Frequently Asked Questions
  • Support Options
  • Third-Party Integrations
  • Product Information for AI Agents
  • Demo
  • Review Board RBTools Power Pack Review Bot Djblets RB Gateway
    1. RB Gateway dev
    2. Version 2.x
    3. Version 1.0
    4. Installing Review Board Gateway
  • Home
  • Installing Review Board Gateway
  • Configuring Review Board Gateway
  • Running rb-gateway
  • General Index
  • Release Notes
  • This documentation covers the in-development release of RB Gateway. You can see the stable RB Gateway documentation or all previous versions.

    Installing Review Board Gateway¶

    Requirements¶

    To serve repositories with rb-gateway, you’ll need:

    • Git (for serving Git repositories)

    • Mercurial (for serving Mercurial repositories)

    Installing the Binary¶

    rb-gateway is currently distributed as a standalone binary. Installation consists of a few simple steps:

    1. Download the latest version of rb-gateway, place the binary somewhere on your server (for example, on Linux, /usr/local/bin/rb-gateway), and make it executable.

    2. Create a directory for rb-gateway to store authentication token and webhook data. On Linux, a good place for this would be /var/lib/rb-gateway.

    3. Create the configuration file.

    4. Set up rb-gateway to run as a service.

    For example, to get started quickly on Linux:

    $ sudo curl https://www.reviewboard.org/downloads/rbgateway/latest/linux_amd64/ \
           -O /usr/local/bin/rb-gateway
    $ sudo chmod +x /usr/local/bin/rb-gateway
    $ sudo mkdir /var/lib/rb-gateway
    $ sudo mkdir /etc/rb-gateway
    $ sudo vim /etc/rb-gateway/config.json
    

    Keep up with the latest Review Board releases, security updates, and helpful information.

    About
    Pricing/Plans
    News
    Demo
    Integrations
    Support Options
    Product Info for Agents
    Documentation
    FAQ
    User Manual
    RBTools
    Administration Guide
    Power Pack
    Release Notes
    Downloads
    Review Board
    Power Pack
    RBCommons Hosting
    RBTools
    Review Bot
    RB Gateway
    Follow Us
    Mailing Lists
    Reddit
    Twitter
    Mastodon
    Facebook
    YouTube
    Copyright © 2006-2026 Beanbag, Inc. All rights reserved.
    Terms of Service — Privacy Policy — AI Ethics Policy — AI Agent Sitemap — Branding

    On this page

    • [Top]
    • Requirements
    • Installing the Binary