Page History
Beginning in i2b2 1.7.12, server installation is dramatically simplified. There are now three two ways to install:
Quick Install
...
- Install Java 8 if you missed this step earlier. (see chapter 2.4.1)
- Copy the entire wildfly-17.0.1.Final folder to your /opt folder.
- Linux: cp –r wildfly-17.0.1.Final /opt
- Windows: xcopy /E wildfly-17.0.1.Final C:\opt
- Modify the datasource files for each cell (see subsections on configuring each cell).
Pre-compiled war file install
i2b2 is releasing a pre-compiled server binary as a war file. This file can simply be dropped into the Wildfly directory. Therefore, the steps are nearly the same:
- Install all the server pre-requisites in Chapter 2 (including Wildfly and Java 8).
- Download the war file from the i2b2 software page.
- Copy the war file into the deployments folder (/
- opt
- Modify the datasource files for each cell (see subsections on configuring each cell).
...