kitpages/kitpages-cms-edition

This is a symfony distribution used ton install easily the KitpagesCmsBundle

This package is auto-updated.

Last update: 2024-04-04 17:58:32 UTC


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

login:admin
pass:admin

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