\chapter{Content Management Systems}
According to Wikipedia (\url{https://en.wikipedia.org/wiki/Content_management_system}):
\begin{quote}
A content management system (CMS) is a computer application that supports the creation and modification of digital content using a simple interface to abstract away low-level details unless required, usually supporting multiple users working in a collaborative environment.
\end{quote}

Basically a CMS aims to enable the creation and maintenance of a web site without any knowledge of HTML, CSS, JavaScript etc.

There are many CMS out there, but Wordpress seems to be the most popular by a wide margin. According to \url{https://w3techs.com/technologies/overview/content_management/all} as of September 11, 2016:
\begin{quote}
55\% of the websites use none of the content management systems that we monitor.
WordPress is used by 26.6\% of all the websites, that is a content management system market share of 59.2\%.
\end{quote}

However, it is important to choose a CMS based on your specific requirements. As the following article argues, there's no "best" CMS, each CMS has its strengths and weaknesses and is best suited for specific types of projects and environments:

\url{https://www.cmscritic.com/wordpress-joomla-and-drupal-are-not-the-best-cms}

For a useful comparison of the main CMS, take a look at
\url{http://www.toptenreviews.com/business/internet/best-content-management-system-software}.

\section{Wordpress}
Detailed installation instructions can be found at \url{https://codex.wordpress.org/Installing_WordPress}.