NIH | National Cancer Institute | NCI Wiki  

Introduction

This page details the steps required to build and install the CTRP applications (PA/PO).

Steps

  1. Checkout Coppa
    1. Use SVN command line, Eclipse or TortoiseSVN
    2. The SVN project path is https://ncisvn.nci.nih.gov/svn/coppa.
      It is recommended that you just checkout the trunk.
  2. Install PostgreSQL
    1. This is needed for both PA and PO
    2. Download from: http://www.enterprisedb.com/products/pgdownload.do
    3. Recommended to install v8.4.*
    4. When asked for the super admin password, provide the desired password, it is not referenced from the PA or PO builds
  3. Install caGrid
    PO and PA use Grid Services for authentication. If not installing local instances of Grid Services for PO and PA, then you must locally install caGrid to point to the Grid Services on other environments (e.g. training, staging). and PA use Grid Services for authentication. If not installing local instances of Grid Services for PO and PA, then you must locally install caGrid to point to the Grid Services on other environments (e.g. training, staging).
    1. First, follow the instructions for installing caGrid in Developing services.
    2. Then, you can create your Grid identify following the instructions in Consuming Trial Registration Service.
    3. Additional, information (not needed for local deployment) is available on Accessing services.
  4. Install PO
    1. https://wiki.nci.nih.gov/display/CTRPproject/PO.temp
  5. Install PA
    1. https://wiki.nci.nih.gov/display/CTRPproject/PA.temp
  6. Making PO/PA Services client calls.
    1. Follow the instructions for running grid service clients in Developing services.
  • No labels