Get the Adobe Commerce software
Last update: Fri Apr 21 2023 00:00:00 GMT+0000 (Coordinated Universal Time)
CREATED FOR:
- Experienced
- Admin
- Developer
You are among the 240,000 merchants worldwide who put their trust in our eCommerce software. We have gathered some information to help you get started with your installation.
How to get the software
Check the availability of exciting new features and releases and learn how you can get them on our product availability page.
Consult the following table for getting started with installing Adobe Commerce or Magento Open Source.
User needs
Description
High-level installation and upgrade steps
Get started link
Integrator, packager
Wants full control over all components installed, has access to the application server, highly technical, might repackage Magento Open Source with other components.
- Creates a Composer project that contains the list of components to use.
- Uses Composer to update package dependencies; uses
composer create-project
to get the Composer metapackage.
- Installs the application using the command line.
- Upgrades the application and extensions using the command line.
Contributing developer
Contributes to the Magento Open Source codebase, files bugs, and customizes the application. Highly technical, has their own development server, understands Composer and GitHub.
You cannot use the application in a production environment.
You must upgrade using Composer and Git commands.
- Clones the GitHub repository.
- Uses Composer to update package dependencies.
- Installs the application using command line.
- Upgrades the application using Composer and Git commands.
- Customizes code under the
app/code
directory.
Use the links on the left side of the page to navigate topics in each part of the installation.
Required server permissions
UNIX systems require root
privileges to install and configure software like a web server, PHP. If you need to install this software, make sure you have root
access.
Do not install the application in the web server docroot as the root
user because the web server might not be able to interact with those files.
You need root
privileges to create the file system owner and add that owner to the web server’s group. You use the file system owner to run bin/magento
commands from the command line and to set up cron jobs, which schedule tasks for you.