home *** CD-ROM | disk | FTP | other *** search
- Running on a different machine.
-
- The easiest way is just to copy the files on to your local machine without
- any changes.
- However the CGI programs will still run on our machine in Brighton UK.
-
- To make the system run on your local machine, the following changes
- need to be made.
-
-
- Compile the following CGI programs.
- I used the g++ compiler. I have binaries for a sun system.
-
- mas_form.cpp -> mas_form
- mas_env.cpp -> mas_env
- mas_try.cpp -> mas_try
- mas_rec2.cpp -> mas_rec // This version is a dummy
-
- If you have a Un*x machine then the Makefile will do this.
- You may wish to edit the install directory
-
- To install on a different system the following global substitutions
- need to be made on all files. These change the location of the CGI
- program files and the name of the server.
-
-
- snowwhite.it.bton.ac.uk -> To the IP address of your server
- www.brighton.ac.uk -> To the IP address of your server
- ~mas/mas/courses/html -> Directory holding files on your machine
- ~mas/htp/mas_logs -> The name of the log file
-
-
- If you have a Un*x machine then the file convert.sh will do this.
- You will need to replace the definitions in the first few lines for
- appropirate new values.
-
-