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

Commit 473a836

Browse files
authored
[WIP] Fix config guide topic for performance testing (#5533)
* Clean perf data topic in config guide * create symlink to 2.2 * typo * there can be only one... tool
1 parent fbaffbd commit 473a836

File tree

3 files changed

+331
-1017
lines changed

3 files changed

+331
-1017
lines changed

_includes/install/first-steps-cli.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
1-
1. Log in to the Magento server as, or switch to, a user who has permissions to write to the Magento file system. One way to do this is to [switch to the Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
1+
1. Log in to the Magento server as, or switch to, a user with permissions to write to the Magento file system. See [switch to the Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
22

3-
If you use the bash shell, you can also use the following syntax to switch to the Magento file system owner and enter the command at the same time:
3+
If you use the bash shell, you can use the following syntax to switch to the Magento file system owner and enter the command at the same time:
44

5-
```bash
6-
su <Magento file system owner> -s /bin/bash -c <command>
7-
```
5+
```bash
6+
su <Magento file system owner> -s /bin/bash -c <command>
7+
```
88

9-
If the Magento file system owner does not allow logins you can do the following:
9+
If the Magento file system owner does not allow logins, you can do the following:
1010

11-
```bash
12-
sudo -u <Magento file system owner> <command>
13-
```
11+
```bash
12+
sudo -u <Magento file system owner> <command>
13+
```
1414

1515
1. To run Magento commands from any directory, add `<magento_root>/bin` to your system `PATH`.
1616

17-
Because shells have differing syntax, consult a reference like [unix.stackexchange.com](http://unix.stackexchange.com/questions/117467/how-to-permanently-set-environmental-variables).
17+
Because shells have differing syntax, consult a reference like [unix.stackexchange.com](http://unix.stackexchange.com/questions/117467/how-to-permanently-set-environmental-variables).
1818

19-
bash shell example for CentOS:
19+
Sample bash shell for CentOS:
2020

21-
```bash
22-
export PATH=$PATH:/var/www/html/magento2/bin
23-
```
21+
```bash
22+
export PATH=$PATH:/var/www/html/magento2/bin
23+
```
2424

25-
{:.bs-callout .bs-callout-info}
26-
You can also run the commands in the following ways:
25+
Optionally, you can run the commands in the following ways:
2726

28-
- `cd <magento_root>/bin` and run them as `./magento <command name>`
29-
- `<magento_root>/bin/magento <command name>`
30-
- `<magento_root>` is a subdirectory of your web server's docroot. [Need help locating the docroot?]({{ page.baseurl }}/install-gde/basics/basics_docroot.html)
27+
- `cd <magento_root>/bin` and run them as `./magento <command name>`
28+
- `<magento_root>/bin/magento <command name>`
29+
- `<magento_root>` is a subdirectory of your web server docroot. [Need help locating the docroot?]({{ page.baseurl }}/install-gde/basics/basics_docroot.html)

0 commit comments

Comments
 (0)