Skip to content

It's a Joomla looking Content Managment System based on ZF2 (Zend Framework 2). I very like a joomla and ZF, but each of them don't have some features. Joomla don't have a greate base framework and ZF don't have a frendly admin sites as has Joomla. Libra CMS based at ZF2 now. So it can be example of utilizing zf2. If you wish to be involved in p…

License

Notifications You must be signed in to change notification settings

djokodonev/libra-cms

 
 

Repository files navigation

*[CMS]: Content Management System *[DB]: DataBase

Libra CMS

ZF2 based CMS that allows easily create your own web-site with necessary tools like article menagment.
It make easy add articles, editing use WYSIWYG editor, upload images in article with build-in zooming (For this just set for image class="zoom" and specify different size from original).
Libra provide administration aware application. To use it use:

  • for router: create children inside admiin route, and application make it accessible by /admin/route url.
  • layout: create your new layout in any module under folder view/layout/admin-layout-name, wher defalut layout-name is default.

Concepts

It should be easy to use. It should be easy to add new module

Installation

###Using Composer (recommended, updated)

  1. Download if necessary composer.phar and run php composer.phar create-project libra/libra-cms libra-cms dev-master
  2. Go to installed dir libra-cms. Copy config/autoload/local.php.dist files to local.php and fit parameters to properly DB name and user name/password. Export SQL from data/libra-cms.sql to DB.
  3. Run php -S localhost:8080 -t public (assumed that you are inside installed folder).
  4. Enjoy!

Default administration user: admin, pass: libra-cms.

Thin configuration:

  1. Add write permissions for running script user to: public/images/stories for save images by editing article.
  2. Change pubic/robots.txt file to your demands.

Thanks for trying Libra CMS.

About

It's a Joomla looking Content Managment System based on ZF2 (Zend Framework 2). I very like a joomla and ZF, but each of them don't have some features. Joomla don't have a greate base framework and ZF don't have a frendly admin sites as has Joomla. Libra CMS based at ZF2 now. So it can be example of utilizing zf2. If you wish to be involved in p…

Resources

License

Stars

Watchers

Forks

Packages

No packages published