NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

For detailed information on all of the GUI installer fields, refer to the BDA Properties page.

For performing an installation using the GUI Installer, follow these steps:

...

Tip
titleOverview of command-line installer properties files
  • When you do a command-line installation of caIntegrator for the first time, you will work with install.properties file included in the caIntegrator_install_1_4.zip.
  • If you are upgrading by command-line from a previous version of caIntegrator, you will work with the install.properties file included in the caIntegrator_install_1_4.zip as well as the existing install.properties file.

See also 5 - Installing caIntegrator v.1.4 Application and Services  Working with Properties Files.

Tip
titlecaIntegrator Port Usage

Verify that default port values defined in install.properties files are not in use on your system by running netstat --a from the command line. If the ports are in use prior to installation, you will likely experience problems with your installation.

...

  1. From the directory where you downloaded the caintegrator2-install-1.4.zip described in [ 5 - Installing caIntegrator v.1.4 Application and Services, unzip the Files, using one of these two methods:
    1. Open a command prompt and use it to extract this file to a temporary location. For example, you may enter a command such as unzip -q caintegrator2-install-1.4.zip . You must have a ZIP tool installed. This location will be referred to as the <installer_directory> henceforth.
    2. Use WinZip or a similar utility to unzip the files to a temporary location. This location will be referred to as the <installer_directory> henceforth.
      Example: <installer directory> = C:\caIntegrator_installer

      Info
      titleAbout setting property values

      Setting the property values is an important step in the installation process. Before you complete steps 2 & 3, review 5 - Installing caIntegrator v.1.4 Application and Services Working with Properties Files.

  2. Open the <installer_directory> / install.properties file, modify the values for your environment and save the file. For the latest details about configuring the properties for your environment, refer to the BDA Properties wiki page.
  3. Record the property values you have set.

    Info
    titleOther default values

    You should not need to modify the other default values as we have chosen unique ports to reduce the risk of other applications using the same values. However, be sure to verify that the ports in this file are not being used by other applications.

  4. From the command line, navigate to <installer_directory>/(Example:cd C:\caIntegrator_2_0_installer), and type ant . This initiates the installation process. The anticipated duration is anywhere from 1-15 minutes, depending on your system's speed, power and memory.
    The installer installs the caIntegrator schema in the specified pre-existing database on your MySQL server, and installs, configures, and starts the JBoss server for the caIntegrator application.
  5. To verify caIntegrator installation, open your web browser to the installed instance. The URL follows this format: http://<jboss.server.hostname>:<jboss.server.port>/caintegrator/workspace.action.
    Refer to the <installer_directory>/install.properties file for the correct values. Enter manager as the user and manager as the password.
  6. After successfully installing caIntegrator, make a backup of the <installer_directory>/install.properties file in a different directory for future reference.