mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-30 17:56:00 +00:00
16354e3872
Changes include: - Move all WordPress tutorial files into WordPress folder (landing page, web server install, wp-install, and related images) - Update WP landing page to more clearly indicate child pages of tutorial, hide toctree - All files related to WordPress tutorial: replace CLOSIA with CL-ATTRs, correct attributions - grammar Signed-off-by: Kristal Dale <kristal.dale@intel.com>
33 lines
1.1 KiB
ReStructuredText
33 lines
1.1 KiB
ReStructuredText
.. _wordpress:
|
|
|
|
WordPress\* use case tutorial
|
|
#############################
|
|
|
|
Welcome to our WordPress\* use case tutorial. This tutorial describes the steps to
|
|
setup a webserver to host a WordPress site using |CL-ATTR|.
|
|
|
|
In this tutorial we assume your system is already running |CL|. For instructions
|
|
on how to install |CL| on bare metal, see the :ref:`bare metal install<bare-metal-install>`
|
|
page from our :ref:`get-started` guide. For your convenience, we have split this
|
|
tutorial 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
|