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
Install Composer and run the following command:
php composer.phar create-project kitpages/kitpages-cms-edition path/ v2.3.*
edit parameters.yml
- modify the database information
- modify base_url
- You must create the database.
- run the command:
php app/console kitCmsDemo:importDatabase
- answer to the questions
-
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