Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Step 1: Change Working Directory

During the CRC Data Installation we will be working with the Crcdata directory. Within this directory are the files we will be editing to define the database properties, create the Crcdata tables and load the sample data provided with the data package.


To change your working directory to the Crcdata directory enter the following command:


Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
titleChange Directory Command
borderStylesolid
indent
Level1

CD YOUR_I2B2_DATA_DIR\edu.harvard.i2b2.data\Release_1-7\NewInstall\Crcdata


Excerpt
Note
titleImportant

The change directory command shown above is written for Windows. The command itself is the same for both Linux and Windows with the only exceptions being the slashes in the path name and Linux does not include the "drive".

  • Linux Path: use a forward slash.
  • Windows Path: use a backward slash.



EXAMPLES:

indent
Level2

Windows Command:  CD C:\opt\data\edu.harvard.i2b2.data\Release_1-7\NewInstall\Crcdata

indent
Level2

Linux Command:  CD /opt/data/edu.harvard.i2b2.data/Release_1-7/NewInstall/Crcdata