diff --git a/source/clear-linux/tutorials/multi-boot/multi-boot.rst b/source/clear-linux/tutorials/multi-boot/multi-boot.rst index 4b71762e..7c0e49d1 100644 --- a/source/clear-linux/tutorials/multi-boot/multi-boot.rst +++ b/source/clear-linux/tutorials/multi-boot/multi-boot.rst @@ -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. diff --git a/source/clear-linux/tutorials/spark.rst b/source/clear-linux/tutorials/spark.rst index 7941de1d..5b02cb9a 100644 --- a/source/clear-linux/tutorials/spark.rst +++ b/source/clear-linux/tutorials/spark.rst @@ -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 diff --git a/source/clear-linux/tutorials/telemetry-backend/telemetry-backend.rst b/source/clear-linux/tutorials/telemetry-backend/telemetry-backend.rst index b932f444..a11c2474 100644 --- a/source/clear-linux/tutorials/telemetry-backend/telemetry-backend.rst +++ b/source/clear-linux/tutorials/telemetry-backend/telemetry-backend.rst @@ -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: diff --git a/source/clear-linux/tutorials/web-server-install/web-server-install.rst b/source/clear-linux/tutorials/web-server-install/web-server-install.rst index 3a2e814f..3c526468 100644 --- a/source/clear-linux/tutorials/web-server-install/web-server-install.rst +++ b/source/clear-linux/tutorials/web-server-install/web-server-install.rst @@ -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. diff --git a/source/clear-linux/tutorials/wp-install/wp-install.rst b/source/clear-linux/tutorials/wp-install/wp-install.rst index a30d81f5..b5eda738 100644 --- a/source/clear-linux/tutorials/wp-install/wp-install.rst +++ b/source/clear-linux/tutorials/wp-install/wp-install.rst @@ -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: