eZ Publish

eZ平台是eZ Publish的第六代,它建立在Symfony框架(Full Stack)之上。(eZ Platform is the 6th generation of eZ Publish, it is built on top of the Symfony framework (Full Stack). )

Github stars Tracking Chart

eZ平台是eZ系统和eZ社区开发的100%开源专业CMS(内容管理系统)。

eZ平台是eZ Publish的第六代,它建立在Symfony框架(Full Stack)之上。自2011年以来一直在开发中,自2012年以来,eZ Publish Platform 5.x成为“平台堆栈”的组成部分。

eZ Publish与eZ平台

该存储库包含使用与eZ Publish 5相同的Symfony内核的eZ Platform(以前称为eZ Publish 6)的下一代cms,但不包括旧版内核及其库依赖关系。 eZ平台是添加新功能的地方。

eZ Publish 5存储库主要用于向后兼容,集成了eZ Publish Legacy。

摘要:
  • 非常具有扩展性,您可以通过多种方式扩展应用程序和内容模型。
  • 未来和向后兼容,关于数据和代码的强大BC策略。
  • 多通道设计,强调语义内容和设计之间的分离。
  • 可扩展性,可轻松扩展跨多个服务器。
  • 未来证明架构,旨在在未来允许更多内容的可扩展性和性能。
  • 稳定,在2000年初以来建立CMS的经验基础上创建,并自2012年产品化。
  • 集成友好,许多事件和信号可以嵌入到高级工作流程中。
主要包:
  • ezpublish-kernel(建立在Symfony框架之上):
  • 通过公共API公开的具有高度灵活性的内容模型的内容存储库。
  • 由SQL Storage Engine使用Doctrine DBAL开箱即用,由Flysystem处理的使用Stash和二进制文件系统的数据缓存实现。改进的存储引擎计划,自定义实现已经可以提高数据可扩展性。
  • 强大的(可扩展)内容查询引擎,目前由SQL提供支持,很快Solr/ElasticSearch。
  • 由于内容和用户感知HTTP“查看”缓存(现在使用),性能非常高。
  • 引入“网站”的概念,允许您在一个安装过程中管理多个。
  • 允许快速设置内容显示树枝模板的上下文覆盖以及基于内容类型,部分等的控制器。
  • 助手,服务,事件和信号,使您能够从简单的网站到复杂的应用程序高效地创建所有内容。
  • PlatformUIBundle:用于管理内容和管理网站的现代可扩展“后端”UI。

Overview

Name With Ownerezsystems/ezplatform
Primary LanguageShell
Program languageShell (Language Count: 8)
PlatformBSD, Linux, Mac, Windows
License:Other
Release Count269
Last Release Namev2.5.32 (Posted on )
First Release Namev0.5.0 (Posted on )
Created At2015-02-26 11:12:45
Pushed At2023-12-04 12:47:20
Last Commit At2021-07-07 15:27:19
Stargazers Count330
Watchers Count52
Fork Count152
Commits Count2.4k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count524
Pull Requests Open Count20
Pull Requests Close Count144
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

eZ Platform

Build Status
Downloads
Latest release
License

What is eZ Platform?

eZ Platform is a fully 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 and backwards compatible — Strong backward compatibility policy on data as well as code.
  • Multi-channel by design — Strong focus on separation between semantic content and design.
  • Scalable — Easily scale across multiple servers out of the box.
  • Future proof — Uses architecture designed to allow even more content scalability and performance in the future.
  • Stable — Built on experience in building CMS that has been gathered since early 2000.
  • Integration friendly — Numerous events and signals to hook into for advanced needs.

Further information:

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

Installation

Note: For simplified installation, consider using community-supported 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 in the online docs.
It 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 (Recommended: 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 more details on requirements, see online documentation.

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 locally instead of globally, the first command will start with php composer.phar.

During the installation process you will be asked to provide database host name, login, password, etc.
The configuration details 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, see 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 in "Reporting security issues in eZ Systems products".

Backwards compatibility

eZ Platform aims to be fully content compatible with eZ Publish 5.x, meaning that the content in these 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-2020 eZ Systems AS. All rights reserved.

LICENSE

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

To the top