All Projects → ezsystems → Ezplatform Demo

ezsystems / Ezplatform Demo

Licence: other
Fork of "ezplatform" meta repository, contains code and dependencies for demo distribution of eZ Platform. Not recommended for a clean install for new projects, but great for observation and learning!

Projects that are alternatives of or similar to Ezplatform Demo

Web Publisher
Superdesk Publisher - the next generation publishing platform for journalists and newsrooms.
Stars: ✭ 82 (+95.24%)
Mutual labels:  symfony-application, cms, symfony
Easy Admin Demo
A demo application to showcase EasyAdmin features
Stars: ✭ 219 (+421.43%)
Mutual labels:  symfony-application, symfony, demo
Ezplatform
Meta repository that pulls in all dependencies for clean distribution of Ibexa Platform.
Stars: ✭ 322 (+666.67%)
Mutual labels:  symfony-application, cms, symfony
Demo
Symfony Demo Application
Stars: ✭ 2,102 (+4904.76%)
Mutual labels:  symfony-application, symfony, demo
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
Stars: ✭ 4,136 (+9747.62%)
Mutual labels:  symfony-application, cms, symfony
Core
Zikula Core Framework
Stars: ✭ 213 (+407.14%)
Mutual labels:  symfony-application, cms, symfony
Kunstmaanbundlescms
An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
Stars: ✭ 346 (+723.81%)
Mutual labels:  cms, symfony
Cmf Sandbox
Base project for trying CMF components integration
Stars: ✭ 368 (+776.19%)
Mutual labels:  symfony-application, symfony
Explicit Architecture Php
This repository is a demo of Explicit Architecture, using the Symfony Demo Application.
Stars: ✭ 372 (+785.71%)
Mutual labels:  symfony, demo
Sulu Standard
This repository is not longer the recommended way to start a sulu project. Use:
Stars: ✭ 636 (+1414.29%)
Mutual labels:  cms, symfony
Ec Cube
EC-CUBE is the most popular e-commerce solution in Japan
Stars: ✭ 591 (+1307.14%)
Mutual labels:  symfony-application, symfony
Symfony Rest Edition
Fork from symfony-standard edition with additional rest features.
Stars: ✭ 643 (+1430.95%)
Mutual labels:  symfony-application, symfony
Jarves
Jarves CMS/Application Framework based on Symfony - Alpha material
Stars: ✭ 325 (+673.81%)
Mutual labels:  cms, symfony
Phpdish
🏠 PHPDish is a powerful forum system written in PHP. It is based on the Symfony PHP Framework.
Stars: ✭ 225 (+435.71%)
Mutual labels:  symfony-application, symfony
Symfony Cmf
Meta package tying together all the key packages of the Symfony CMF project.
Stars: ✭ 742 (+1666.67%)
Mutual labels:  symfony-application, symfony
Pagekit
Pagekit CMS
Stars: ✭ 5,455 (+12888.1%)
Mutual labels:  cms, symfony
Wallabag
wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.
Stars: ✭ 6,392 (+15119.05%)
Mutual labels:  symfony-application, symfony
En Marche.fr
Le site principal du mouvement En Marche !
Stars: ✭ 743 (+1669.05%)
Mutual labels:  symfony-application, symfony
Platform Application
OroPlatform - business application management system that is a backbone of the OroCRM and OroCommerce.
Stars: ✭ 211 (+402.38%)
Mutual labels:  symfony-application, symfony
Symedit
Symfony2 Content Management System
Stars: ✭ 6 (-85.71%)
Mutual labels:  cms, symfony

eZ Platform Demo (discontinued)

Demo status

This repository contains the discontinued example website for eZ Platform. A currently-maintained demo website is available at ezplatform-ee-demo.

Do not use the demo website as a basis for your projects. Use the clean eZ Platform instead.

Screenshot

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.

What is eZ Platform Demo ?

eZ Platform Demo is an example of a simple website using eZ Platform. This demo should not be use for starting a new project, but can serve as as an example for how to do it.

Features:

  • Blog
  • Gallery
  • Contact Form

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 demo installation of eZ Platform in latest version with demo content and demo website. Full installation documentation is kept current in the online docs, and includes instructions on installing other distributions (like ezplatform "clean" 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 further information on requirements see online doc.

Install eZ Platform (demo 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-demo 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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].