Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 2.52 KB

install-web.md

File metadata and controls

48 lines (28 loc) · 2.52 KB

Contents

See one of the following sections:

This section discusses how to install the Magento software using a web-based wizard interface. To install Magento from the command line, see Install Magento software using the command line.

Before you start your installation

Before you begin, make sure that:

  1. Your system meets the requirements discussed in Magento System Requirements.
  2. You completed all prerequisite tasks discussed in Prerequisites.
  3. After you log in to the Magento server, switch to the Magento file system owner.

Enabling and disabling modules

The Setup Wizard enables you to enable or disable modules before you install the Magento software. Before you do so, make sure you understand the following.

{% include install/enable-disable-modules.html %}

Running the Setup Wizard

The Setup Wizard is a multi-page wizard that enables you to go back and forward one page at a time. You *cannot* skip pages, and you must enter all required information on every page before you can proceed to the next page.

In the event of errors, you can run the installer again or you can return to a previous page to fix errors on that page.

Getting started

To install the Magento software using the Setup Wizard:
  1. Start a web browser.

  2. Enter the following URL in the browser's address or location bar:

    http://<Magento host or IP>/<path to Magento root>/setup
    

    For example, if the Magento server's IP address is 192.0.2.10 and you installed Magento 2 in the magento2 directory relative to the web server's docroot, and you did not configure a Virtual Host, enter:

    http://192.0.2.10/magento2/setup
    
  3. On the initial page, click Agree and Set Up Magento.

  4. Continue with the following topics in the order presented to complete the installation.