Skip to content

This is a symfony2.1 distribution used to install easily the Kitpages CMS. This distribution is still in alpha state. The stable version shoud be released in may with the 2.1 version of the Kitpages CMS.

License

kitpages/kitpages-cms-edition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitpages Cms Edition

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

login:admin
pass:admin

Your website should be accessible on http://example.com

About

This is a symfony2.1 distribution used to install easily the Kitpages CMS. This distribution is still in alpha state. The stable version shoud be released in may with the 2.1 version of the Kitpages CMS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published