NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The caArray source contains two files -- a file, install.properties and local.properties -- which specify , which specifies caArray installation settings. These files must be customized with the settings specific to your local environment before starting the build process. The respective paths for the two files areThe path for this file is:

$CAARRAY_HOME/software/master_build/install.properties

A second file, local.properties, specifies additional settings. This file is not included in the repository -- you must manually create it yourself by opening a plain text editor and saving a blank file with the filename local.properties to the following path:

$CAARRAY_HOME/software/build/local.properties

where $CAARRAY_HOME represents the root folder into which the caArray source was checked out (C:\source in this example).

These files must be customized with the settings specific to your local environment before starting the build process. These settings include:

  • The username of the root account you established when installing MySQL ('root' by default), as specified by the database.system.user field
  • The password of the root account you established when installing MySQL, as specified by the database.system.password field
  • The name of your database server (usually the same as the Windows name of your workstation or server), as specified by the database.server field
  • The port your database server is installed on (47210 by default), as specified by the database.port field
  • The database name you established when manually creating the database schema, as specified by the database.name field
  • The username of the user whom you granted access to this database, as specified by the database.user field
  • The password of the user whom you granted access to this database, as specified by database.password field

test

Invoking The Build Process From The Command Line

...