MICE Application Development Steps
Step 1. Download IC_Builder to PC and use it to create *.in, *.gra and ic.dat files.
Step 2:
Upload *.in and ic.dat to your working directory. Create two sub-directories
called "source" and "TAOML".
Leave *.in in this directory, and move ic.dat to "source" directory.
Step 3. Change to source directory and do the following:
Step 3.1. Copy all the files from the three
directories IC_Compiler, IC_Manager and IC_Taoml.
to this "source" directory.
Step 3.2. Move ic.dat and action*.c files into the source directory.
Step 3.3. Invoke IC Compiler by typing:
icc ic.dat
Step 3.4. Use the makefiles to make main.cgi and inter.cgi:
make makefile.maincgi
make makefile.intercgi
Step 3.5. Move main.cgi and inter.cgi programs to parent directory.
Step 3.6. Remove all the files from the "source" directory
Step 3.7. Change to parent directory.
Step 4. Create index.html which is the home page of your application.
It should invoke inter.cgi to go to another taoml page.
Step 5. Change to TAOML directory and do the following.
Step 5.1. create *.taoml pages which should invoke main.cgi to activate ic's.
Step 5.2. create *.tpl pages which should invoke inter.cgi to access another
taoml page, or invoke customized cgi to do special processing.
Step 5.3. change to parent directory.
Step 6. You are now ready to test the application. Use a web browser
to access your application's home page index.html.
Note: For more information read MICE Developer's Guide.