Giter Club home page Giter Club logo

ezplatform-demo's Introduction

eZ Platform Demo

Screenshot

What is eZ Platform ?

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

eZ Platform is the 6th generation of eZ Publish, it is built on top of the Symfony 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 example should not be use for starting a new project.

Features:

  • Blog
  • Gallery
  • Contact Form

Requirements

Full requirements can be found on the Requirements page.

TL;DR: minimum PHP 5.4.4 and higher, using mod_php or php-fpm.

Installation

1. Create a database

First, create a new database using the following command:

CREATE DATABASE <database> CHARACTER SET utf8;

2. Clone ezplatform-demo

Clone the Github repository containing the demo:

git clone https://github.com/ezsystems/ezplatform-demo
cd ezplatform-demo

3. Install dependencies

Run composer install to install the required dependencies:

curl -sS https://getcomposer.org/installer | php
php -d memory_limit=-1 composer.phar install

4. Install content

Next, run the following commands to install the demo and dump the assets:

app/console ezplatform:install demo
app/console assetic:dump --env=dev web

5. Configure virtual host

Finally, configure virtual host by copying included file:

cp doc/apache2/vhost.template /etc/apache2/sites-enabled/ezplatform.demo.conf

Manually configure the vhost and then restart Apache.

Accessing the Demo

Your installation is now ready. You can access the demo using the following addresses (depending on the vhost configuration):

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.

Running BDD

For instruction on how to run the functional tests, see RUNNING_BEHAT.md.

COPYRIGHT

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

LICENSE

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

ezplatform-demo's People

Contributors

lolautruche avatar andrerom avatar mloureiro avatar patrickallaert avatar bdunogier avatar yannickroger avatar pedroresende avatar dpobel avatar tobys avatar gggeek avatar pspanja avatar crevillo avatar vidarl avatar sylvainguittard avatar clash82 avatar emodric avatar fdob avatar glye avatar nfrp avatar tharkun avatar alafon avatar brookinsconsulting avatar eab-andy avatar guillaumelecerf avatar blankse avatar waldermort avatar dspe avatar tothimre avatar mzbusiness avatar moelj avatar

Watchers

JH avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.