This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Quickstart¶
This page explains how to quickly install and set up eZ Platform for development.
Prerequisites¶
To quickly install eZ Platform, you need a Linux machine with PHP and MySQL installed, as well as Node.js and Yarn.
For more details see Full requirements.
Installation¶
To install eZ Platform you need Composer and git on your system.
1 2 |
|
For more details see Install eZ Platform.
Run eZ Platform¶
To run eZ Platform on the built-in PHP server:
1 |
|
The command will output the address of the development server.
Add /admin
to access the Back Office. The default Administrator login is admin
with password publish
.
Project structure¶
eZ Platform is a Symfony app and follows the project structure used by Symfony.
For more details see Structuring a bundle.
First steps¶
See First steps for common first tasks on a clean eZ Platform installation.