Update of /cvsroot/aimmath/AIM/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv22976/doc
Modified Files:
installlin.html installwin.html
Log Message:
Minor corrections to installation instructions.
Index: installlin.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/installlin.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** installlin.html 1 Sep 2003 09:01:48 -0000 1.3
--- installlin.html 8 Sep 2003 22:01:25 -0000 1.4
***************
*** 2,9 ****
<!-- @(#)$Id$ -->
<head>
! <title>Installing AiM under Windows</title>
</head>
<body>
! <h1><a name="install">Installing AiM under Windows</a></h1>
These are instructions for installing and configuring AiM,
--- 2,9 ----
<!-- @(#)$Id$ -->
<head>
! <title>Installing AiM under Unix</title>
</head>
<body>
! <h1><a name="install">Installing AiM under Unix</a></h1>
These are instructions for installing and configuring AiM,
***************
*** 12,16 ****
to be some problems under Mac OSX).
<p/>
! The installation consists of 5 steps:
<ol>
<li><a href="#maple">Install Maple</a></li>
--- 12,16 ----
to be some problems under Mac OSX).
<p/>
! The installation consists of 4 steps:
<ol>
<li><a href="#maple">Install Maple</a></li>
***************
*** 254,258 ****
in the <font color='green'>WEB-INF/root</font> directory, to remove
the string <tt>:8080</tt>. Incidentally, the port used by Tomcat is
! set in the <tt><Connector/><tt> tag
(that is in turn embedded in <tt><Server ...><Service ...>
... </Service></Server></tt>) in the file
--- 254,258 ----
in the <font color='green'>WEB-INF/root</font> directory, to remove
the string <tt>:8080</tt>. Incidentally, the port used by Tomcat is
! set in the <tt><Connector/></tt> tag
(that is in turn embedded in <tt><Server ...><Service ...>
... </Service></Server></tt>) in the file
***************
*** 408,412 ****
</ul>
<hr/>
! Last modified by Greg Gamble on 01/09/03
</body>
--- 408,412 ----
</ul>
<hr/>
! Last modified by Gustav Delius on 08/09/03
</body>
Index: installwin.html
===================================================================
RCS file: /cvsroot/aimmath/AIM/doc/installwin.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** installwin.html 6 Sep 2003 20:00:39 -0000 1.6
--- installwin.html 8 Sep 2003 22:01:26 -0000 1.7
***************
*** 7,12 ****
<h1><a name="install">Installing AiM under Windows</a></h1>
! These are instructions for installing and configuring AiM. Installation
! has been tested with Windows 2000 and Windows XP.
<p/>
The installation consists of 4 steps:
--- 7,13 ----
<h1><a name="install">Installing AiM under Windows</a></h1>
! These are instructions for installing and configuring AiM under Windows. Installation
! has been tested with Windows 2000 and Windows XP but there is no reason why it would
! not work with other versions.
<p/>
The installation consists of 4 steps:
***************
*** 116,142 ****
<font color='green'>C:\Tomcat\webapps\</font> directory. Do not unzip it
into the webapps directory itself but into a subdirectory that you
! create. You can choose any name for this subdirectory. Below we will
assume that you chose the name "<font color='green'>AiM</font>". If
you chose something different, simply replace
"<font color='green'>AiM</font>" by your choice in all filenames and
! URLs below. <p/> If you already have a working AiM installation
! then you have to make an important choice. Do you want to
! <ol>
! <li>keep the old installation and install AiM 3.0 in a different
! subdirectory of the webapps directory. You will then have two
! completely independent installations. The new AiM server will not know
! about the students and quizzes on the old installation unless you copy
! the data over as explained in <a href="#copy">step 5</a> below.
! </li>
! <li>update by overwriting your old installation with AiM 3.0. In this
! case you should unzip the new AiM into the <font
! color='green'>C:/Tomcat/webapps/ROOT/</font> directory (or to wherever
! you chose to install the old AiM). The old subjects, quizzes and
! student data will then still be available in the updated AiM
! installation.
! </li>
! </ol>
<p/>
! </li>
<li>
Open the maple subfolder of your new AiM installation. (If you
--- 117,153 ----
<font color='green'>C:\Tomcat\webapps\</font> directory. Do not unzip it
into the webapps directory itself but into a subdirectory that you
! create. You can choose any name for this subdirectory.
! If you choose ROOT then the directory will not appear in the URL of
! the server pages for the AiM quizzes. Any other choice will appear
! in the URL. (It is possible to have multiple AiM installations, and
! this simple rule ensures the URLs of these parallel installations are
! distinguished.) Below we will
assume that you chose the name "<font color='green'>AiM</font>". If
you chose something different, simply replace
"<font color='green'>AiM</font>" by your choice in all filenames and
! URLs below. <p/>
! If you already have a working AiM installation then you have to make an
! important choice:
<p/>
! <em>Do you want to ...</em>
! <blockquote>
! <dl>
! <dt><em>keep the old installation and install AiM 3.0 in a different
! subdirectory of the webapps directory?</em></dt>
! <dd>You will then have two completely independent installations.
! The new AiM server will not know about the students and quizzes
! on the old installation unless you copy the data over as explained
! in the <a href="#copy">optional copying step</a> below.
! </dd>
! <dt><em>... or update by overwriting your old installation with AiM 3.0?
! </em></dt>
! <dd>In this case, you should unzip the new AiM into the
! <font color='green'>/usr/local/tomcat/webapps/ROOT/</font> directory (or
! to wherever you chose to install the old AiM). The old subjects, quizzes
! and student data will then still be available in the updated AiM
! installation.</dd>
! </dl>
! </blockquote>
! </li>
<li>
Open the maple subfolder of your new AiM installation. (If you
***************
*** 172,179 ****
unzipped AiM. 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/> Students will be
able to log in at <font color='green'><a
href="http://localhost:8080/AiM/">http://your.host.name:8080/AiM/</a></font>
! (without the <font color='green'>admin.html</font>).
</li>
<li>
--- 183,190 ----
unzipped AiM. 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. Students will be
able to log in at <font color='green'><a
href="http://localhost:8080/AiM/">http://your.host.name:8080/AiM/</a></font>
! (without the <font color='green'>admin.html</font>).<p/>
</li>
<li>
***************
*** 258,262 ****
<hr>
! Last modified by Neil Strickland on 06/09/03
</body>
--- 269,273 ----
<hr>
! Last modified by Gustav Delius on 08/09/03
</body>
|