You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.github | 3 years ago | |
addons | 5 years ago | |
assets | 2 years ago | |
install | 1 year ago | |
lib | 1 year ago | |
modules | 1 year ago | |
storage | 4 years ago | |
.gitignore | 3 years ago | |
.htaccess | 1 year ago | |
.php_cs.dist | 3 years ago | |
CONTRIBUTING.md | 2 years ago | |
Dockerfile | 1 year ago | |
LICENSE | 3 years ago | |
README.md | 1 year ago | |
bootstrap.php | 2 years ago | |
composer.json | 1 year ago | |
cp | 2 years ago | |
favicon.png | 3 years ago | |
index.php | 3 years ago | |
package.json | 1 year ago |
README.md
Cockpit Next
- Homepage: http://getcockpit.com
- Twitter: @getcockpit
- Support Forum: https://discourse.getcockpit.com
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
- Download Cockpit and put the cockpit folder in the root of your web project
- Make sure that the /cockpit/storage folder and all its subfolders are writable
- Go to /cockpit/install via Browser
- 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
- Run
npm run build
- For one-time build of styles and components - 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.
- Run
npm run docker-init
to build the initial image. - Run
npm run docker
to start an Apache environment suited for Cockpit on port 8080 (this folder mapped to /var/www/html).
💐 Partners
We create websites and apps that click with users.
Live, Web-Based Browser Testing
💐 Sponsors
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 for more information.