2017 © Pedro Peláez
 

library kitpages-cms-edition

This is a symfony distribution used ton install easily the KitpagesCmsBundle

image

kitpages/kitpages-cms-edition

This is a symfony distribution used ton install easily the KitpagesCmsBundle

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

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, (*1)

Installation

Install the Vendor Libraries

Install Composer and run the following command:, (*2)

php composer.phar create-project kitpages/kitpages-cms-edition path/ v2.3.*

Modify parameters.ini

edit parameters.yml, (*3)

  • 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, (*4)

  • Sign in, (*5)

login:admin
pass:admin

Your website should be accessible on http://example.com, (*6)

The Versions