[LON-CAPA-cvs] cvs: doc /build ubuntu10LTS_install.frag ubuntu12LTS_install.frag ubuntu8LTS_install.frag
bisitz
bisitz at source.lon-capa.org
Mon Dec 16 08:44:33 EST 2013
bisitz Mon Dec 16 13:44:33 2013 EDT
Modified files:
/doc/build ubuntu8LTS_install.frag ubuntu10LTS_install.frag
ubuntu12LTS_install.frag
Log:
Valid HTML code/nested tags; unbalanced tags/correct tag closure; W3C HTML validity
-------------- next part --------------
Index: doc/build/ubuntu8LTS_install.frag
diff -u doc/build/ubuntu8LTS_install.frag:1.7 doc/build/ubuntu8LTS_install.frag:1.8
--- doc/build/ubuntu8LTS_install.frag:1.7 Thu Jun 9 14:54:24 2011
+++ doc/build/ubuntu8LTS_install.frag Mon Dec 16 13:44:33 2013
@@ -33,10 +33,10 @@
<li><a href="#log">Log in to LON-CAPA</a></li>
</ol>
-<hr />
+<hr>
<h2>1. <a name="obt">Obtain Ubuntu 8.04 LTS .iso file</a></h2>
<p>
-Ubuntu 8.04 LTS (server install) isos can be obtained from links on the <a href="http://mirrors.kernel.org/ubuntu-releases/hardy/HEADER.html">Ubuntu Releases</a> page at mirrors.kernel.org.<br />
+Ubuntu 8.04 LTS (server install) isos can be obtained from links on the <a href="http://mirrors.kernel.org/ubuntu-releases/hardy/HEADER.html">Ubuntu Releases</a> page at mirrors.kernel.org.<br>
An .iso file (either 32 bit or 64 bit) can be burned to a CD.
</p>
@@ -86,12 +86,13 @@
<dd>The base system will be installed. Once that is complete you will have the option to select additional software collections. Leave all unselected.</dd>
</dl>
<p>
-
Finish installing your server, reboot it, and log in with the username you created during installation.
- <dt>Firewall Configuration</dt>
- <dd>Use ufw to allow incoming traffic for the following services:
- ssh, www, https
- </dd>
+</p>
+<h3>Firewall Configuration</h3>
+<p>
+Use ufw to allow incoming traffic for the following services:
+ssh, www, https
+</p>
<pre>
sudo ufw default deny
sudo ufw enable
@@ -99,12 +100,13 @@
sudo ufw allow www
sudo ufw allow https
</pre>
- <dt>E-mail Configuration</dt>
- <dd>By default Ubuntu disallows mailing to remote domains. Change using<dd>
+<h3>E-mail Configuration</h3>
+<p>
+By default Ubuntu disallows mailing to remote domains. Change using
+</p>
<pre>
sudo dpkg-reconfigure exim4-config
-</pre
-</p>
+</pre>
<h2>4. <a name="upd">Update your system</a></h2>
<p>
@@ -185,7 +187,7 @@
<li>Configure Apache web server</li>
<li>Configure start-up of services</li>
<li>Check firewall settings</li>
-<li>Stop services not used by LON-CAPA,<br />
+<li>Stop services not used by LON-CAPA,<br>
e.g., services for a print server: cups daemon</li>
<li>Download LON-CAPA source code in readiness for installation</li>
</ul>
@@ -208,7 +210,7 @@
<dd>Each site or school which installs LON-CAPA needs its own domain.
Here at MSU we use 'msu'. You should choose something short but
meaningful. <i>Restriction: One word, no hyphens, underscores, or
- special characters.</i><br />Domain names which include a departmental
+ special characters.</i><br>Domain names which include a departmental
abbreviation are not recommended as although LON-CAPA may start in
a single department, other departments frequently join subsequently.
For a domain name: 'msu' is a superior choice to 'msuphys' for example.
@@ -284,7 +286,7 @@
coordinator. Congratulations!
</p>
-<hr />
+<hr>
<h2>If things aren't working right</h2>
<p>
If you've followed the steps above and the server doesn't start or you think
Index: doc/build/ubuntu10LTS_install.frag
diff -u doc/build/ubuntu10LTS_install.frag:1.7 doc/build/ubuntu10LTS_install.frag:1.8
--- doc/build/ubuntu10LTS_install.frag:1.7 Thu Jun 9 14:54:24 2011
+++ doc/build/ubuntu10LTS_install.frag Mon Dec 16 13:44:33 2013
@@ -33,10 +33,10 @@
<li><a href="#log">Log in to LON-CAPA</a></li>
</ol>
-<hr />
+<hr>
<h2>1. <a name="obt">Obtain Ubuntu 10.04 LTS .iso file</a></h2>
<p>
-Ubuntu 10.04 LTS (server install) isos can be obtained from the <a href="http://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page<br />
+Ubuntu 10.04 LTS (server install) isos can be obtained from the <a href="http://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page<br>
An .iso file (either 32 bit or 64 bit) can be burned to a CD.
</p>
@@ -86,12 +86,13 @@
<dd>The base system will be installed. Once that is complete you will have the option to select additional software collections. Leave all unselected.</dd>
</dl>
<p>
-
Finish installing your server, reboot it, and log in with the username you created during installation.
- <dt>Firewall Configuration</dt>
- <dd>Use ufw to allow incoming traffic for the following services:
- ssh, www, https
- </dd>
+</p>
+<h3>Firewall Configuration</h3>
+<p>
+Use ufw to allow incoming traffic for the following services:
+ssh, www, https
+</p>
<pre>
sudo ufw default deny
sudo ufw enable
@@ -99,17 +100,20 @@
sudo ufw allow www
sudo ufw allow https
</pre>
- <dt>E-mail: Postfix Installation</dt>
- <dd>Configure to "Internet Site" to allow LON-CAPA to send e-mail to users.</dd>
+<h3>E-mail: Postfix Installation</h3>
+<p>
+Configure to "Internet Site" to allow LON-CAPA to send e-mail to users.
+</p>
<pre>
sudo apt-get install postfix
</pre>
- <dt>E-mail: Postfix Configuration</dt>
- <dd>If you need to change the postfix configuration in the future use:<dd>
+<h3>E-mail: Postfix Configuration</h3>
+<p>
+If you need to change the postfix configuration in the future use:
+</p>
<pre>
sudo dpkg-reconfigure postfix
</pre>
-</p>
<h2>4. <a name="upd">Update your system</a></h2>
<p>
@@ -182,7 +186,7 @@
<li>Configure Apache web server</li>
<li>Configure start-up of services</li>
<li>Check firewall settings</li>
-<li>Stop services not used by LON-CAPA,<br />
+<li>Stop services not used by LON-CAPA,<br>
e.g., services for a print server: cups daemon</li>
<li>Download LON-CAPA source code in readiness for installation</li>
</ul>
@@ -205,7 +209,7 @@
<dd>Each site or school which installs LON-CAPA needs its own domain.
Here at MSU we use 'msu'. You should choose something short but
meaningful. <i>Restriction: One word, no hyphens, underscores, or
- special characters.</i><br />Domain names which include a departmental
+ special characters.</i><br>Domain names which include a departmental
abbreviation are not recommended as although LON-CAPA may start in
a single department, other departments frequently join subsequently.
For a domain name: 'msu' is a superior choice to 'msuphys' for example.
@@ -281,7 +285,7 @@
coordinator. Congratulations!
</p>
-<hr />
+<hr>
<h2>If things aren't working right</h2>
<p>
If you've followed the steps above and the server doesn't start or you think
Index: doc/build/ubuntu12LTS_install.frag
diff -u doc/build/ubuntu12LTS_install.frag:1.1 doc/build/ubuntu12LTS_install.frag:1.2
--- doc/build/ubuntu12LTS_install.frag:1.1 Mon Jul 30 13:04:37 2012
+++ doc/build/ubuntu12LTS_install.frag Mon Dec 16 13:44:33 2013
@@ -33,10 +33,10 @@
<li><a href="#log">Log in to LON-CAPA</a></li>
</ol>
-<hr />
+<hr>
<h2>1. <a name="obt">Obtain Ubuntu 12.04 LTS .iso file</a></h2>
<p>
-Ubuntu 12.04 LTS (server install) isos can be obtained from the <a href="http://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page<br />
+Ubuntu 12.04 LTS (server install) isos can be obtained from the <a href="http://www.ubuntu.com/download/server/download">Ubuntu Server download</a> page<br>
An .iso file (either 32 bit or 64 bit) can be burned to a CD.
</p>
@@ -86,12 +86,13 @@
<dd>The base system will be installed. Once that is complete you will have the option to select additional software collections. Leave all unselected.</dd>
</dl>
<p>
-
Finish installing your server, reboot it, and log in with the username you created during installation.
- <dt>Firewall Configuration</dt>
- <dd>Use ufw to allow incoming traffic for the following services:
- ssh, www, https
- </dd>
+</p>
+<h3>Firewall Configuration</h3>
+<p>
+Use ufw to allow incoming traffic for the following services:
+ssh, www, https
+</p>
<pre>
sudo ufw default deny
sudo ufw enable
@@ -99,17 +100,20 @@
sudo ufw allow www
sudo ufw allow https
</pre>
- <dt>E-mail: Postfix Installation</dt>
- <dd>Configure to "Internet Site" to allow LON-CAPA to send e-mail to users.</dd>
+<h3>E-mail: Postfix Installation</h3>
+<p>
+Configure to "Internet Site" to allow LON-CAPA to send e-mail to users.
+</p>
<pre>
sudo apt-get install postfix
</pre>
- <dt>E-mail: Postfix Configuration</dt>
- <dd>If you need to change the postfix configuration in the future use:<dd>
+<h3>E-mail: Postfix Configuration</h3>
+<p>
+If you need to change the postfix configuration in the future use:
+</p>
<pre>
sudo dpkg-reconfigure postfix
</pre>
-</p>
<h2>4. <a name="upd">Update your system</a></h2>
<p>
@@ -182,7 +186,7 @@
<li>Configure Apache web server</li>
<li>Configure start-up of services</li>
<li>Check firewall settings</li>
-<li>Stop services not used by LON-CAPA,<br />
+<li>Stop services not used by LON-CAPA,<br>
e.g., services for a print server: cups daemon</li>
<li>Download LON-CAPA source code in readiness for installation</li>
</ul>
@@ -205,7 +209,7 @@
<dd>Each site or school which installs LON-CAPA needs its own domain.
Here at MSU we use 'msu'. You should choose something short but
meaningful. <i>Restriction: One word, no hyphens, underscores, or
- special characters.</i><br />Domain names which include a departmental
+ special characters.</i><br>Domain names which include a departmental
abbreviation are not recommended as although LON-CAPA may start in
a single department, other departments frequently join subsequently.
For a domain name: 'msu' is a superior choice to 'msuphys' for example.
@@ -281,7 +285,7 @@
coordinator. Congratulations!
</p>
-<hr />
+<hr>
<h2>If things aren't working right</h2>
<p>
If you've followed the steps above and the server doesn't start or you think
More information about the LON-CAPA-cvs
mailing list