Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Amara

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Upload the 4Suite-XML and Amara source packages to the /path/to/AMARA directory.
  3. Install the dependency package 4Suite-XML-1.0.2.
    cd /path/to/AMARA
    tar -xvf 4Suite-XML-1.0.2.tar.gz
    cd 4Suite-XML-1.0.2
    python setup.py install
  4. Decompress the Amara installation package.
    cd /path/to/AMARA
    tar -zxvf Amara-1.2.0.2.tar.gz
  5. Go to the directory generated after the decompression.
    cd Amara-1.2.0.2
  6. Perform the installation.
    python setup.py install
    • The Amara version must be 1.2.0.2, because 2.* versions are incompatible with Chaste.
    • Amara 1.2.0.2 must be installed using Python 2.5.