[Aimmath-commit] AIM/doc install.html,1.2.2.2,1.2.2.3
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-08-26 14:58:35
|
Update of /cvsroot/aimmath/AIM/doc In directory sc8-pr-cvs1:/tmp/cvs-serv1517/doc Modified Files: Tag: windows install.html Log Message: Configuration now through Maple worksheet Index: install.html =================================================================== RCS file: /cvsroot/aimmath/AIM/doc/install.html,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -d -r1.2.2.2 -r1.2.2.3 *** install.html 26 Aug 2003 08:28:30 -0000 1.2.2.2 --- install.html 26 Aug 2003 14:58:30 -0000 1.2.2.3 *************** *** 96,122 **** to run the new installation in parallel.<p/> </li> ! <li> ! Change directory to <font color='green'>C:\Tomcat\webapps\AiM\WEB-INF\maple</font>. ! Open the file <font color='green'>ManualConfig.dist</font> in notepad or you ! favourite texteditor. In this file you can make changes to the default configuration. You ! should then save it under the name <font color='green'>ManualConfig.mpl</font>. ! You will want to uncomment ! the line <font color='green'>Config['SMTPServer'] := "smtp.york.ac.uk":</font> and ! replace the server name by the name of your local mail server. ! Also, if you chose a directory other than <font color='green'>AiM</font> ! you should uncomment the line <font color='green'>Config['TomcatContext'] := "AiM":</font> ! and replace <font color='green'>AiM</font> by the name you chose. You may also set the name ! of your server. You probably won't have to make any more changes.<p/> ! </li> ! <li> ! Now start Maple, and issue the command <font color='green'>read `AutoConf.mpl`;</font> ! This will use the settings you made in <font color='green'>ManualConfig.mpl</font> but otherwise will try to ! find out all the necessary configuration information automatically. If it complains of any problems, you may wish to set <font color='green'>waffle := true</font> and run it again ! to get a more verbose report. The output is saved in the file ! <font color='green'>autoconf.log</font> as well as being ! printed on the terminal. Using this information you can then review the ! settings in <font color='green'>ManualConfig.mpl</font> and make the necessary changes before reading in AutoConf.mpl again. You can iterate this procedure as often as you like until you get an installation without --- 96,107 ---- to run the new installation in parallel.<p/> </li> ! <li>Open the Maple worksheet <a href="..\WEB-INF\maple\AutoConf.mws">AutoConf.mws</a>. Just clicking the link ! should do it. In this worksheet you can first make changes to the default configuration, as explained there. ! Then execute the worksheet. The worksheet will ! find out most of the necessary configuration information automatically. If it complains of any problems, you may wish to set <font color='green'>waffle := true</font> and run it again ! to get a more verbose report. Using this information you can then review the ! settings at the top of the worksheet and make the necessary changes before reading in AutoConf.mpl again. You can iterate this procedure as often as you like until you get an installation without |