Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This is a symfony2 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.0 version of the Kitpages CMS.

License

Notifications You must be signed in to change notification settings

kitpages/symfony-kitpages-cms-edition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitpages Cms Edition

WARNING ! you should not use this distribution anymore

You should use the distribution located at this URL https://github.com/kitpages/kitpages-cms-edition

old documentation

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

  1. Installation

a) Install the Vendor Libraries

* run the command:
    php bin/vendors install

b) Modify parameters.ini

* run the command:
    cp app/config/parameters.SAMPLE.ini app/config/parameters.ini

* edit parameters.ini
    modify the database information
    modify base_url

c) import database

* You must create the database.
* run the command:
    php app/console kitCmsDemo:importDatabase
    answers to questions

d) install assets

* run the command:
    php app/console assets:install web
  1. 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

About

This is a symfony2 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.0 version of the Kitpages CMS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.7%
  • Shell 0.3%