Developed with love by KnpLabs Hire us for your project!
60

AlphaLemonCmsBundle

by alphalemon

AlphaLemon CMS is a Content Management System Application, built on top of Symfony2 Framework, providing an easy an intuitive user-interface, to improve...

AlphaLemon CMS

Welcome to the AlphaLemon CMS a Content Management System Application, built on top of
Symfony2 Framework, providing an easy an intuitive user-interface, to improve the
website's content management experience.

Build Status

Requirements

  • PHP 5.3+
  • Symfony 2.1

Install AlphaLemon CMS

To install AlphaLemon CMS you just need to download the AlphaLemon CMS Sandbox
and follow the intructions that comes with the sandbox itself.

The AlphaLemon CMS Sandbox is just a Symfony2 Application fully configured for AlphaLemon CMS, which contains the tools required by AlphaLemon CMS, like the
yuicompressor or tiny_mce.

Use AlphaLemon CMS

To browse your site, simply open a browser and point to http://localhost or whatever your domain is.

To work with AlphaLemon CMS simply point to http://localhost/alcms.php/backend/en/index

You may debug your application using the alcms_dev.php environment: http://localhost/alcms_dev.php/backend/en/index

The page is blank

If you encounter a blank web page, something went wrong. To understand what's appened, you could open
the same page in the _dev environment or open the alcms.php and change the following row from:

$kernel = new AppKernel('alcms', false);

to

$kernel = new AppKernel('alcms', true);

Documentation

For more information and documentation, browse the official documentation repository

Stay in touch

Follow @alphalemon on twitter for the latest news

Notes for windows users

AlphaLemon CMS has been written on a linux system machine, so you may encounter some small issues when
you work on a windows machine:

  • assetic:dump command might return an error
  • Skin problems

None of those problems breaks the usability of AlphaLemon CMS. If you are a windows user and you want
to fix them on your own, fork the repository, do the fixes then ask for a pull request: it will be really
appreciated! :)

Enjoy!

AlphaLemon CMS License
======================

AlphaLemon CMS is licensed under the GNU GENERAL PUBLIC LICENSE Version 2.

This license is not applied to the website files generated by AlphaLemon CMS which
are licensed under the MIT LICENSE.
alpha_lemon_cms:
orm: Propel
skin: alphaLemon
web_folder_dir: web
web_folder_dir_full_path: %kernel.root_dir%/../%alpha_lemon_cms.web_folder%
upload_assets_dir: uploads/assets
upload_assets_full_path: %alpha_lemon_cms.web_folder_full_path%/uploads/assets
upload_assets_absolute_path: /%alpha_lemon_cms.web_folder%/uploads/assets
theme_structure_file: %kernel.root_dir%/Resources/.theme_structure
enable_yui_compressor: false
love: yes
deploy_bundle:
resources_dir: Resources
assets_base_dir: %alpha_lemon_cms.deploy_bundle.resources_dir%/public
config_dir: %alpha_lemon_cms.deploy_bundle.resources_dir%/config
views_dir: %alpha_lemon_cms.deploy_bundle.resources_dir%/views
media_dir: media
js_dir: js
css_dir: css
controller: WebSite