leonardothibes / RedKiteCms

Content Management System built on top of Symfony2 and Twitter Bootstrap frameworks. For previous versions please see https://github.com/redkite-labs/RedKiteCmsSandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedKite CMS

Welcome to RedKite CMS a Content Management System built on top of the Symfony2 and Twitter Bootstrap frameworks.

Build Status

RedKite CMS distributions

RedKite CMS comes with several pre-made distributions:

RedKite CMS Get & Go

A ready portable Symfony2 application powered by RedKite CMS. This package is ideal to have a quick try of the application. Just download and configure your web-server to start with it: no further installation is required.

Download RedKite CMS Get & Go

RedKite CMS Application

A Symfony2 application powered by RedKite CMS with all required vendors installed. This is the package you should use when you need to start a new project to handle an upcoming website.

Download RedKite CMS Application

Composer set up

If you prefer to use composer, just follow these steps:

Download composer:

curl -s http://getcomposer.org/installer | php

then run this command to start a new RedKite CMS application from the stable release:

php composer.phar create-project redkite-labs/redkite-cms RedKiteCms

If you prefer to get the latest developing release you run this command:

php composer.phar create-project redkite-labs/redkite-cms -s dev RedKiteCms

When the application has been downloaded, follow these instructions to install the application.

Start from an existing Symfony2 application

When you need to add RedKite CMS to a Symfony2 existing project, just follow this tutorial.

Documentation

Full RedKite CMS documentation can be found at these links:

Support

If you require support you can ask for help at RedKite CMS users forum.

If you want to collaborate, just introduce yourself at RedKite CMS developers forum.

Stay in touch

RedKite CMS is present on major social networks:

Follow @redkite-cms on Twitter for the latest news

Like RedKite CMS at Facebook

Connect with RedKite CMS at Google+

Enjoy RedKite CMS!

About

Content Management System built on top of Symfony2 and Twitter Bootstrap frameworks. For previous versions please see https://github.com/redkite-labs/RedKiteCmsSandbox

License:MIT License