mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-30 17:56:00 +00:00
622b8c0a3e
Content files are moved, renamed, and relabeled to fit into get started, concepts, guides, tutorials, and reference sections. Toc-trees were changed where apropriate and section descriptions were provided. Signed-off-by: ihutchin <ianeta.hutchinson@intel.com>
28 lines
944 B
ReStructuredText
28 lines
944 B
ReStructuredText
.. _wordpress:
|
|
|
|
WordPress\* use case tutorial
|
|
#############################
|
|
|
|
Welcome to our WordPress use case tutorial. The objective of the tutorial is
|
|
to guide you to a fully realized WordPress website using |CLOSIA|.
|
|
|
|
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 in two different sections. If you already have a |CL|
|
|
based :abbr:`LAMP (Linux, Apache, MySQL, PHP)` web server you can skip ahead
|
|
to the WordPress tutorial.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
web-server-install/web-server-install.rst
|
|
wp-install/wp-install.rst
|
|
|
|
.. 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.
|