mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-29 06:15:50 +00:00
5ef00db52c
- Remove redundant "OS" with use of substitution Signed-off-by: Kristal Dale <kristal.dale@intel.com>
28 lines
777 B
ReStructuredText
28 lines
777 B
ReStructuredText
.. _wordpress:
|
|
|
|
WordPress\* use case tutorial
|
|
#############################
|
|
|
|
This tutorial describes how to setup a webserver to host a WordPress site using
|
|
|CL-ATTR|. The tutorial is split into two sections:
|
|
|
|
#. Setting up a LAMP webserver with :ref:`web-server-install`.
|
|
|
|
#. Setting up Wordpress on a LAMP webserver with :ref:`wp-install`.
|
|
|
|
If you already have a |CL| based :abbr:`LAMP (Linux, Apache, MySQL, PHP)` web server,
|
|
you can skip ahead to the second section of this tutorial.
|
|
|
|
.. note::
|
|
|
|
This tutorial is for development and testing purposes only. Additional steps
|
|
are required to secure production systems. Those steps are beyond the scope
|
|
of this tutorial.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
web-server-install.rst
|
|
wp-install.rst
|