diff --git a/docs/manual/install.xml b/docs/manual/install.xml index b3d4accd0d..de8f1d9974 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -52,6 +52,34 @@
Overview for the impatient +
+
Installing on Fedora/CentOS/Red Hat Enterprise Linux
+
+ +sudo yum install httpd +sudo systemctl enable httpd +sudo systemctl start httpd + + + Newer releases of these distros use + dnf rather than yum. See the + Fedora project's documentation for platform-specific notes. +
+ +
Installing on Ubuntu/Debian
+
+ +sudo apt install apache2 +sudo service apache2 start + + + See Ubuntu's documentation for platform-specific notes. + +
+ +
Installing from source
+
@@ -102,15 +130,22 @@
-

NN must be replaced with the current version - number, and PREFIX must be replaced with the - filesystem path under which the server should be installed. If - PREFIX is not specified, it defaults to - /usr/local/apache2.

+

NN must be replaced with the current version + number, and PREFIX must be replaced with the + filesystem path under which the server should be installed. If + PREFIX is not specified, it defaults to + /usr/local/apache2.

+ +

Each section of the compilation and installation process is + described in more detail below, beginning with the requirements + for compiling and installing Apache httpd.

+
+
+ + Don't see your favorite platform mentioned + here? Come help us + improve this doc. -

Each section of the compilation and installation process is - described in more detail below, beginning with the requirements - for compiling and installing Apache httpd.

Requirements