Official installer for Review Board code/document review.
Project description
Review Board Installer
The Review Board Installer, rbinstall, is designed to simplify installing Review Board on a wide variety of Linux distributions.
Installation can be performed with a single command:
$ curl https://install.reviewboard.org | python3
Alternatively, you can run:
$ pipx run rbinstall
The installer must be run as root
.
Compatibility
rbinstall requires a supported Linux or macOS system with Python 3.7 or higher.
NOTE: If you're using a non-default version of Python, you will need to use
a web server such as gunicorn,
uwsgi, or build an Apache
mod_wsgi
for your server using
mod_wsgi-express.
Linux Compatibility
The following Linux distributions are directly supported on a default install:
- Amazon Linux 2023
- Arch Linux
- CentOS 9 Stream
- Debian 11 (Buster)
- Debian 12 (Bullseye)
- Debian 13 (Bookworm)
- Fedora 36
- Fedora 37
- Fedora 39
- Fedora 39
- Fedora 40
- openSUSE Tumbleweed
- Red Hat Enterprise Linux 9
- Rocky Linux 9
- Ubuntu 20.04
- Ubuntu 22.04
- Ubuntu 23.10
The following are known to work if you install a newer version of Python (see below):
- Amazon Linux 2
- openSUSE Leap 15
- Red Hat Enterprise Linux 8
- Rocky Linux 8
- Ubuntu 18.04
macOS Compatibility
The following versions of macOS have been tested:
- macOS Ventura
- macOS Sonoma
Homebrew is currently required for installation on macOS.
Legacy Distro Notes
Amazon Linux 2
Before installing on Amazon Linux 2, you will need to install a newer version of Python:
sudo amazon-linux-extras install python3.8
sudo yum install python38-devel
Then run the installation script with python3.8
.
Please note that Python 3.8 reaches end-of-life on October 14, 2024. Versions of Review Board after this date may no longer support Python 3.8.
openSUSE Leap 15
Before installing on openSUSE Leap 15, you will need to install a newer version of Python:
sudo zypper install python39 python39-devel
Then run the installation script with python3.9
.
Red Hat Enterprise Linux 8
Before installing on Red Hat Enterprise Linux 8, you will need to install a newer version of Python:
sudo yum install -y python38 python38-devel
Then run the installation script with python3.8
.
Note that due to missing packages, Single Sign-On is not available on Red Hat Enterprise Linux 8.
Please note that Python 3.8 reaches end-of-life on October 14, 2024. Versions of Review Board after this date may no longer support Python 3.8.
Rocky Linux 8
Before installing on Rocky Linux 8, you will need to install a newer version of Python:
sudo dnf module install python38
sudo dnf install python38-devel
Then run the installation script with python3.8
.
Note that due to missing packages, Single Sign-On is not available on Rocky Linux 8.
Please note that Python 3.8 reaches end-of-life on October 14, 2024. Versions of Review Board after this date may no longer support Python 3.8.
Ubuntu 18.04
Before installing on Ubuntu 18.04, you will need to install a newer version of Python:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get install python3.8 python3.8-dev python3.8-venv
Then run the installation script with python3.8
.
Note that due to missing packages, Single Sign-On is not available on Ubuntu 18.04.
Please note that Python 3.8 reaches end-of-life on October 14, 2024. Versions of Review Board after this date may no longer support Python 3.8.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file rbinstall-1.2.1.tar.gz
.
File metadata
- Download URL: rbinstall-1.2.1.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 320de8aad8b86f5655edc6073c285459d0e7e6da8dc56a7d8e16393987aba870 |
|
MD5 | 153922f00974d706ff97b64152586dce |
|
BLAKE2b-256 | 02a58a5e9c4280b825e90eddde129c316604ec3ba46f409c2566b6e1c9287986 |
File details
Details for the file rbinstall-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: rbinstall-1.2.1-py3-none-any.whl
- Upload date:
- Size: 37.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 916ebdf93aa81298fe9346fa82c7c84835073c5fdf47d56784fcc550ff1aeb09 |
|
MD5 | 03b77c2b47f5975ac48aeef6b3fb9b7e |
|
BLAKE2b-256 | a599fd10753dfb614dc41e68a684c88f6546bcfb3b85b9dd00e96b2b36e48246 |