No description
  • JavaScript 38.6%
  • PHP 24.1%
  • Less 17.8%
  • Java 10.6%
  • Hack 8.1%
  • Other 0.8%
Find a file
2021-11-27 20:14:02 -03:00
.github update readme 2019-08-10 20:56:41 +02:00
addons changed name from 'revlist' to 'getList' 2017-05-24 10:15:26 +02:00
assets update jQuery 2021-09-06 15:24:10 +02:00
install update php version (7.3.0) 2021-01-22 15:00:37 +01:00
lib fix (Bug 1002:createMongoDbLikeId): microsecond float to big integer before binary conversion 2021-09-06 15:24:10 +02:00
modules working - broker 2021-11-27 20:14:02 -03:00
storage update gitignore 2017-12-21 12:35:12 +01:00
.gitignore update assets 2019-04-19 13:02:40 +02:00
.htaccess cleanup 2020-05-12 19:49:52 +02:00
.php_cs.dist update branding 2019-02-04 00:43:30 +01:00
bootstrap.php working 2021-11-27 12:45:44 -03:00
composer.json fix image api using PHP >= 8 2021-05-05 11:54:58 +02:00
CONTRIBUTING.md Fix link to issues page 2020-04-29 14:09:59 +02:00
cp load language settings only on web request 2020-02-04 11:07:49 +01:00
Dockerfile fix invalid gd options for php 7.3 (see: https://www.php.net/manual/en/image.installation.php) 2021-01-24 22:18:34 +01:00
favicon.png replace favicon.ico with favicon.png (80kb to 4kb) 2019-02-10 02:40:59 +01:00
index.php some cleanup 2019-02-13 21:01:21 +01:00
LICENSE update branding 2019-02-04 00:43:30 +01:00
package.json Bump version to 0.12.2 2021-09-06 15:26:00 +02:00
README.md update php version (7.3.0) 2021-01-22 15:00:37 +01:00

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 since 2015 Agentejo under the MIT license.

See LICENSE for more information.