{"id":18510653,"url":"https://github.com/reviewboard/rbinstall","last_synced_at":"2026-01-29T20:02:37.648Z","repository":{"id":216894646,"uuid":"734510439","full_name":"reviewboard/rbinstall","owner":"reviewboard","description":"Official installer for the Review Board code/document review tool.","archived":false,"fork":false,"pushed_at":"2024-11-16T03:36:40.000Z","size":117,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-05T05:01:54.488Z","etag":null,"topics":["code-review","document-review","installer","reviewboard"],"latest_commit_sha":null,"homepage":"https://www.reviewboard.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reviewboard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-21T21:48:15.000Z","updated_at":"2024-11-16T03:36:41.000Z","dependencies_parsed_at":"2024-11-06T15:28:07.256Z","dependency_job_id":"ba9c107e-345f-4022-a003-f669d20aa6bd","html_url":"https://github.com/reviewboard/rbinstall","commit_stats":null,"previous_names":["reviewboard/rbinstall"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/reviewboard/rbinstall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reviewboard%2Frbinstall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reviewboard%2Frbinstall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reviewboard%2Frbinstall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reviewboard%2Frbinstall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reviewboard","download_url":"https://codeload.github.com/reviewboard/rbinstall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reviewboard%2Frbinstall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28883994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T19:55:09.949Z","status":"ssl_error","status_checked_at":"2026-01-29T19:55:08.490Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-review","document-review","installer","reviewboard"],"created_at":"2024-11-06T15:24:17.308Z","updated_at":"2026-01-29T20:02:37.622Z","avatar_url":"https://github.com/reviewboard.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Review Board Installer\n======================\n\nThe Review Board Installer, rbinstall, is designed to simplify installing\n[Review Board](https://www.reviewboard.org/) on a wide variety of Linux\ndistributions.\n\nInstallation can be performed with a single command:\n\n```shell\n$ curl https://install.reviewboard.org | python3\n```\n\nAlternatively, you can run:\n\n```shell\n$ pipx run rbinstall\n```\n\nThe installer must be run as `root`.\n\n\nCompatibility\n-------------\n\nrbinstall requires a supported Linux or macOS system with Python 3.7 or higher.\n\n**NOTE:** If you're using a non-default version of Python, you will need to use\na web server such as [gunicorn](https://gunicorn.org/),\n[uwsgi](https://uwsgi-docs.readthedocs.io/en/latest/), or build an Apache\n`mod_wsgi` for your server using\n[mod_wsgi-express](https://pypi.org/project/mod-wsgi/).\n\n\n### Linux Compatibility\n\nThe following Linux distributions are directly supported on a default install:\n\n* Amazon Linux 2023\n* Arch Linux\n* CentOS 9 Stream\n* Debian 11 (Buster)\n* Debian 12 (Bullseye)\n* Debian 13 (Bookworm)\n* Fedora 36\n* Fedora 37\n* Fedora 39\n* Fedora 39\n* Fedora 40\n* openSUSE Tumbleweed\n* Red Hat Enterprise Linux 9\n* Rocky Linux 9\n* Ubuntu 20.04\n* Ubuntu 22.04\n* Ubuntu 23.10\n\n\nThe following are known to work if you install a newer version of Python\n(see below):\n\n* Amazon Linux 2\n* openSUSE Leap 15\n* Red Hat Enterprise Linux 8\n* Rocky Linux 8\n* Ubuntu 18.04\n\n\n### macOS Compatibility\n\nThe following versions of macOS have been tested:\n\n* macOS Ventura\n* macOS Sonoma\n\n[Homebrew](https://brew.sh) is currently required for installation on macOS.\n\n\nLegacy Distro Notes\n-------------------\n\n### Amazon Linux 2\n\nBefore installing on Amazon Linux 2, you will need to install a newer version\nof Python:\n\n```shell\nsudo amazon-linux-extras install python3.8\nsudo yum install python38-devel\n```\n\nThen run the installation script with `python3.8`.\n\nPlease note that Python 3.8 reaches end-of-life on October 14, 2024. Versions\nof Review Board after this date may no longer support Python 3.8.\n\n\n### openSUSE Leap 15\n\nBefore installing on openSUSE Leap 15, you will need to install a newer version\nof Python:\n\n```shell\nsudo zypper install python39 python39-devel\n```\n\nThen run the installation script with `python3.9`.\n\n\n### Red Hat Enterprise Linux 8\n\nBefore installing on Red Hat Enterprise Linux 8, you will need to install a newer version\nof Python:\n\n```shell\nsudo yum install -y python38 python38-devel\n```\n\nThen run the installation script with `python3.8`.\n\nNote that due to missing packages, Single Sign-On is not available on\nRed Hat Enterprise Linux 8.\n\nPlease note that Python 3.8 reaches end-of-life on October 14, 2024. Versions\nof Review Board after this date may no longer support Python 3.8.\n\n\n### Rocky Linux 8\n\nBefore installing on Rocky Linux 8, you will need to install a newer version\nof Python:\n\n```shell\nsudo dnf module install python38\nsudo dnf install python38-devel\n```\n\nThen run the installation script with `python3.8`.\n\nNote that due to missing packages, Single Sign-On is not available on\nRocky Linux 8.\n\nPlease note that Python 3.8 reaches end-of-life on October 14, 2024. Versions\nof Review Board after this date may no longer support Python 3.8.\n\n\n### Ubuntu 18.04\n\nBefore installing on Ubuntu 18.04, you will need to install a newer version\nof Python:\n\n```shell\nsudo apt-get install software-properties-common\nsudo add-apt-repository ppa:deadsnakes/ppa\nsudo apt-get install python3.8 python3.8-dev python3.8-venv\n```\n\nThen run the installation script with `python3.8`.\n\nNote that due to missing packages, Single Sign-On is not available on\nUbuntu 18.04.\n\nPlease note that Python 3.8 reaches end-of-life on October 14, 2024. Versions\nof Review Board after this date may no longer support Python 3.8.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freviewboard%2Frbinstall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freviewboard%2Frbinstall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freviewboard%2Frbinstall/lists"}