up to 27 fixes and down to 68 warnings

This commit is contained in:
Kevin Putnam
2018-07-23 16:52:02 -07:00
parent 0b08cf0cb0
commit cbea9d3f4d
5 changed files with 14 additions and 12 deletions
@@ -73,9 +73,9 @@ Table notes:
.. [#] The EFI partition holds the kernel and boot information for |CL| and
other operating systems. The partition size is dependent on the number
of operating systems to be installed. In general, allocate about 100 MB per
operating system. For this tutorial, we used 1 GB.
other operating systems. The partition size is dependent on the number
of operating systems to be installed. In general, allocate about 100 MB
per operating system. For this tutorial, we used 1 GB.
+4 -4
View File
@@ -72,7 +72,7 @@ Configure Apache Spark
with your localhost IP address. View your IP address using the
:command:`hostname -I` command.
.. code-block::
.. code-block:: bash
SPARK_MASTER_HOST="10.300.200.100"
@@ -82,7 +82,7 @@ Configure Apache Spark
#. Edit the :file:`/etc/spark/spark-defaults.conf` file and update the
`spark.master` variable with the `SPARK_MASTER_HOST` address and port `7077`.
.. code-block::
.. code-block:: bash
spark.master spark://10.300.200.100:7077
@@ -105,7 +105,7 @@ Start the master server and a worker daemon
#. Open an internet browser and view the worker daemon information using
the master's IP address and port `8080`:
.. code-block::
.. code-block:: bash
http://10.300.200.100:8080
@@ -122,7 +122,7 @@ Run the Spark wordcount example
#. Open an internet browser and view the application information using
the master's IP address and port `8080`:
.. code-block::
.. code-block:: bash
http://10.300.200.100:8080
@@ -67,6 +67,7 @@ to clone the :guilabel:`telemetrics-backend` repository into the
git clone https://github.com/clearlinux/telemetrics-backend
.. note::
You may need to set up the :envvar:`https_proxy` environment variable
if you have issues reaching github.com.
@@ -109,10 +110,11 @@ following actions:
* :option:`restart` - restart the nginx and uWSGI services.
* :option:`uninstall` - uninstall all packages.
..note::
.. note::
The :option:`uninstall` option does not perform any actions if the distro is
set to |CL| and will only uninstall packages if the distro is Ubuntu
The :option:`uninstall` option does not perform any actions if the
distro is set to |CL| and will only uninstall packages if the distro is
Ubuntu
Next, we install the telemetrics backend server with the following options:
@@ -1,7 +1,7 @@
.. _web-server-install:
Create a Clear Linux\* based web server
#####################################
#######################################
This tutorial shows you how to create a LAMP server using |CLOSIA| and how to use phpMyAdmin\* to manage an associated database.
@@ -153,7 +153,7 @@ Once the installation is complete, you can name your blog and create a Wordpress
`Figure 6: The WordPress login screen.`
#. Enter your WordPress username and password.
#. Check :guilabel:`Remember me`to save your credentials.
#. Check :guilabel:`Remember me` to save your credentials.
#. Click :guilabel:`Log in`.
Figure 7 shows the WordPress dashboard after a successful login: