NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

  1. From the command line, enter:
    echo %JAVA_HOME% *
    echo %ANT_HOME% *
    Both of these commands should return the location where you installed these tools.
  2. To verify your Java SDK installation, enter java --version from a command prompt. You should see java version "1.6.0_31".
  3. To verify your Ant installation, enter ant --version

    Info
    titleOther environment variables

    Environment variables for caIntegrator and, optionally, UPT are modified and set in those sections of this document: 2 - caIntegrator 1.4 Software and Technology Requirements and 2 - caIntegrator 1.4 Software and Technology Requirements.

    MySQL Installation and Configuration

    A MySQL 5.1 server must be downloaded, installed and running in order for the caIntegrator installation to work successfully.

    To download and install MySQL, follow the steps outlined on the MySQL website

    Multiexcerpt include
    nopaneltrue
    MultiExcerptNameExitDisclaimer
    PageWithExcerptwikicontent:Exit Disclaimer to Include

    Tip
    titleTip

    You should consult the following three links to successfully set up secure and well-performing MySQL servers, in preparation for installing caIntegrator:

    • MySQL Security Guide

      Multiexcerpt include
      nopaneltrue
      MultiExcerptNameExitDisclaimer
      PageWithExcerptwikicontent:Exit Disclaimer to Include

    • Performance
    Tip
    titleMore Tips
    • Record the MySQL root username/password chosen during the MySQL installation process, as you will need to use this as your database.system.user/ database.system.password later in the UPT installation process, should you choose to install UPT.
    • Note the MySQL port chosen during the MySQL installation process, as you will need to use this as your database.port later in both the caIntegrator and UPT (if installing UPT) installation processes.