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

Commit 2592a11

Browse files
Merge pull request #1287 from magento/jm_1285_ip_address_example
Clarify use of example IP address in installation quick start
2 parents 61ce018 + 12d4983 commit 2592a11

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group: install_pre
44
subgroup: 01_resource
55
title: Installation quick reference (tutorial)
66
menu_title: Installation quick reference (tutorial)
7-
menu_node:
7+
menu_node:
88
menu_order: 2
99
version: 2.0
1010
github_link: install-gde/install-quick-ref.md
@@ -17,18 +17,21 @@ This topic assumes:
1717
* You have your own Magento server (you're not using a shared hosting provider).
1818
* You're starting the installation using `composer create-project`, which enables you to get the most recent Magento software and to add your own customizations to it, if desired.
1919
* Everything is installed on one host (database, web server, and so on).
20-
* The host you're installing on is either Ubuntu or CentOS.
20+
* The host you're installing on is either Ubuntu or CentOS.
2121

2222
(You can use the same instructions to install on other UNIX distributions like RedHat Enterprise Linux (RHEL), or Debian, but these instructions aren't for Mac or Windows.)
23-
* Your host's IP address is 192.0.2.5
23+
* Your host's IP address is `192.0.2.5`.
24+
25+
This is just an example IP address that you'll see in detailed examples throughout this topic. You can substitute it with whatever internal/external IP address matches your server.
26+
2427
* You're installing to the `magento2` subdirectory under your web server's docroot (full path is `/var/www/html/magento2`)
2528

2629
You can optionally set up static routing or a virtual host to install to a host name instead of an IP but that's beyond the scope of this topic.
2730

2831
We've broken the installation process into three main parts: getting started, installing, and post-installation. We hope that what follows helps you; if you'd like to suggest improvements, click **Edit this page on GitHub** at the top of this page and let us know.
2932

3033
## Precondition: How advanced are you?
31-
Do you know what a "terminal" application is? Do you know what operating system your server runs? Do you know what Apache is?
34+
Do you know what a "terminal" application is? Do you know what operating system your server runs? Do you know what Apache is?
3235

3336
If not, see the <a href="{{page.baseurl}}install-gde/bk-install-guide.html">Installation overview</a>.
3437

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group: install_pre
44
subgroup: 01_resource
55
title: Installation quick reference (tutorial)
66
menu_title: Installation quick reference (tutorial)
7-
menu_node:
7+
menu_node:
88
menu_order: 2
99
version: 2.2
1010
github_link: install-gde/install-quick-ref.md
@@ -17,18 +17,21 @@ This topic assumes:
1717
* You have your own Magento server (you're not using a shared hosting provider).
1818
* You're starting the installation using `composer create-project`, which enables you to get the most recent Magento software and to add your own customizations to it, if desired.
1919
* Everything is installed on one host (database, web server, and so on).
20-
* The host you're installing on is either Ubuntu or CentOS.
20+
* The host you're installing on is either Ubuntu or CentOS.
2121

2222
(You can use the same instructions to install on other UNIX distributions like RedHat Enterprise Linux (RHEL), or Debian, but these instructions aren't for Mac or Windows.)
23-
* Your host's IP address is 192.0.2.5
23+
* Your host's IP address is `192.0.2.5`.
24+
25+
This is just an example IP address that you'll see in detailed examples throughout this topic. You can substitute it with whatever internal/external IP address matches your server.
26+
2427
* You're installing to the `magento2` subdirectory under your web server's docroot (full path is `/var/www/html/magento2`)
2528

2629
You can optionally set up static routing or a virtual host to install to a host name instead of an IP but that's beyond the scope of this topic.
2730

2831
We've broken the installation process into three main parts: getting started, installing, and post-installation. We hope that what follows helps you; if you'd like to suggest improvements, click **Edit this page on GitHub** at the top of this page and let us know.
2932

3033
## Precondition: How advanced are you?
31-
Do you know what a "terminal" application is? Do you know what operating system your server runs? Do you know what Apache is?
34+
Do you know what a "terminal" application is? Do you know what operating system your server runs? Do you know what Apache is?
3235

3336
If not, see the <a href="{{page.baseurl}}install-gde/bk-install-guide.html">Installation overview</a>.
3437

0 commit comments

Comments
 (0)