PHPackages                             redkite-labs/redkite-cms-sandbox - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. redkite-labs/redkite-cms-sandbox

ActiveLibrary

redkite-labs/redkite-cms-sandbox
================================

The "RedKite CMS Sandbox" distribution

v1.1.2(12y ago)82804[1 PRs](https://github.com/redkite-labs/RedKiteCmsSandbox/pulls)MITCSSPHP &gt;=5.3.3

Since Sep 21Pushed 12y ago7 watchersCompare

[ Source](https://github.com/redkite-labs/RedKiteCmsSandbox)[ Packagist](https://packagist.org/packages/redkite-labs/redkite-cms-sandbox)[ RSS](/packages/redkite-labs-redkite-cms-sandbox/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (19)Versions (14)Used By (0)

RedKite CMS Sandbox
===================

[](#redkite-cms-sandbox)

Welcome to RedKite CMS Sandbox - a fully-functional Symfony2 application powered by RedKite CMS. You can use this application as skeleton for your new project or to test the CMS itself.

This document contains information on how to download and to start using RedKite CMS.

[![Build Status](https://camo.githubusercontent.com/8b488bafaf70feeffb33114828facbf332c3607c88a64a9e1901f4a23e456702/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7265646b6974652d6c6162732f5265644b697465436d7353616e64626f782e706e67)](http://travis-ci.org/redkite-labs/RedKiteCmsSandbox)

Before starting
---------------

[](#before-starting)

This repository houses the RedKite CMS Sandbox and requires to install vendor libraries and then the CMS itself and it is the right place to start if you would like to contribute to RedKite CMS project.

If you just want to try something ready, have a look to the [Get &amp; Go Sandbox](http://redkite-labs.com/download-get-and-go-redkite-cms-sandbox), ideal to have a quick try the application and perfect to be used by a single developer, or to the [RedKite CMS Sandbox](http://redkite-labs.com/download-redkite-cms-sandbox) which has the required vendor libraries installed. Follow the links to have more details about those products.

Install RedKite CMS Sandbox
---------------------------

[](#install-redkite-cms-sandbox)

The quick way to install RedKite CMS Sandbox is to use composer, so get it running the following command:

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

```

then run the following command to get the latest RC:

```
php composer.phar create-project redkite-labs/redkite-cms-sandbox -s stable RedKiteCmsSandbox --no-dev

```

or run this one to get the develop branch:

```
php composer.phar create-project redkite-labs/redkite-cms-sandbox -s dev RedKiteCmsSandbox

```

Alternatively you can download the latest release from releases page:

```
https://github.com/redkite-labs/RedKiteCmsSandbox/releases

```

then move to the root folder and grab composer as explained at the beginning of this paragraph and run this command to install the required vendor libraries:

```
php composer.phar install

```

RedKite CMS setup
-----------------

[](#redkite-cms-setup)

RedKite CMS requires several steps to be accomplished to properly setup the CMS itself. Luckily the **RedKiteCmsInstallerBundle** will do all the job for you.

This bundle provides a web installer interface or an interactive symdony2 command to install RedKite CMS.

Permissions
-----------

[](#permissions)

Before starting you must be sure that following folders and files are writable:

```
app/cache
app/logs
app/config
web
app/AppKernel.php
app/config/config.yml
app/config/routing.yml
app/config/parameters.yml

```

because RedKite CMS installer will update them for you. If you prefer to setup RedKite CMS manually just follow this guide: .

The best way to set up you permissions is using ACL:

```
sudo setfacl -R -m u:www-data:rwx -m u:[USERNAME]:rwx *
sudo setfacl -dR -m u:www-data:rwx -m u:[USERNAME]:rwx *

```

To get more details, please refer to the [symfony2 setup and configuration tutorial](http://symfony.com/doc/current/book/installation.html#configuration-and-setup)

Installing from the console
---------------------------

[](#installing-from-the-console)

Installing RedKite CMS from the console is really easy:

```
app/console redkitecms:configure

```

This will run the interactive command and provide the required information. If everything goes well, you will be prompted that the configuration has been written and you ready to start the install. Run the following command from the console:

```
app/console redkitecms:install --env=rkcms

```

When the setup ends, point your browser at

```
http://localhost/rkcms.php/backend/login

```

to start using RedKite CMS.

Installing using the web interface
----------------------------------

[](#installing-using-the-web-interface)

To install RedKite CMS using the web interface, just point your browser at:

```
http://localhost/app_dev.php/install

```

Provide the required information and you are done!

Using another database intead of mysql, postgres, sqlite
--------------------------------------------------------

[](#using-another-database-intead-of-mysql-postgres-sqlite)

Please refer [this document](http://redkitelabs/rkcms_dev.php/backend/en/download-redkite-cms-sandbox#use-another-database-instead-of-mysql-postgres-or-sqlite) to use a database different than mysql, postgres or sqlite.

Sign in
-------

[](#sign-in)

RedKite CMS is secured by default and a new user is created when the application is installed:

```
username: admin
password: admin

```

enter the credentials above to sign in.

Documentation
-------------

[](#documentation)

Although RedKite CMS is designed to be as simple and intuitive as possible, you probably would like to go deeper, reading some documentation:

- [The book](http://redkite-labs.com/getting-started-with-redkite-cms)
- [The cookbook](http://redkite-labs.com/redkite-cms-practical-manual-part-1)
- [Developers guide](http://redkite-labs.com/getting-started-contributing-to-redkite-cms)

RedKite CMS [documentation repository](https://github.com/redkite-labs/redkitecms-docs)lives at github.

Support
-------

[](#support)

If you require support you can ask for help at [RedKite CSM users forum](https://groups.google.com/forum/?hl=it#!forum/redkitecms-users).

If you want to collaborate, just introduce yourself at [RedKite CSM developers forum](https://groups.google.com/forum/?hl=it#!forum/redkitecms-dev).

Stay in touch
-------------

[](#stay-in-touch)

RedKite CMS is present on major social networks:

Follow [@redkite-cms on Twitter](https://twitter.com/redkitecms) for the latest news

Like RedKite CMS at [Facebook](https://www.facebook.com/redkitecms)

Connect with RedKite CMS at [Google+](https://plus.google.com/103994964006724386514)

Notes for windows users
-----------------------

[](#notes-for-windows-users)

RedKite CMS has been written on a linux system machine, so you might encounter some small issues when you work on a windows machine:

- assetic:dump command might return an error
- Skin problems

None of those problems breaks the usability of RedKite CMS. If you are a windows user and you want to fix them on your own, fork the repository, do the fixes then ask for a pull request: it would be really appreciated! :)

Enjoy!

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 97.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~14 days

Total

12

Last Release

4455d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/543f3609df36d46fa28192465eba07e9d0a64af1c5798caf03647d97cf5c99f6?d=identicon)[redkite-labs](/maintainers/redkite-labs)

---

Top Contributors

[![alphalemon](https://avatars.githubusercontent.com/u/1242258?v=4)](https://github.com/alphalemon "alphalemon (79 commits)")[![kburwieck](https://avatars.githubusercontent.com/u/1325446?v=4)](https://github.com/kburwieck "kburwieck (1 commits)")[![sweikenb](https://avatars.githubusercontent.com/u/366399?v=4)](https://github.com/sweikenb "sweikenb (1 commits)")

### Embed Badge

![Health badge](/badges/redkite-labs-redkite-cms-sandbox/health.svg)

```
[![Health](https://phpackages.com/badges/redkite-labs-redkite-cms-sandbox/health.svg)](https://phpackages.com/packages/redkite-labs-redkite-cms-sandbox)
```

###  Alternatives

[anime-db/anime-db

The application for making home collection anime

252.1k2](/packages/anime-db-anime-db)[leaphly/leaphly-sandbox

The Leaphly sandbox

144.4k](/packages/leaphly-leaphly-sandbox)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
