NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

  • How to check out the source code from the repository using a Subversion (SVN) client
  • How to manually create the requisite database schema
  • How to configure the various 'properties files required by Ant' files from the source with local installation settings
  • How to invoke the build process from the command line
  • How to launch the caArray server once the build has completed successfully
  • How to access the application's login page via your Web browser

...

The client will respond with a confirmation that the issued queries were successful, as shown in the screenshot below:

Configuring The

...

'Properties

...

' Settings Files

The caArray source contains two files -- install.properties and local.properties -- which specify 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 are:

$CAARRAY_HOME/software/master_build/install.properties

and

$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).

Invoking The Build Process From The Command Line

...