Releases: smallAreaHealthStatisticsUnit/rapidInquiryFacility
Release 4.0.0 beta 1
Contains the RIF stable source at the shutdown of development. Principal additions:
Release 4.0.0 alpha 6
Contains the latest fixes to the installer. Now creates Tomcat directories if they don't exist. This shouldn't normally happen, but since the user can specify a directory, it's better to create things than to fail with a "File not found" error.
Release 4.0.0 alpha 5
This version has one major addition, and tweaks elsewhere.
Multiple Covariate Support
As well as age and sex, the RIF has so far allowed users to include one other covariate. Now that number rises to... unlimited, depending on the underlying data.
Installer Improvements
We continue to imporve the binary installers.
Release 4.0.0 alpha 4
Improves the installer function.
Release 4.0.0 alpha 3
As alpha 2, but now built from master
. This means that the Quickstart Guide and full Installation Guide are now available.
Release 4.0.0 alpha 2
As alpha 1, but with the installers fully working on both Mac and Windows, for both PostgreSQL and SQL Server (Windows only).
Functionality up to and including Risk Analysis. And now with added binary installers. Download rifInstaller.exe
for Windows, or rifInstaller
for Mac. That might work on Linux too, but it hasn't been tested.
Open a Windows command prompt, or a terminal, cd
into the directory where you placed the executable, and run it from the command line:
rifInstall.exe
or
./rifInstall
On Mac you might have to make the file executable first:
chmod +x rifInstall
Running by double-clicking from Windows Explorer or the Finder would work, but it is not recommended, because the window will close when the program ends, so you won't be able to see any error messages.
(Not that there will be any errors...)
You need to have PostgreSQL or SQL Server installed, and Tomcat. Up-to-date installation instructions to follow.
Release 4.0.0 alpha 1
Functionality up to and including Risk Analysis. And now with added binary installers. Download rifInstaller.exe
for Windows, or rifInstaller
for Mac. That might work on Linux too, but it hasn't been tested.
Open a Windows command prompt, or a terminal, cd
into the directory where you placed the executable, and run it from the command line:
rifInstall.exe
or
./rifInstall
On Mac you might have to make the file executable first:
chmod +x rifInstall
Running by double-clicking from Windows Explorer or the Finder would work, but it is not recommended, because the window will close when the program ends, so you won't be able to see any error messages.
(Not that there will be any errors...)
You need to have PostgreSQL or SQL Server installed, and Tomcat. Up-to-date installation instructions to follow.