mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-30 09:46:42 +00:00
46b7bcb845
- Hide tutorials landing page toctree - Revise titles and intro for tutorial pages per discussion with @mvincerx - web-server-install: Update to use contents:: local with some minor supporting reorg of content; add link to stateless feature in text - wp-install: Removed note re update with swupd as not relevant to the content of the tutorial Signed-off-by: Kristal Dale <kristal.dale@intel.com>
28 lines
692 B
ReStructuredText
28 lines
692 B
ReStructuredText
.. _wordpress:
|
|
|
|
WordPress\* on |CL-ATTR|
|
|
########################
|
|
|
|
This tutorial describes how to setup a web server to host a WordPress\* site on a
|
|
|CL-ATTR| system. The tutorial is split into two sections:
|
|
|
|
#. :ref:`web-server-install`
|
|
|
|
#. :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
|