mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-01 10:17:26 +00:00
34a0b6050f
This restructure organizes the content into three sections, one per technology. The content was left as untouched as possible, however several directives needed to be standardized in order to implement the new structure. All filenames follow use dashes-as-spaces and are written using lower-case. Standard labels for files were implemented using the filename as the label, thus, content can be cross-referenced without having to open the file to see the label. Figures were moved to decentralized folders to enable modularity. The scope of the restructure as well as the dependencies between the changes required me to do it in a single commit. Lastly, some cleanup had to be done for the standardized structure to function properly. Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
27 lines
905 B
ReStructuredText
27 lines
905 B
ReStructuredText
.. _wordpress:
|
|
|
|
WordPress\* use case tutorial
|
|
#############################
|
|
|
|
Welcome to our WordPress use case tutorial. The objective of the tutorial is
|
|
to guide you from bare metal to a fully realized WordPress website using
|
|
|CLOSIA|.
|
|
|
|
For your convenience, we have split this tutorial in three different
|
|
sections. If your system is already running |CL|, you can skip the bare metal
|
|
installation tutorial. Similarly, you can skip ahead to the WordPress
|
|
tutorial if you have already have a |CL| based :abbr:`LAMP (Linux, Apache,
|
|
MySQL, PHP)` web server.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
bare-metal-install/bare-metal-install.rst
|
|
web-server-install/web-server-install.rst
|
|
wp-install/wp-install.rst
|
|
|
|
.. important::
|
|
|
|
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. |