Skip to content

Releases: smallAreaHealthStatisticsUnit/rapidInquiryFacility

Release 4.0.0 beta 1

14 Apr 09:58
Compare
Choose a tag to compare
Release 4.0.0 beta 1 Pre-release
Pre-release

Contains the RIF stable source at the shutdown of development. Principal additions:

  • Fixes so that the RIF support IE, even on Windows 10: Issue #75 fix for ie console.log pull: #148;
  • Fixes for Sweden: State 1 study setup modal errors pull: #143;
  • Mixed case DBF fields fix #149 (in tile generator);
  • Support Unicode in SQL Server BULK INSERT statements. #152;

Release 4.0.0 alpha 6

26 Mar 16:35
Compare
Choose a tag to compare
Release 4.0.0 alpha 6 Pre-release
Pre-release

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

22 Mar 14:49
8f2a3bd
Compare
Choose a tag to compare
Release 4.0.0 alpha 5 Pre-release
Pre-release

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

05 Mar 15:45
ddad9b9
Compare
Choose a tag to compare
Release 4.0.0 alpha 4 Pre-release
Pre-release

Improves the installer function.

Release 4.0.0 alpha 3

21 Feb 17:35
Compare
Choose a tag to compare
Release 4.0.0 alpha 3 Pre-release
Pre-release

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

05 Feb 10:08
Compare
Choose a tag to compare
Release 4.0.0 alpha 2 Pre-release
Pre-release

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

30 Jan 17:12
Compare
Choose a tag to compare
Release 4.0.0 alpha 1 Pre-release
Pre-release

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.