https://github.com/brookinsconsulting/bcezplatform-legacy
BC Supported and Maintained Fork of Popular eZ Platform Legacy Repository By Edi Modrić
https://github.com/brookinsconsulting/bcezplatform-legacy
Last synced: 4 days ago
JSON representation
BC Supported and Maintained Fork of Popular eZ Platform Legacy Repository By Edi Modrić
- Host: GitHub
- URL: https://github.com/brookinsconsulting/bcezplatform-legacy
- Owner: brookinsconsulting
- License: other
- Created: 2019-02-10T22:39:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T23:51:38.000Z (over 6 years ago)
- Last Synced: 2025-06-06T03:06:56.606Z (13 days ago)
- Language: Shell
- Homepage:
- Size: 7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eZ Platform
[](https://travis-ci.org/ezsystems/ezplatform)
[](https://packagist.org/packages/ezsystems/ezplatform)
[](https://github.com/ezsystems/ezplatform/releases)
[](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.- eZ Platform Developer Hub: [ezplatform.com](https://ezplatform.com/)
- [eZ Platform Open Source and Enterprise Edition roadmap](http://doc.ez.no/roadmap)
- eZ Systems (commercial products and services): [ez.no](https://ez.no/)## Installation
NOTE: *For simplified installation, consider using [eZ Launchpad](https://ezsystems.github.io/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](https://doc.ezplatform.com/en/latest/getting_started/install_using_composer/), and includes
instructions on installing other distributions _(like [ezplatform-demo](https://github.com/ezsystems/ezplatform-demo) and [ezplatform-ee](https://github.com/ezsystems/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](https://doc.ezplatform.com/en/latest/getting_started/about_composer/)
- Git _(for development)_For further information [on requirements see online doc](https://doc.ezplatform.com/en/latest/getting_started/requirements_and_system_configuration/).
#### 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:
``` bash
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 `/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](https://doc.ezplatform.com/en/latest/getting_started/install_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](http://doc.ez.no/eZ-Publish/Upgrading) 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](https://github.com/ezsystems/LegacyBridge/releases/) 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
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