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

Commit 5a0f236

Browse files
Merge pull request magento-commerce/devdocs#2493 from magento-devdocs/DOC-479-rebrand
Rebranding: Updated references to Magento file system owner
2 parents fd91075 + c78ffaa commit 5a0f236

File tree

80 files changed

+173
-173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+173
-173
lines changed

src/_includes/comp-man/checklist.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
Before you continue, to avoid errors during your installation or update, make sure you verify *all* of the following:
22

3-
* You set up a [Magento file system owner](#magento-owner-group) and shared that owner's group with the web server user group
3+
* You set up a [file system owner](#magento-owner-group) and shared that owner's group with the web server user group
44
* Your [cron jobs](#magento-cron) are set up and running
55
* [File system permissions](#perms) are set properly
66

77
{:.bs-callout-warning}
88
Do not continue without performing these checks. Failure to do so could result in errors.
99

10-
### Magento file system owner and group {#magento-owner-group}
10+
### File system owner and group {#magento-owner-group}
1111

12-
The [Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) group must have write access to Magento directories and files.
12+
The [file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) group must have write access to Magento directories and files.
1313

1414
### Cron jobs are running {#magento-cron}
1515

16-
Magento requires three cron jobs, all running as the [Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
16+
Magento requires three cron jobs, all running as the [file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
1717

1818
To verify your cron jobs are set up properly, enter the following command as a user with `root` privileges:
1919

2020
```bash
2121
crontab -u <magento file system owner> -l
2222
```
2323

24-
For example, if your Magento file system owner is named `magento_user`, enter:
24+
For example, if your file system owner is named `magento_user`, enter:
2525

2626
```bash
2727
crontab -u magento_user -l
@@ -49,7 +49,7 @@ For details, see [Set up cron]({{ page.baseurl }}/install-gde/install/post-insta
4949

5050
For security reasons, Magento requires certain permissions on the file system. Permissions are different from [*ownership*](#magento-owner-group). Ownership determines *who* can perform actions on the file system; permissions determine *what* the user can do.
5151

52-
Directories in the Magento file system must be writable by the [Magento file system owner's]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) group.
52+
Directories in the Magento file system must be writable by the [file system owner's]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) group.
5353

5454
To verify your file system permissions are set properly, either log in to the Magento server or use your hosting provider's file manager application.
5555

@@ -96,7 +96,7 @@ drwxrws---. 11 magento_user apache 4096 Jun 13 16:05 var
9696
drwxrws---. 29 magento_user apache 4096 Jun 7 07:53 vendor
9797
```
9898

99-
In the preceding example, the Magento file system owner is `magento_user`. Directories in the Magento file system have `drwxrwx---` permissions (775) and files have `-rw-rw-rw-` permissions (664).
99+
In the preceding example, the file system owner is `magento_user`. Directories in the Magento file system have `drwxrwx---` permissions (775) and files have `-rw-rw-rw-` permissions (664).
100100

101101
To get more detailed information, you can optionally enter the following command:
102102

src/_includes/comp-man/checklist_2.2.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Before you continue, to avoid errors during your installation or update, make sure you verify *all* of the following:
22

3-
* You set up a [Magento file system owner](#magento-owner-group) and shared that owner's group with the web server user group
3+
* You set up a [file system owner](#magento-owner-group) and shared that owner's group with the web server user group
44
* Your [cron jobs](#magento-cron) are set up and running
55
* [Set a value for DATA_CONVERTER_BATCH_SIZE](#batch-size)
66
* [File system permissions](#perms) are set properly
@@ -19,7 +19,7 @@ One or more fields in the following tables are affected: `sales_order`, `sales_o
1919
If you have a large amount of data, you can improve performance by setting the value of an environment variable, `DATA_CONVERTER_BATCH_SIZE`.
2020
By default, it's set to a value of 50,000.
2121

22-
To set the variable, before the upgrade starts enter the following command as the [Magento file system owner](https://glossary.magento.com/magento-file-system-owner) in a bash shell prompt:
22+
To set the variable, before the upgrade starts enter the following command as the [file system owner](https://glossary.magento.com/magento-file-system-owner) in a bash shell prompt:
2323

2424
```bash
2525
export DATA_CONVERTER_BATCH_SIZE <value>
@@ -40,15 +40,15 @@ unset DATA_CONVERTER_BATCH_SIZE
4040
{:.bs-callout-info}
4141
`DATA_CONVERTER_BATCH_SIZE` requires memory; avoid setting it to a very large value (approximately 1GB) without testing it first.
4242

43-
### Magento file system owner and group {#magento-owner-group}
43+
### File system owner and group {#magento-owner-group}
4444

45-
The [Magento file system owner](https://glossary.magento.com/magento-file-system-owner) group must have write access to Magento directories and files.
45+
The [file system owner](https://glossary.magento.com/magento-file-system-owner) group must have write access to Magento directories and files.
4646

4747
### Cron jobs are running {#magento-cron}
4848

49-
Magento requires three cron jobs, all running as the [Magento file system owner](https://glossary.magento.com/magento-file-system-owner).
49+
Magento requires three cron jobs, all running as the [file system owner](https://glossary.magento.com/magento-file-system-owner).
5050

51-
To verify your cron jobs are set up properly, enter the following command as the Magento file system owner:
51+
To verify your cron jobs are set up properly, enter the following command as the file system owner:
5252

5353
```bash
5454
crontab -l
@@ -77,7 +77,7 @@ For details, see [Set up cron]({{ page.baseurl }}/install-gde/install/post-insta
7777
For security reasons, Magento requires certain permissions on the file system. Permissions are different from [*ownership*](#magento-owner-group).
7878
Ownership determines *who* can perform actions on the file system; permissions determine *what* the user can do.
7979

80-
Directories in the Magento file system must be writable by the [Magento file system owner's]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) group.
80+
Directories in the Magento file system must be writable by the [file system owner's]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html) group.
8181

8282
To verify your file system permissions are set properly, either log in to the Magento server or use your hosting provider's file manager application.
8383

@@ -124,7 +124,7 @@ drwxrws---. 11 magento_user apache 4096 Jun 13 16:05 var
124124
drwxrws---. 29 magento_user apache 4096 Jun 7 07:53 vendor
125125
```
126126

127-
In the preceding example, the Magento file system owner is `magento_user`.
127+
In the preceding example, the file system owner is `magento_user`.
128128
Directories in the Magento file system have `drwxrwx---` permissions (775) and files have `-rw-rw-rw-` permissions (664).
129129

130130
To get more detailed information, you can optionally enter the following command:

src/_includes/config/cli-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
In addition to the command arguments described in this topic, see [Common arguments]({{ page.baseurl }}/config-guide/cli/config-cli-subcommands.html#config-cli-subcommands-common).
22

33
{:.bs-callout-warning}
4-
Run all Magento CLI commands as the [Magento file system owner]({{ page.baseurl }}/config-guide/cli/config-cli.html#config-install-cli-first).
4+
Run all Magento CLI commands as the [file system owner]({{ page.baseurl }}/config-guide/cli/config-cli.html#config-install-cli-first).

src/_includes/config/cron-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Several Magento features require at least one cron job, which schedules activiti
99
* Automatic updating of currency rates
1010
* All Magento e-mails (including order confirmation and transactional)
1111

12-
We recommend you run cron as the [Magento file system owner]({{ page.baseurl }}/config-guide/cli/config-cli.html#config-install-cli-first). Do *not* run cron as `root`; we also recommend against running cron as the web server user.
12+
We recommend you run cron as the [file system owner]({{ page.baseurl }}/config-guide/cli/config-cli.html#config-install-cli-first). Do *not* run cron as `root`; we also recommend against running cron as the web server user.
1313

1414
{:.bs-callout-warning}
1515
You can no longer run `dev/tools/cron.sh` because the script has been removed.

src/_includes/config/es-elasticsearch-magento-24.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To clean the cache using the command line, use the [`magento cache:clean`]({{ pa
7070

7171
To reindex using the command line:
7272

73-
1. Log in to your Magento server as, or switch to, the [Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
73+
1. Log in to your Magento server as, or switch to, the [file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
7474
1. Enter any of the following commands:
7575

7676
Enter the following command to reindex the catalog search index only:

src/_includes/config/es-elasticsearch-magento.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To clean the cache using the command line, use the [`magento cache:clean`]({{ pa
7272

7373
To reindex using the command line:
7474

75-
1. Log in to your Magento server as, or switch to, the [Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
75+
1. Log in to your Magento server as, or switch to, the [file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
7676
1. Enter any of the following commands:
7777

7878
Enter the following command to reindex the catalog search index only:

src/_includes/config/setup-cron_2.3_how-to.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### Create the Magento crontab
22

3-
Starting with version 2.2, Magento creates a crontab for you. We add the Magento crontab to any configured crontab for the Magento file system owner. In other words, if you already set up crontabs for other extensions or applications, we add the Magento crontab to it.
3+
Starting with version 2.2, Magento creates a crontab for you. We add the Magento crontab to any configured crontab for the file system owner. In other words, if you already set up crontabs for other extensions or applications, we add the Magento crontab to it.
44

55
The Magento crontab is inside `#~ MAGENTO START` and `#~ MAGENTO END` comments in your crontab.
66

77
To create the Magento crontab:
88

9-
1. Log in as, or switch to, the [Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
9+
1. Log in as, or switch to, the [file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
1010
1. Change to your Magento installation directory.
1111
1. Enter the following command:
1212

@@ -21,7 +21,7 @@ Use `--force` to rewrite an existing Magento crontab.
2121
* `magento cron:install` does not rewrite an existing crontab inside `#~ MAGENTO START` and `#~ MAGENTO END` comments in your crontab.
2222
* `magento cron:install --force` has no effect on any cron jobs outside the Magento comments.
2323

24-
To view the crontab, enter the following command as the Magento file system owner:
24+
To view the crontab, enter the following command as the file system owner:
2525

2626
```bash
2727
crontab -l

src/_includes/config/setup-cron_how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Commerce crontab is inside `#~ MAGENTO START` and `#~ MAGENTO END` comments
66

77
To create the Commerce crontab:
88

9-
1. Log in as, or switch to, the [Magento file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
9+
1. Log in as, or switch to, the [file system owner]({{ page.baseurl }}/install-gde/prereq/file-sys-perms-over.html).
1010
1. Change to your Magento installation directory.
1111
1. Enter the following command:
1212

@@ -21,7 +21,7 @@ Use `--force` to rewrite an existing Magento crontab.
2121
* `magento cron:install` does not rewrite an existing crontab inside `#~ MAGENTO START` and `#~ MAGENTO END` comments in your crontab.
2222
* `magento cron:install --force` has no effect on any cron jobs outside the Magento comments.
2323

24-
To view the crontab, enter the following command as the Magento file system owner:
24+
To view the crontab, enter the following command as the file system owner:
2525

2626
```bash
2727
crontab -l

src/_includes/config/split-deploy/example_build-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To update your build system:
22

3-
1. Log in to your build system as, or switch to, the [Magento file system owner](https://glossary.magento.com/magento-file-system-owner).
3+
1. Log in to your build system as, or switch to, the [file system owner](https://glossary.magento.com/magento-file-system-owner).
44
1. Change to the build system's Magento root directory.
55
1. Pull the changes to `app/etc/config.php` from source control.
66

src/_includes/config/split-deploy/example_save-shared-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. Log in to your development system as, or switch to, the [Magento file system owner](https://glossary.magento.com/magento-file-system-owner).
1+
1. Log in to your development system as, or switch to, the [file system owner](https://glossary.magento.com/magento-file-system-owner).
22

33
1. Enter the following commands in the order shown:
44

0 commit comments

Comments
 (0)