Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 0a51f43

Browse files
Merge pull request #5670 from magento/5248-ol-list-prefix-5
Fixed ordered list prefix (MD029) - Group 5
2 parents 0001ade + 38cb8b6 commit 0a51f43

23 files changed

Lines changed: 569 additions & 499 deletions

guides/v2.2/install-gde/basics/basics_docroot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To find the docroot on your server:
5353
/etc/nginx/nginx.conf (nginx)
5454
```
5555
56-
2. Search the file for `DocumentRoot` or `root`.
56+
1. Search the file for `DocumentRoot` or `root`.
5757
5858
Typically, the default Apache docroot on Ubuntu _and_ CentOS is `/var/www/html` whereas the default nginx docroot on CentOS is `/usr/share/nginx/html`. For example:
5959

guides/v2.2/install-gde/install-quick-ref.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ If not, see the [Installation overview]({{ page.baseurl }}/install-gde/bk-instal
4141
## Installation part 1: Getting started
4242

4343
1. See the [system requirements]({{ page.baseurl }}/install-gde/system-requirements.html).
44-
2. If your system lacks any requirements, see the prerequisites documentation:
44+
1. If your system lacks any requirements, see the prerequisites documentation:
4545

4646
* [Apache]({{ page.baseurl }}/install-gde/prereq/apache.html)
4747
* [PHP]({{ page.baseurl }}/install-gde/prereq/php-settings.html)
4848
* [MySQL]({{ page.baseurl }}/install-gde/prereq/mysql.html)
4949

50-
3. ust as importantly, set up the [Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) on the server.
51-
4. Switch to the [Magento file system owner](https://glossary.magento.com/magento-file-system-owner).
50+
1. ust as importantly, set up the [Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) on the server.
51+
1. Switch to the [Magento file system owner](https://glossary.magento.com/magento-file-system-owner).
5252

5353
### Get the Magento software
5454

guides/v2.2/install-gde/install/cli/dev_add-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To update components if you're *not* a contributing developer, see [Updating the
1818
You can either add a `require` section to `composer.json` or you can use the `composer require` command as follows:
1919

2020
1. Log in to the Magento server, or switch to, the [Magento file system owner](https://glossary.magento.com/magento-file-system-owner).
21-
2. Change to the directory to which you cloned the Magento application. For example,
21+
1. Change to the directory to which you cloned the Magento application. For example,
2222

2323
```bash
2424
cd /var/www/magento2

guides/v2.2/install-gde/install/hosted/hosted_start_db.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ To configure a MySQL database and database user:
1717

1818
![Start out creating a database]({{ site.baseurl }}/common/images/install-merch_conf-db.png){:width="550px"}
1919

20-
2. In the **New Database** field, enter a unique name for your database and click **Create Database**.
20+
1. In the **New Database** field, enter a unique name for your database and click **Create Database**.
2121

2222
![Create a database]({{ site.baseurl }}/common/images/install-merch_create-db.png){:width="550px"
2323

24-
3. In the MySQL Users section, enter information in the provided fields and click **Create User**.
24+
1. In the MySQL Users section, enter information in the provided fields and click **Create User**.
2525

2626
{:.bs-callout .bs-callout-info}
2727
Give the database user a strong password and <em>write down</em> the username and password you choose. You can optionally click **Password Generator** to create a strong password for you.
2828

2929
![Create a database user]({{ site.baseurl }}/common/images/install-merch_create-db-user.png){:width="550px"}
3030

31-
4. In the Add User to Database section, click the name of your Magento database and database user from the respective fields and click **Add**.
31+
1. In the Add User to Database section, click the name of your Magento database and database user from the respective fields and click **Add**.
3232

3333
![Add the user to the database]({{ site.baseurl }}/common/images/install-merch_add-user-to-db.png){:width="350px"}
3434

3535
The Manage User Privileges page displays.
3636

37-
5. Select the **ALL PRIVILEGES** checkbox at the top of the page and click **Make Changes**.
37+
1. Select the **ALL PRIVILEGES** checkbox at the top of the page and click **Make Changes**.
3838

3939
![Give the database user all privileges to the database]({{ site.baseurl }}/common/images/install-merch_db-user-privs.png){:width="750px"}
4040

guides/v2.2/install-gde/install/hosted/hosted_start_php.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ functional_areas:
1616
To configure PHP:
1717

1818
1. If necessary, start the cPanel and click **Home** to return to the [home page](https://glossary.magento.com/home-page).
19-
2. In the Software section, click **Select PHP Version**.
19+
1. In the Software section, click **Select PHP Version**.
2020

2121
![Start out configuring PHP]({{ site.baseurl }}/common/images/install-merch_php.png){:width="550px"}
2222

23-
3. From the **PHP Version** list at the top of the page, click either **5.5** or **5.6**.
23+
1. From the **PHP Version** list at the top of the page, click either **5.5** or **5.6**.
2424

25-
4. Click **Set as current**.
25+
1. Click **Set as current**.
2626

2727
The checkboxes following the PHP version are referred to as *PHP extensions*.
2828

29-
4. Select all of the following checkboxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
29+
1. Select all of the following checkboxes: **gd**, **intl**, **mbstring**, **mcrypt**, **opcache**, **pdo**, **pdo_mysql**, and **xsl**.
3030

3131
You can optionally select other PHP extensions if you want.
3232

3333
![Select PHP extensions]({{ site.baseurl }}/common/images/install-merch_php-ext.png){:width="750px"}
3434

35-
5. Click **Save**.
35+
1. Click **Save**.
3636

3737
{:.ref-header}
3838
Related topics

guides/v2.2/install-gde/install/prepare-install.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ We now use [Composer](http://getcomposer.org) to resolve dependencies before you
1414
[Composer](https://glossary.magento.com/composer) is a separate application that manages [PHP](https://glossary.magento.com/php) dependencies. Before you can install the Magento software, you must perform the following tasks in the order shown:
1515

1616
1. [Install the Composer software]({{ page.baseurl }}/install-gde/prereq/dev_install.html).
17-
2. [Create the Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) so Composer writes files to the web server docroot as the correct user.
18-
3. Run the [<code>composer install</code> command](#install-composer-install) from your Magento root directory (for example, `/var/www/magento2/`).
17+
1. [Create the Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) so Composer writes files to the web server docroot as the correct user.
18+
1. Run the [<code>composer install</code> command](#install-composer-install) from your Magento root directory (for example, `/var/www/magento2/`).
1919

2020
The Magento root directory is a subdirectory of your web server's docroot. Need help locating the docroot? Click [here]({{ page.baseurl }}/install-gde/basics/basics_docroot.html).
2121

@@ -32,17 +32,21 @@ For you to be able to run the Magento application, make sure you perform all tas
3232
Update installation dependencies as follows:
3333

3434
1. Log in to your Magento server as the [Magento file system owner](https://glossary.magento.com/magento-file-system-owner) or [switch to that user]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
35-
2. Change to the Magento installation directory and run `composer install`. Examples:
35+
1. Change to the Magento installation directory and run `composer install`. Examples:
3636

37-
CentOS:
37+
CentOS:
3838

39-
cd /var/www/html/magento2 && composer install
39+
```bash
40+
cd /var/www/html/magento2 && composer install
41+
```
4042

41-
Ubuntu:
43+
Ubuntu:
4244

43-
cd /var/www/magento2 && composer install
45+
```bash
46+
cd /var/www/magento2 && composer install
47+
```
4448

45-
This command updates package dependencies and can take a few minutes to complete.
49+
This command updates package dependencies and can take a few minutes to complete.
4650

4751
The following error might display:
4852

@@ -60,5 +64,5 @@ Related topics
6064

6165
Install the Magento software:
6266

63-
* [Command line]({{ page.baseurl }}/install-gde/install/cli/install-cli.html)
64-
* [Setup Wizard]({{ page.baseurl }}/install-gde/install/web/install-web.html)
67+
* [Command line]({{ page.baseurl }}/install-gde/install/cli/install-cli.html)
68+
* [Setup Wizard]({{ page.baseurl }}/install-gde/install/web/install-web.html)

guides/v2.2/install-gde/prereq/install-rabbitmq.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ Message queues provide an asynchronous communications mechanism in which the sen
2222
The message queue system must be established before you install Magento. The basic sequence is
2323

2424
1. Install RabbitMQ and any prerequisites.
25-
2. Connect RabbitMQ and Magento.
25+
1. Connect RabbitMQ and Magento.
2626

2727
{:.bs-callout .bs-callout-info}
2828
A basic message queue system can be implemented on {{site.data.var.ee}} using cron instead of RabbitMQ. See [Configure message queues]({{ page.baseurl }}/config-guide/mq/manage-mysql.html) for more information.
2929

3030
## Install RabbitMQ on Ubuntu {#ubuntu-install}
3131

3232
To install RabbitMQ on Ubuntu 16 enter the following command:
33+
3334
```bash
3435
sudo apt install -y rabbitmq-server
3536
```
@@ -39,7 +40,7 @@ This command also installs the required Erlang packages.
3940
If you have an older version of Ubuntu, RabbitMQ recommends installing the package from their [website](https://glossary.magento.com/website).
4041

4142
1. Download [rabbitmq-server_3.6.6-1_all.deb](https://www.rabbitmq.com/releases/rabbitmq-server/v3.6.6/rabbitmq-server_3.6.6-1_all.deb).
42-
2. Install the package with `dpkg`.
43+
1. Install the package with `dpkg`.
4344

4445
Refer to [Installing on Debian/Ubuntu](https://www.rabbitmq.com/install-debian.html) for more information.
4546

@@ -52,9 +53,11 @@ RabbitMQ was written using the Erlang programming language, which must be instal
5253
See [Manual installation](https://www.erlang-solutions.com/resources/download.html) for more information.
5354

5455
Run the following commands to install this feature.
56+
5557
```bash
5658
wget http://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm
5759
```
60+
5861
```bash
5962
rpm -Uvh erlang-solutions-1.0-1.noarch.rpm
6063
```
@@ -64,11 +67,12 @@ rpm -Uvh erlang-solutions-1.0-1.noarch.rpm
6467
The RabbitMQ server is included on CentOS, but the version is often old. RabbitMQ recommends installing the package from their website.
6568

6669
1. Download [rabbitmq-server-3.5.6-1.noarch.rpm](https://www.rabbitmq.com/releases/rabbitmq-server/v3.5.6/rabbitmq-server-3.5.6-1.noarch.rpm).
67-
2. Run the following commands as a user with root permissions:
70+
1. Run the following commands as a user with root permissions:
6871

6972
```bash
7073
rpm --import https://www.rabbitmq.com/rabbitmq-signing-key-public.asc
7174
```
75+
7276
```bash
7377
yum install rabbitmq-server-3.5.6-1.noarch.rpm
7478
```
@@ -79,11 +83,11 @@ Refer to [Installing on RPM-based Linux](https://www.rabbitmq.com/install-rpm.ht
7983

8084
Review the official RabbitMQ documentation to configure and manage RabbitMQ. Pay attention to the following items:
8185

82-
* Environment variables
83-
* Port access
84-
* Default user accounts
85-
* Starting and stopping the broker
86-
* System limits
86+
* Environment variables
87+
* Port access
88+
* Default user accounts
89+
* Starting and stopping the broker
90+
* System limits
8791

8892
## Connect RabbitMQ to {{site.data.var.ee}}
8993

guides/v2.2/install-gde/prereq/optional.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,33 +68,33 @@ Selecting pool servers is up to you. If you use NTP pool servers, ntp.org recomm
6868

6969
1. Open `/etc/ntp.conf` in a text editor.
7070

71-
2. Look for lines similar to the following:
71+
1. Look for lines similar to the following:
7272

7373
```conf
7474
server 0.centos.pool.ntp.org
7575
server 1.centos.pool.ntp.org
7676
server 2.centos.pool.ntp.org
7777
```
7878

79-
3. Replace those lines or add additional lines that specify your NTP pool server or other NTP servers. It's a good idea to specify more than one.
79+
1. Replace those lines or add additional lines that specify your NTP pool server or other NTP servers. It's a good idea to specify more than one.
8080

81-
4. An example of using three United States-based NTP servers follows:
81+
1. An example of using three United States-based NTP servers follows:
8282

8383
```conf
8484
server 0.us.pool.ntp.org
8585
server 1.us.pool.ntp.org
8686
server 2.us.pool.ntp.org
8787
```
8888

89-
5. Save your changes to `/etc/ntp.conf` and exit the text editor.
89+
1. Save your changes to `/etc/ntp.conf` and exit the text editor.
9090

91-
4. Restart the service.
91+
1. Restart the service.
9292

93-
* Ubuntu: `service ntp restart`
93+
* Ubuntu: `service ntp restart`
9494

95-
* CentOS: `service ntpd restart`
95+
* CentOS: `service ntpd restart`
9696

97-
4. Enter `date` to check the server's date.
97+
1. Enter `date` to check the server's date.
9898

9999
If the date is incorrect, make sure the NTP client port (typically, UDP 123) is open in your firewall.
100100

@@ -103,6 +103,7 @@ Selecting pool servers is up to you. If you use NTP pool servers, ntp.org recomm
103103
If all else fails, try rebooting the server.
104104

105105
## Create phpinfo.php {#install-optional-phpinfo}
106+
106107
[`phpinfo.php`](http://php.net/manual/en/function.phpinfo.php){:target="_blank"} displays a large amount of information about [PHP](https://glossary.magento.com/php) and its extensions.
107108

108109
{:.bs-callout .bs-callout-info}
@@ -154,15 +155,15 @@ To install phpmyadmin on Ubuntu:
154155
apt-get install phpmyadmin
155156
```
156157

157-
2. Follow the prompts on your screen to complete the installation.
158+
1. Follow the prompts on your screen to complete the installation.
158159

159-
3. To use phpmyadmin, enter the following URL in your browser's address or location field:
160+
1. To use phpmyadmin, enter the following URL in your browser's address or location field:
160161

161162
```http
162163
http://<web server host or IP>/phpmyadmin
163164
```
164165

165-
4. When prompted, log in using your MySQL database `root` or administrative user's username and password.
166+
1. When prompted, log in using your MySQL database `root` or administrative user's username and password.
166167

167168
## Install phpmyadmin on CentOS {#install-optional-phpmyadmin-centos}
168169

guides/v2.2/install-gde/trouble/php/tshoot_70pct.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Set all of the following as appropriate.
2525
#### All web servers and Varnish
2626

2727
1. Locate your `php.ini` using a [`phpinfo.php`]({{ page.baseurl }}/install-gde/prereq/optional.html#install-optional-phpinfo) file.
28-
2. As a user with `root` privileges, open `php.ini` in a text editor.
29-
3. Locate the `max_execution_time` setting.
30-
4. Change its value to `18000`.
31-
5. Save your changes to `php.ini` and exit the text editor.
32-
6. Restart Apache:
28+
1. As a user with `root` privileges, open `php.ini` in a text editor.
29+
1. Locate the `max_execution_time` setting.
30+
1. Change its value to `18000`.
31+
1. Save your changes to `php.ini` and exit the text editor.
32+
1. Restart Apache:
3333

3434
* CentOS: `service httpd restart`
3535
* Ubuntu: `service apache2 restart`

guides/v2.2/install-gde/trouble/php/tshoot_opcache.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ If you have more than one `opcache.ini`, modify all of them.
5757
#### Step 2: Enable `opcache.save_comments`
5858

5959
1. Open your OPcache configuration file in a text editor.
60-
2. Locate `opcache.save_comments` and uncomment it if necessary.
61-
3. Make sure its value is set to `1`.
62-
4. Save your changes and exit the text editor.
63-
5. Restart your web server:
60+
1. Locate `opcache.save_comments` and uncomment it if necessary.
61+
1. Make sure its value is set to `1`.
62+
1. Save your changes and exit the text editor.
63+
1. Restart your web server:
6464

6565
* Apache, Ubuntu: `service apache2 restart`
6666
* Apache, CentOS: `service httpd restart`
6767
* nginx, Ubuntu and CentOS: `service nginx restart`
6868

69-
6. Regenerate DI configuration and all missing classes that can be auto-generated:
69+
1. Regenerate DI configuration and all missing classes that can be auto-generated:
7070

71-
```bash
72-
bin/magento setup:di:compile`
73-
```
71+
```bash
72+
bin/magento setup:di:compile`
73+
```

0 commit comments

Comments
 (0)