1. Download the OpenClinica software from the OpenClinica website, using this location: https://community.openclinica.com/project/openclinica. To download the software, use your free community account; you will be required to log in to the account to download the OpenClinica software. If you do not have an account, you may get one here.

    After downloading the OpenClinica software, move it to:

    /usr/local/oc/install

  2. Run the following commands:
    cd /usr/local/oc/install
    unzip OpenClinica-v.x.y*
    cd OpenClinica-v.x.y*/distribution
    unzip OpenClinica.war -d OpenClinica
    rm -rf /usr/local/tomcat/work/Catalina/localhost/OpenClinica*
    rm -rf /usr/local/tomcat/webapps/OpenClinica*
    cp -rf OpenClinica* /usr/local/tomcat/webapps
    rm -f /usr/local/tomcat/webapps/OpenClinica.war