Popularity
8.0
Declining
Activity
0.0
Declining
5,377
154
527

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Content Management Systems (CMS)    
Latest version: v0.10.0

Cockpit alternatives and similar software solutions

Based on the "Content Management Systems (CMS)" category.
Alternatively, view Cockpit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Cockpit or a related project?

Add another 'Content Management Systems (CMS)' Software solution

README

🚨 Cockpits next iteration development moved 🚨

Cockpit's next iteration moved to a dedicated Cockpit organization on Github. Please visit https://github.com/Cockpit-HQ/Cockpit to follow the latest development.

☝️☝️☝️

Cockpit Next

Requirements

  • PHP >= 7.3
  • PDO + SQLite (or MongoDB)
  • GD extension
  • mod_rewrite, mod_versions enabled (on apache)

make also sure that $_SERVER['DOCUMENT_ROOT'] exists and is set correctly.

Installation

  1. Download Cockpit and put the cockpit folder in the root of your web project
  2. Make sure that the /cockpit/storage folder and all its subfolders are writable
  3. Go to /cockpit/install via Browser
  4. You're ready to use Cockpit :-)

Build (Only if you modify JS components)

You need nodejs installed on your system.

First run npm install to install development dependencies

  1. Run npm run build - For one-time build of styles and components
  2. Run npm run watch - For continuous build every time styles or components change

Dockerized Development

You need docker installed on your system: https://www.docker.com.

  1. Run npm run docker-init to build the initial image.
  2. Run npm run docker to start an Apache environment suited for Cockpit on port 8080 (this folder mapped to /var/www/html).

πŸ’ Partners

ginetta We create websites and apps that click with users.

BrowserStack Live, Web-Based Browser Testing

πŸ’ Sponsors

Backers on Open Collective Sponsors on Open Collective

Become a backer or sponsor through:

Thank you to all our backers! πŸ™

Copyright and license

Copyright since 2015 Agentejo under the MIT license.

See [LICENSE](LICENSE) for more information.


*Note that all licence references and agreements mentioned in the Cockpit README section above are relevant to that project's source code only.