ARIA - installation


After downloading aria.tar.gz follow the following instructions:
1. use 'gunzip' and 'tar xvf' on aria.tar.gz
2. download and install python from: http://www.python.org
3. download the Numeric Python module http://from: www.python.org/download/Contributed.html#Math
The Numerical Python module also has a tutorial (just in case you are interested):
http://starship.skyport/~da/numtut
Instead of 2. and 3. you can also install Konrad Hinsen's enhanced distribution:
http://starship.skyport.net/crew/hinsen/index.html
4. edit your .cshrc file (or whatever shell you are using) like this:

    #for python:
    setenv PYTHONPATH /home/linge/Python:/home/linge/Coding/Python:/home/linge/aria/python

5. copy or link the cgi files from the directory /aria/cgi to the cgi directory of your web server
   edit the first line of each cgi script to match the path of your perl executable
6. in all the .html files, you have to edit the URL adresses of the cgi scripts (according to your server)
7. set an alias 'ARIA' on '/aria/python/Aria'
8. have a look on /aria/html/ARIA.html in your browser
