Repository showing you step by step how to create a simple blog in pure eZ Publish 5.
-
Download and install eZ Publish 5 (>= v2013.07.0), either on share.ez.no or directly from Composer.
-
In
src/folder, create aAcme/folder. -
Go to
src/Acme/and clone this repository in there. In the end you should havesrc/Acme/EzBlogBundle/. -
Import
blog_settings.ymlinezpublish/config/ezpublish.ymlby adding:imports: - { resource: "@AcmeEzBlogBundle/Resources/config/blog_settings.yml" } -
Register
EzBlogBundleinezpublish/ezPublishKernel.phpby adding this line to$bundlesinregisterBundles()method:new Acme\EzBlogBundle\AcmeEzBlogBundle(), -
Generate assets by running the following commands:
php ezpublish/console assets:install web --symlinkphp ezpublish/console cache:clear