Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.96 KB

basics_magento-installed.md

File metadata and controls

50 lines (34 loc) · 1.96 KB
group subgroup title menu_title menu_node menu_order level3_menu_node level3_subgroup functional_areas
installation-guide
Getting Started
Is the Magento software installed already?
Is the Magento software installed already?
101
level3child
basics
Install
System
Setup

To determine if the Magento software is installed already, you can access the Magento Admin (administration console) or storefront using a web browser.

Prerequisite: You must know the Magento server's hostname or IP address, and the URL to access the Magento installation. If you're not sure, find the information from your system administrator or hosting provider.

Then open a web browser and go to the URL you were provided. Some examples follow:

http://www.example.com/magento2/admin
https://www.example.com/admin
http://www.example.com

If a 404 (Not Found) error displays, Magento probably isn't installed. You should confirm that with your system administrator or hosting provider.

If Magento is installed, you should see something like the following after you log in:

Magento Admin:

![Magento Admin which verifies a successful installation]({{ site.baseurl }}/common/images/install_success_admin.png)

Magento storefront:

![Magento storefront which verifies a successful installation]({{ site.baseurl }}/common/images/install-success_store.png)

What if Magento is installed?

If Magento is installed and you want to manage or upgrade components, see the following guides instead:

  • [Component Manager Guide]({{ page.baseurl }}/comp-mgr/bk-compman-upgrade-guide.html)

    A Magento component is an extension, language package, or theme. The Component Manager installs, uninstalls, updates, enables, or disables components.

  • [Upgrade Guide]({{ page.baseurl }}/comp-mgr/upgrader/upgrade-start.html)

    Upgrade the Magento software or components.