Search on this blog

Search on this blog

View Categories

4.2.2 Directory Structure and Working Directory

1 min read

Table of Contents




Once you have extracted the i2b2 core source code you will notice the main directory structure in your i2b2 source directory


Main Directory for New Data Installs:
YOUR_I2B2_SRC_DIR


Directory

Description

admin

Contains the source code for the Admin module used by the PM Cell.

edu.harvard.i2b2.crc

Contains the source code for the Data Repository (CRC) cell.

edu.harvard.i2b2.fr

Contains the source code for the File Repository (FR) cell.

edu.harvard.i2b2.im

Contains the source code for the Identity Management (IM) cell.

edu.harvard.i2b2.ontology

Contains the source code for the Ontology (ONT) cell.

edu.harvard.i2b2.pm

Contains the source code for the Project Management (PM) cell.

edu.harvard.i2b2.server-common

Contains the source code for the common server code used by the i2b2 core cells.

edu.harvard.i2b2.workplace

Contains the source code for the Workplace Framework (WORK) cell.

edu.harvard.i2b2.xml

Contains the xsd files used by the i2b2 server and clients.

Working Directory #

In this step of the installation process we will be working with the edu.harvard.i2b2.server-common directory. Within this directory is the build.properties file that will be edited with the necessary information to build and deploy the common server code.