RB Gateway
RB Gateway is a microservice built to address shortcomings in Git and
Mercurial's APIs. Git, in particular, doesn't provide a lot of access to the
contents of repositories, meaning that tools like Review Board typically have
to depend on specific hosting services (like GitHub Enterprise or GitLab) or
hacks to work.
When using RB Gateway, you can get all the benefits of those other services
for your own self-hosted Git and Mercurial repositories. You can manage your
repositories, browse for commits, and close review requests when a commit is
pushed, with more features coming in the future.
See the installation guide for getting
set up, and the RB Gateway manual
to learn how to configure and use RB Gateway.
RB Gateway 1.0 for Linux
To install RB Gateway on Linux, download the latest version and then
follow the installation instructions
to set it up.
RB Gateway 1.0 for macOS
To install RB Gateway on macOS, download the latest version and then
follow the installation instructions
to set it up.
RB Gateway 1.0 for Windows
To install RB Gateway on Windows, download the latest version and then
follow the installation instructions
to set it up.
RB Gateway 1.0 Source Code
Advanced users can download the source code for this release and compile
it for their platforms.
The latest in-development source code is also
available on GitHub. You can clone it by
typing the following on the command line:
$ git clone https://github.com/reviewboard/rb-gateway.git