[Aimmath-commit] AIM/doc installlin.html,1.4,1.5 installwin.html,1.7,1.8
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-09-09 11:58:40
|
Update of /cvsroot/aimmath/AIM/doc In directory sc8-pr-cvs1:/tmp/cvs-serv24855/doc Modified Files: installlin.html installwin.html Log Message: added remark that old questions should be recompiled after installation. Index: installlin.html =================================================================== RCS file: /cvsroot/aimmath/AIM/doc/installlin.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** installlin.html 8 Sep 2003 22:01:25 -0000 1.4 --- installlin.html 9 Sep 2003 11:58:36 -0000 1.5 *************** *** 2,6 **** <!-- @(#)$Id$ --> <head> ! <title>Installing AiM under Unix</title> </head> <body> --- 2,6 ---- <!-- @(#)$Id$ --> <head> ! <title>Installing AiM under Linux</title> </head> <body> *************** *** 283,287 **** to stop and start the Tomcat server. </li> ! </ul> </li> <li>The installation is complete. Now start your Tomcat server, by --- 283,287 ---- to stop and start the Tomcat server. </li> ! </ul><p /> </li> <li>The installation is complete. Now start your Tomcat server, by *************** *** 319,323 **** <font color='green'>/usr/local/tomcat/conf/tomcat-users.xml</font>). See <a href = ! "http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html">http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html</a> for more details. </li> <li>Point your webbrowser at the URL of the AiM server. This will be something --- 319,323 ---- <font color='green'>/usr/local/tomcat/conf/tomcat-users.xml</font>). See <a href = ! "http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html">http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html</a> for more details.<p/> </li> <li>Point your webbrowser at the URL of the AiM server. This will be something *************** *** 329,333 **** You should click on 'Zone login' to log on as the administrator (with empty password). After logging in, you can set a password, create new ! subjects and so on. </li> <li><a name="copy">(Optional) You can copy</a> data from an old AiM --- 329,333 ---- You should click on 'Zone login' to log on as the administrator (with empty password). After logging in, you can set a password, create new ! subjects and so on.<p/> </li> <li><a name="copy">(Optional) You can copy</a> data from an old AiM *************** *** 343,346 **** --- 343,352 ---- to replace every occurrence of <font color='green'>ROOT</font> by <font color='green'>AiM</font> in all the files.</li> + </p> + If you installed the new AiM over an existing one or if you copied existing + questions into your root folder over as described above, you should recompile + all the questions. There is a convenient link on the subject administration + page to recompile all visible quizzes in a subject in one go. + </li> </ol> *************** *** 408,412 **** </ul> <hr/> ! Last modified by Gustav Delius on 08/09/03 </body> --- 414,418 ---- </ul> <hr/> ! Last modified by Gustav Delius on 09/09/03 </body> Index: installwin.html =================================================================== RCS file: /cvsroot/aimmath/AIM/doc/installwin.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** installwin.html 8 Sep 2003 22:01:26 -0000 1.7 --- installwin.html 9 Sep 2003 11:58:36 -0000 1.8 *************** *** 202,205 **** --- 202,210 ---- every occurrence of <font color='green'>ROOT</font> by <font color='green'>AiM</font> in all the files. + <p/> + If you installed the new AiM over an existing one or if you copied existing + questions into your root folder over as described above, you should recompile + all the questions. There is a convenient link on the subject administration + page to recompile all visible quizzes in a subject in one go. </li> </ol> *************** *** 269,273 **** <hr> ! Last modified by Gustav Delius on 08/09/03 </body> --- 274,278 ---- <hr> ! Last modified by Gustav Delius on 09/09/03 </body> |