Message-ID: <1287628561.19680.1710819155876.JavaMail.confluence@ip-172-30-4-17.ec2.internal> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_19679_632353987.1710819155874" ------=_Part_19679_632353987.1710819155874 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html A. Server Install on 1.7.12 and higher

A. Server Install on 1.7.12 and higher

Beginning in i2b2 1.7.12, server installation is dramatically si= mplified. There are now two ways to install:

Quick Install

The quick install is a fully packaged and compiled version of i2b2, comp= lete with Wildfly and all other necessary server components. Download it fr= om the i2b2 software page.  Then, 


  1. Install Java 8 = if you missed this step earlier. (see chapter 2.4.1)
  2. Copy the entire wildfly-17.0.1.Final folder to your /opt folder.
    • Linux: cp =E2=80=93r wildfly-17.0.1.Final /opt
    • Windows: xcopy /E wildfly-17.0.1.Final C:\opt
  3. Modify the datasource files for each cell (see subsections on configuring each= cell).


Build from sour= ce

Developers will want to build i2b2 from source code. Although the legacy= documentation for building each cell separately is still available in othe= r sections of this chapter, the process for building a complete war file ha= s been dramatically simplified. 

  1. Build the war from source.
    1. Change directory into the edu.har= vard.i2b2.server-common folder.
    2.  Run the ant build command
            ant clean dist war
  2. Copy the i2b2.war from the dist f= older to /op= t/wildfly-VERSION-Final/standalone/deployments/ .
  3. Modify the datasource files for each cell (see subsections on configuring each= cell).


After the build is complete, Wildfly should be started and installation = verified. The subsections in this chapter give further details on these ste= ps.

------=_Part_19679_632353987.1710819155874--