You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
* You have your own Magento server (you're not using a shared hosting provider).
18
18
* 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.
19
19
* 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.
21
21
22
22
(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
+
24
27
* You're installing to the `magento2` subdirectory under your web server's docroot (full path is `/var/www/html/magento2`)
25
28
26
29
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.
27
30
28
31
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.
29
32
30
33
## 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?
32
35
33
36
If not, see the <ahref="{{page.baseurl}}install-gde/bk-install-guide.html">Installation overview</a>.
* You have your own Magento server (you're not using a shared hosting provider).
18
18
* 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.
19
19
* 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.
21
21
22
22
(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
+
24
27
* You're installing to the `magento2` subdirectory under your web server's docroot (full path is `/var/www/html/magento2`)
25
28
26
29
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.
27
30
28
31
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.
29
32
30
33
## 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?
32
35
33
36
If not, see the <ahref="{{page.baseurl}}install-gde/bk-install-guide.html">Installation overview</a>.
0 commit comments