[rs-commit] r130 - /rs-manual/trunk/src/site/xhtml5/installation.xhtml5
rs-commit at redwax.eu
rs-commit at redwax.eu
Thu Oct 31 00:27:36 CET 2019
Author: minfrin at redwax.eu
Date: Thu Oct 31 00:27:34 2019
New Revision: 130
Log:
Change indent and add a heading.
Modified:
rs-manual/trunk/src/site/xhtml5/installation.xhtml5
Modified: rs-manual/trunk/src/site/xhtml5/installation.xhtml5
==============================================================================
--- rs-manual/trunk/src/site/xhtml5/installation.xhtml5 (original)
+++ rs-manual/trunk/src/site/xhtml5/installation.xhtml5 Thu Oct 31 00:27:34 2019
@@ -19,63 +19,69 @@
<section class="wrapper style1 align-center"
id="introduction">
+ <header>
+ <h2>Compile and Install</h2>
+ <p>
+ Compile from source and install to the local machine from scratch.
+ </p>
+ </header>
<div class="content inner index align-left">
- <section>
- <header>
- <h3>Prerequisites</h3>
- </header>
- <div class="content">
- <p>
- The Redwax server build requires a development environment
- with the following headers present:
- </p>
- <table>
- <tbody>
- <tr>
- <td>ANSI-C Compiler</td><td>An ANSI-C Compiler and Build System is required.</td>
- </tr>
- <tr>
- <td>Apache HTTP server</td><td>Version 2.4.0 and above is supported.</td>
- </tr>
- <tr>
- <td>OpenSSL</td><td>Version 1.0.0 and above is supported.</td>
- </tr>
- </tbody>
- </table>
- </div>
- </section>
+ <section>
+ <header>
+ <h3>Prerequisites</h3>
+ </header>
+ <div class="content">
+ <p>
+ The Redwax server build requires a development environment
+ with the following headers present:
+ </p>
+ <table>
+ <tbody>
+ <tr>
+ <td>ANSI-C Compiler</td><td>An ANSI-C Compiler and Build System is required.</td>
+ </tr>
+ <tr>
+ <td>Apache HTTP server</td><td>Version 2.4.0 and above is supported.</td>
+ </tr>
+ <tr>
+ <td>OpenSSL</td><td>Version 1.0.0 and above is supported.</td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
+ </section>
- <section>
- <header>
- <h3>Compile from Source</h3>
- </header>
- <div class="content">
- <p>
- The <code>mod_ca</code> module must be built first, as each subsequent
- modules depends on headers provided by this core module.
- </p>
- <p>
- To compile from source, each module is built as follows:
- </p>
+ <section>
+ <header>
+ <h3>Compile from Source</h3>
+ </header>
+ <div class="content">
+ <p>
+ The <code>mod_ca</code> module must be built first, as each subsequent
+ modules depends on headers provided by this core module.
+ </p>
+ <p>
+ To compile from source, each module is built as follows:
+ </p>
<pre><code><![CDATA[./configure --with-apxs=/usr/bin/apxs
make
make install
]]></code></pre>
- <p>
- The <code>--with-apxs</code> parameter needs to point to the
- <code>apxs</code> build script from the Apache httpd development
- environment.
- </p>
- <p>
- The destination paths are picked up from the <code>apxs</code>
- script.
- </p>
- </div>
- </section>
+ <p>
+ The <code>--with-apxs</code> parameter needs to point to the
+ <code>apxs</code> build script from the Apache httpd development
+ environment.
+ </p>
+ <p>
+ The destination paths are picked up from the <code>apxs</code>
+ script.
+ </p>
+ </div>
+ </section>
- </div>
- </section>
+ </div>
+ </section>
</body>
More information about the rs-commit
mailing list