Installing Amara
Procedure
- Use PuTTY to log in to the server as the root user.
- Upload the 4Suite-XML and Amara source packages to the /path/to/AMARA directory.
- 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
- Decompress the Amara installation package.
cd /path/to/AMARA tar -zxvf Amara-1.2.0.2.tar.gz
- Go to the directory generated after the decompression.
cd Amara-1.2.0.2
- 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.
Parent topic: Configuring the Compilation Environment