Add the main entry point for the installer.

Review Request #13467 — Created Dec. 27, 2023 and submitted — Latest diff uploaded

Information

rbinstall
master

Reviewers

This adds a simple main() for performing the installation. It
scans and hard-codes some installer settings, determines the latest
version of Review Board, and then begins the installation.

This is kept pretty basic for now. Future changes will build on this to
guide the user and to allow for some customization of the install
process.

Tested the installer in all supported environments.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add the main entry point for the installer.
This adds a simple `main()` for performing the installation. It scans and hard-codes some installer settings, determines the latest version of Review Board, and then begins the installation. This is kept pretty basic for now. Future changes will build on this to guide the user and to allow for some customization of the install process.
768bac0544156b061a52a396b96038fc0c9c090b Christian Hammond
rbinstall/main.py
Loading...