Install a Review Board adapter without internet access.
The following instructions pertain to situations where your Review Board server does not have
outbound access to the internet. Follow the instructions in
Install a Review Board adapter on Mac OS X/Linux
until you are directed here to continue.
-
Download the Orchestrate Review Board adapter adapter archive file from
the
TeamForge Orchestrate Community web site.
-
Extract the archive file on the target server.
unzip orchestrate_rb-[version].zip
-
Install the Orchestrate adapter as a Review Board extension
Use the command below to install the Orchestrate adapter as an extension. If upgrading the Review Board adapter, skip to the next step.
sudo pip install --use-wheel --no-index --find-links=PATH_TO_WHEELHOUSE orchestrate_rb
where PATH_TO_WHEELHOUSE is replaced by the full path to the extracted wheelhouse directory.
Example:
sudo pip install --use-wheel --no-index --find-links=/home/myusername/wheelhouse/ orchestrate_rb
-
Upgrading the Review Board adapter
If upgrading (instead of installing), add the -U flag to upgrade to the latest version of the Review Board adapter
sudo pip install -U --use-wheel --no-index --find-links=PATH_TO_WHEELHOUSE orchestrate_rb
-
Continue with installation documentation
Please continue with Install a Review Board adapter on Mac OS X/Linux picking up with step
5.