What to do to install the server:
- FORTRAN77 compiler: all programs must be compiled in FORTRAN77.
- Perl libraries: all cgi-bin files are perl files.
- CGI libraries: all cgi-bin files uses some CGI libraries.
- Uncompress the files asap-v1.0-distr.tar.gz with the command:
prompt> gunzip asap-v1.0-distr.tar.gz
- Unpack the file asap-v1.0-distr.tar with the command:
prompt> tar -xvf asap-v1.0-distr.tar
- Change to directory asap_v1.0-distr
prompt> cd asap_v1.0-distr
- Move all files to new location.
prompt> mv * /New/Complete/Path/
- Run install.sh script file that will use FORTRAN 77 compiler.
At the moment the script file needs the location of the server be entered using special characters.
Please follow next recommendations:
prompt> install.sh "http\:\/\/guitar\.rockefeller\.edu\/\~marcius"
- Be fore any of the next characters ( : , . , / or ~) write \
so the http://guitar.rockefeller.edu/~marcius should look like http\:\/\/guitar\.rockefeller\.edu\/\~marcius- Enter the location between brackets.
so "http\:\/\/guitar\.rockefeller\.edu\/\~marcius".
- Read the important notes just bellow.
- Once you are sure that the installation has gone OK you can run a clean script that will remove some files not needed anymore.
prompt> clean.sh
It is important that the
structure of the program will keep as showed in the figure. The installation
script will keep that structure and will set up all permissions and links
to has the server working properly. Since the program links are set up
for that structure any change of it will cause errors.
Some points to keep in mind is something fails:
|
ASAP Server file structure |
More information about the programs, read README
file.
Please, any problems mail me at: marcius@guitar.rockefeller.edu