title |
---|
Getting Started |
Cockpit is a headless CMS with an API-first approach that puts content first. It is designed to simplify the process of publication by separating content management from content consumption on the client side.
Cockpit is focusing just on the back-end work to manage content. Rather than worry about delivery of content through pages, its goal is to provide structured content across different channels via a simple API.
- Manage flexible content models. There are no pre-defined content models. Define the content model yourself.
- Uncluttered UI. Cockpit offers you a modern and simple user interface.
- One system, consume it the way you want. Receive your content via a simple API.
- No presentation limitations – build the best design ever.
- Content for multiple channels – create content once, consume anywhere.
- Highly scalable content – for all your devices and microsites.
- Minimum training required – get started, immediately.
- Easy integrations – connect with everything.
- PHP >= 7.1
- PHP extensions enabled:
- iconv
- gd
- pdo
- zip
- opcache
- pdo_sqlite
- SQLite or MongoDB (needs mongodb from PECL besides)
- Apache (with mod_rewrite and mod_expires) or nginx
- Any modern Browser
That's it. No generation or build scripts, no heavy-weight PHP libraries or dependencies. Cockpit was successfully tested on Apache and nginx.
Traditional Installation
- Download the latest version of Cockpit on getcockpit.com/download.
- Unzip the downloaded zip package into your web root or a sub-directory of your web root.
Make sure that the folders storage and config with all of its sub-folders have write-access by the web server. Create your first user
Go to /install
in your favorite browser and follow the instructions. A new
user called admin
with password admin
is created when cockpit has not
already been installed.