Cockpit Readme

Embed Size (px)

DESCRIPTION

The CMS for developers. Add content management functionality to any site - plug & play CMS.Manage content like collections, regions, forms and galleries which you can reuse anywhere on your website.

Citation preview

# CockpitThe CMS for developers. Add content management functionality to any site - plug & play CMS.Manage content like collections, regions, forms and galleries which you can reuse anywhere on your website.![Cockpit](http://getcockpit.com/lib/assets/images/teaser.png)* Homepage: [http://getcockpit.com](http://getcockpit.com)* Twitter: [@getcockpit](http://twitter.com/getcockpit)### Requirements* PHP >= 5.4* PDO + SQLite (or MongoDB)* GD extensionmake also sure that $_SERVER['DOCUMENT_ROOT'] + $_SERVER["PATH_INFO"]exists and is set correctly### Installation1. Download Cockpit and put the cockpit folder in the root of your web project or via composer composer create-project aheinze/cockpit cockpit --stability="dev"2. Make sure that the __/cockpit/storage__ folder and all its subfolders are writable3. Go to __/cockpit/install__ via Browser4. You're ready to use Cockpit :-)### Usage**Embed Cockpit**Embedding Cockpit is really easy. Just include the following snippet anywhere you want to use Cockpit:```php// make cockpit api availablerequire('path2cockpit/bootstrap.php');```**Regions**Render regions api:```php

```**Collections**Loop over collection data:```php

```### DocumentationPlease visit http://getcockpit.com/docs - any contributions are welcome: https://github.com/aheinze/cockpit-docs### Language filesPlease visit and contribute to https://github.com/aheinze/cockpit-i18n### SupportGoogle group: [CockpitCMS](https://groups.google.com/d/forum/cockpitcms)### Copyright and licenseCopyright 2013 [Agentejo](http://www.agentejo.com) under the [MIT license](https://raw.github.com/aheinze/cockpit/master/LICENSE).