kitpages / kitpages-cms-edition
This is a symfony distribution used ton install easily the KitpagesCmsBundle
v2.3.2
2014-09-22 12:02 UTC
Requires
- php: >=5.3.3
- avalanche123/imagine-bundle: 2.1.*
- doctrine/doctrine-bundle: ~1.2
- doctrine/orm: ~2.2,>=2.2.3
- friendsofsymfony/user-bundle: 1.3.*
- incenteev/composer-parameter-handler: ~2.0
- jms/di-extra-bundle: ~1.4
- jms/security-extra-bundle: ~1.5
- kitpages/cache-control-bundle: 2.1.*
- kitpages/cms-bundle: ~3.0,>=3.0.3
- kitpages/file-system-bundle: ~3.1
- kitpages/simple-cache-bundle: ~3.0
- kitpages/util-bundle: ~3.0
- sensio/distribution-bundle: ~3.0
- sensio/framework-extra-bundle: ~3.0
- stof/doctrine-extensions-bundle: 1.1.*
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.5.*
- symfony/validator: ~2.5
- twig/extensions: ~1.0
Requires (Dev)
- sensio/generator-bundle: ~2.3
README
This document contains information on how to install KitpagesCms Edition. KitpagesCms Edition is based on Symfony Standard edition with additional the bundle to use the kitpages Cms
Installation
Install the Vendor Libraries
Install Composer and run the following command:
php composer.phar create-project kitpages/kitpages-cms-edition path/ v2.3.*
Modify parameters.ini
edit parameters.yml
- modify the database information
- modify base_url
import database
- You must create the database.
- run the command:
php app/console kitCmsDemo:importDatabase
- answer to the questions
publish all
-
type the following URL http://example.com/cms/nav/publishAll
-
Sign in
login:admin
pass:admin
Your website should be accessible on http://example.com