Menu

Tree [ae6078] master /
 History

HTTPS access


File Date Author Commit
 .platform 2019-03-18 Vidar Vidar [642c00] [Platform.sh] Changed to 'old' solr config synt...
 app 2025-08-25 7x 7x [294783] Updated: Updated these files to beable to insta...
 bin 2019-05-09 Marek Nocoń Marek Nocoń [8185ef] EZP-30451: Use VCL from ezplatform-http-cache i...
 doc 2019-05-09 Marek Nocoń Marek Nocoń [8185ef] EZP-30451: Use VCL from ezplatform-http-cache i...
 ezpublish_legacy 2025-08-24 7x 7x [61e235] Update: Changes required to install and boot ez...
 src 2017-10-09 Nattfarinn Nattfarinn [747041] EZP-27888: Prepare Meta repository to use new e...
 var 2019-04-05 dew326 dew326 [19b2c0] EZP-30406: Cannot add custom webpack config fro...
 web 2025-08-25 7x 7x [40cf39] Updated: Updated these files to beable to insta...
 .dockerignore 2017-05-05 Vidar Langseid Vidar Langseid [9071a2] [Docker] Added support for docker stack
 .env 2019-06-06 Marek Nocoń Marek Nocoń [ae02b5] Use old Docker-Selenium container (#410)
 .gitignore 2019-07-04 Serhey Dolgushev Serhey Dolgushev [8794e1] Updated .gitignore to ignore /bin directory (#398)
 .php_cs 2017-10-13 Andrew Longosz Andrew Longosz [a0cada] [CS] Aligned php-cs-fixer config with changes i...
 .platform.app.yaml 2019-03-29 SylvainGuittard SylvainGuittard [2c1e65] [platform.sh] configure purge to local during t...
 .travis.yml 2019-05-15 Maciej Tyrała Maciej Tyrała [a697a1] EZP-30315 [Travis] Standarize and clean up trav...
 COPYRIGHT 2017-06-18 André R André R [a2a119] Update copyright year
 LICENSE 2017-02-02 André R André R [c6e7b3] Update LICENSE
 README.md 2018-06-25 André R André R [6e991c] [README] remove some usage of distro name to si...
 RUNNING_BEHAT.md 2017-08-24 André R André R [10be72] EZP-27788: Update and cleanup docker config for...
 UPGRADE.md 2018-06-25 André R André R [e7a53f] [Doc] Simplify installation doc further (#299)
 behat.yml.dist 2019-04-11 Maciej Tyrała Maciej Tyrała [bf6066] EZP-30098 [Travis] Implement solution for runni...
 composer.json 2025-08-25 7x 7x [ae6078] Update composer.json version bump for ezplatfor...
 ez.webpack.config.js 2025-08-25 7x 7x [40cf39] Updated: Updated these files to beable to insta...
 ez.webpack.config.manager.js 2019-03-29 Serhey Dolgushev Serhey Dolgushev [6893d3] Handle symlinks for itemToReplace in eZConfigMa...
 ez.webpack.custom.configs.js 2019-04-05 dew326 dew326 [19b2c0] EZP-30406: Cannot add custom webpack config fro...
 package.json 2025-08-25 7x 7x [40cf39] Updated: Updated these files to beable to insta...
 phpunit.xml.dist 2017-01-25 André R André R [8065c6] Update to use Symfony 3.3 and env() paramters
 webpack.config.js 2025-08-25 7x 7x [40cf39] Updated: Updated these files to beable to insta...

Read Me

eZ Platform

Build Status
Downloads
Latest release
License

What is eZ Platform ?

eZ Platform is a 100% open source professional CMS (Content Management System) developed by eZ Systems and the eZ Community.

Current eZ Platform v2 is the 7th generation of eZ Publish, it is built on top of the Symfony 3.4LTS framework (Full Stack).
It has been in development since 2011, and integral part of the eZ Publish Platform 5.x as "Platform stack" since 2012.

Abstract:

  • Very extensible You can extend the application and the content model in many ways
  • Future & backwards compatible Strong BC policy on data as well as code
  • Multi channel by design Strong focus on separation between semantic content & design
  • Scalable Easily scale across multiple servers out of the box
  • Future proof Architecture designed to allow even more content scalability and performance in the future
  • Stable Built on experience building CMS since early 2000
  • Integration friendly Numerous events and signals to hook into for advanced needs

Further information:

eZ Platform is 100% open source and is the foundation for the commercial eZ Platform Enterprise Edition software which adds advanced features for editorial teams, 100% built on top of eZ Platform APIs.

Installation

NOTE: For simplified installation, consider using eZ Launchpad which takes care of the whole server setup for you.

Installation instructions below are for installing a clean installation of eZ Platform in latest version with no demo content or demo website.
Full installation documentation is kept current in the online docs, and includes
instructions on installing other distributions (like ezplatform-demo and ezplatform-ee enterprise edition), or other versions.

Prerequisites

These instructions assume you have already installed:
- PHP (7.1 or higher)
- Web Server (Recommeneded: Apache / Nginx. Use of php's built in development server is also possible)
- Database server (MySQL 5.5+ or MariaDB 10.0+)
- Composer
- Git (for development)

For further information on requirements see online doc.

Install eZ Platform (clean distribution)

Assuming you have prerequisites sorted out, you can get the install up and running with the following commands in your terminal:

composer create-project --keep-vcs ezsystems/ezplatform ezplatform ^2
cd ezplatform

Note: If composer is installed localy instead of globally, the first command will start with php composer.phar.

During the installation process you will be asked to input things like database host name, login, password, etc.
They will be placed in <ezplatform>/app/config/parameters.yml.

Next you will receive instructions on how to install data into the database, and how to run a simplified dev server using the bin/console server:run command.
Tip: For a more complete and better performing setup using Apache or Nginx, read up on how to install eZ Platform manually.

Issue tracker

Submitting bugs, improvements and stories is possible on https://jira.ez.no/browse/EZP.
If you discover a security issue, please see how to responsibly report such issues on https://doc.ez.no/Security.

Backwards compatibility

eZ Platform aims to be 100% content compatible with eZ Publish 5.x, 4.x and 3.x (introduced in 2002), meaning that content in those versions of the CMS can be upgraded using
online documentation to eZ Platform.

Unlike eZ Publish Platform 5.x, eZ Platform does not ship with eZ Publish Legacy (4.x). But this is available by optional installing LegacyBridge to allow eZ Platform and eZ Publish Legacy to run together, this is only recommended for migration use cases and not for new installations.

Copyright (C) 1999-2018 eZ Systems AS. All rights reserved.

LICENSE

http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.