2.
Installation
Up one level
Standard Installation Procedure
The Basic Application Services package is provided as a zip file (Windows) or tar.gz (Linux). Unpack the archive and you will find the following items:
- docs (folder)
- gria-basic-app-services.war
- README.html
Install the war file according to the Service Installation Manual. Once the initial configuration has been completed, the Basic Applications Package requires some extra configuration.
Additional Pre-requisites
Some additional pieces of software need to be installed, as follows.
Python
Python 2.4 or newer is required in order to run the Basic Application Services correctly. The easiest way to check which version of Python your system has installed, is to run from a terminal the following command:
python -V
Most Linux distributions come with the correct version of Python installed. For Windows, the most common Python implementations are Cygwin Python and ActiveState Python. We recommend that you install ActiveState Python, choose the latest release, click the "Next" button, and then download the MSI distribution for Windows. To fully complete the installation you must restart Windows.
In Mac OS X 10.4 systems an old version (2.3) of Python is installed. GRIA requires 2.4 or later. If you already have MacPorts installed on your system, simply type:
sudo port install python2.4
And change the link /usr/bin/python to point to the python2.4 binary. Alernatively you can download and install the binary distribution
Test Application: ImageMagick
ImageMagick is the default test application used in GRIA. ImageMagick binaries for Windows can be downloaded from here. Use a Q8 version, e.g. ImageMagick-6.4.2-x-Q8-windows-dll.exe.
The ImageMagick distribution package for Windows is self-extracting and the installation procedure starts automatically. Follow the instructions and select the default options.
Note: older versions of ImageMagick might not support all of the basic application service's default examples, e.g. blend.
For Mac OS X systems you can download and install the binary distribution, however if you already have MacPorts installed on your system, simply type:
sudo port install ImageMagick
Continuing the Installation
Once the additional pre-requisites have been installed, the installation can be continued by following the instructions for each service.