mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-07 13:15:48 +00:00
fixed a couple broken links and escaped some URLs that were incorrectly being automatically hyperlinked by Sphinx.
This commit is contained in:
@@ -97,7 +97,7 @@ standards. Below are some examples:
|
||||
have been removed such as the `finger` and `tcpwrappers`.
|
||||
|
||||
* `SFTP` has been disabled by default due to security
|
||||
considerations. See the `openssh-server reference page`_ for more details.
|
||||
considerations.
|
||||
|
||||
|
||||
Verified trust
|
||||
@@ -182,7 +182,6 @@ good security hygiene. Below are some examples:
|
||||
|
||||
.. _`documentation about Software Updates`: https://clearlinux.org/documentation/clear-linux/concepts/swupd-about
|
||||
.. _`cve-check-tool`: https://github.com/clearlinux/cve-check-tool
|
||||
.. _`openssh-server reference page`: https://clearlinux.org/documentation/clear-linux/reference/bundles/openssh-server
|
||||
.. _`blog post about swupd security`: https://clearlinux.org/blogs/security-software-update-clear-linux-os-intel-architecture
|
||||
.. _`rolling release model`: https://en.wikipedia.org/wiki/Rolling_release
|
||||
.. _`clrtrust`: https://github.com/clearlinux/clrtrust
|
||||
|
||||
@@ -96,8 +96,7 @@ we build a new helloclear RPM.
|
||||
|
||||
.. note::
|
||||
|
||||
For a local tarball, use for the *URL*:
|
||||
file://<absolute-path-to-tarball>
|
||||
For a local tarball, use this type of *URL*: \file://<absolute-path-to-tarball>
|
||||
|
||||
#. If build failures or dependency issues occur, continue below.
|
||||
Otherwise, skip directly to `Next steps`_.
|
||||
|
||||
@@ -169,7 +169,7 @@ an the official Docker image for nginx, an open source reverse proxy server.
|
||||
accessible from the |CL| host on port 8080
|
||||
|
||||
#. You can access the Welcome to Nginx! splash page running in the container
|
||||
by browsing to http://127.0.0.1:8080 or by running this :command:`curl`
|
||||
by browsing to \http://127.0.0.1:8080 or by running this :command:`curl`
|
||||
command from your |CL| machine:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
@@ -55,7 +55,7 @@ Apache software bundle on |CL|.
|
||||
sudo systemctl start httpd.service
|
||||
|
||||
#. To verify that the Apache server application is running, open a web
|
||||
browser and navigate to: http://localhost.
|
||||
browser and navigate to: \http://localhost.
|
||||
|
||||
If the service is running, a confirmation message will appear, similar to the
|
||||
message shown in figure 1.
|
||||
@@ -157,7 +157,7 @@ default values, and define a custom DocumentRoot for your web server.
|
||||
sudo systemctl stop httpd.service
|
||||
sudo systemctl start httpd.service
|
||||
|
||||
#. Go to http://localhost to view the new screen. You should see your updated
|
||||
#. Go to \http://localhost to view the new screen. You should see your updated
|
||||
default message from step 5.
|
||||
|
||||
#. Change the configuration back to the default :file:`/var/www/html`
|
||||
@@ -175,7 +175,7 @@ default values, and define a custom DocumentRoot for your web server.
|
||||
sudo systemctl stop httpd.service
|
||||
sudo systemctl start httpd.service
|
||||
|
||||
#. Go to http://localhost and verify that you can see the default screen
|
||||
#. Go to \http://localhost and verify that you can see the default screen
|
||||
again.
|
||||
|
||||
#. Optionally, remove the /var/www/tutorial directory you previously created.
|
||||
@@ -221,7 +221,7 @@ functionality to your web server, install PHP on your system.
|
||||
|
||||
<?PHP phpinfo() ?>
|
||||
|
||||
#. Go to http://localhost/phpinfo.php.
|
||||
#. Go to \http://localhost/phpinfo.php.
|
||||
|
||||
#. Verify that the PHP information screen appears, similar to figure 2:
|
||||
|
||||
@@ -409,7 +409,7 @@ You can use the phpMyAdmin web-based tool to manage your databases. Follow the
|
||||
steps below for setting up a database called "WordPress".
|
||||
|
||||
#. Verify that a successful installation of all LAMP server components by
|
||||
going to http://localhost/phpMyAdmin. See figure 3.
|
||||
going to \http://localhost/phpMyAdmin. See figure 3.
|
||||
|
||||
#. Log in with your root userid and the password you set up when you ran the
|
||||
:ref:`mysql_secure_installation command <set-password>`. Enter your
|
||||
|
||||
@@ -42,7 +42,7 @@ Download WordPress and manage directories
|
||||
=========================================
|
||||
|
||||
For this tutorial, you will create a WordPress blog that can be accessed at:
|
||||
http://<your_website>/blog.
|
||||
\http://<your_website>/blog.
|
||||
|
||||
To accomplish this setup, you must add WordPress components to the :file:`/var/www/html/blog`
|
||||
directory.
|
||||
@@ -87,7 +87,7 @@ Recall that you created a database and user when you installed phpMyAdmin when y
|
||||
set up a |CL| based :ref:`web server <web-server-install>`. Next, you must
|
||||
connect WordPress to the database and install WordPress.
|
||||
|
||||
To continue with the setup, go to: http://<your_website>/blog/wp-admin/install.php.
|
||||
To continue with the setup, go to: \http://<your_website>/blog/wp-admin/install.php.
|
||||
The WordPress language option screen appears, as shown in figure 1.
|
||||
|
||||
#. Select :guilabel:`English` and click :guilabel:`Continue`.
|
||||
@@ -177,7 +177,7 @@ Figure 7 shows the WordPress dashboard after a successful login:
|
||||
You are ready to go!
|
||||
|
||||
To check out your blog as it is seen by the outside world, enter:
|
||||
http://<your_website>/blog on your browser. Figure 8 shows the result:
|
||||
\http://<your_website>/blog on your browser. Figure 8 shows the result:
|
||||
|
||||
.. figure:: figures/wp-install-8.png
|
||||
:alt: WordPress blog
|
||||
|
||||
Reference in New Issue
Block a user