Go to file
Matej Marusak ab1a3accb0 tests: Introduce `test/run` script for Cockpit
External projects use this script to run tests. Let's do the same in
Cockpit so `tests/invoke` does not have to differentiate between cockpit
and external projects.

This counts with a new tests syntax where context is `image[/scenario]`.

Closes #12368
2019-07-22 08:57:46 +02:00
.github/ISSUE_TEMPLATE .github: Add minimal issue template 2019-01-24 15:38:42 +01:00
bots images: Update continuous-atomic image 2019-07-22 08:08:48 +02:00
containers containers: don't use xz --extreme for unit-tests 2019-07-10 18:46:26 +02:00
doc build: Build fonts into dist/static/fonts 2019-07-03 08:09:32 +02:00
eslint-plugin-cockpit eslint: Add a rule to disallow using cockpit.all() 2019-01-15 08:25:11 +01:00
examples kubernetes: Remove deprecated spec.externalID 2019-03-13 09:10:36 +01:00
node_modules Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
pkg networkmanager: Show correct IPv6 route metric in dialog 2019-07-21 09:54:59 +02:00
po po: Update from Fedora Zanata 2019-07-17 10:18:28 +02:00
src build: Split out library without external dependencies 2019-07-13 09:46:47 +02:00
test tests: Introduce `test/run` script for Cockpit 2019-07-22 08:57:46 +02:00
tools tests: Introduce `test/run` script for Cockpit 2019-07-22 08:57:46 +02:00
.eslintignore Remove usage of Bower in favor of NPM 2017-06-09 10:38:46 +02:00
.eslintrc.json Move to latest eslint 2019-02-07 19:00:39 +01:00
.flowconfig kubernetes: Add Virtual machines side tab 2018-01-22 08:00:50 +01:00
.gitignore tests: Introduce `test/run` script for Cockpit 2019-07-22 08:57:46 +02:00
.tasks .tasks: Only run issue-scan directly if AMQP_SERVER is not set 2019-07-03 17:00:34 +02:00
.travis.yml tools: Start running pep8 against python tests 2018-11-27 08:43:47 +01:00
AUTHORS AUTHORS: Refer to git information 2019-03-06 16:41:45 +01:00
COPYING Initial commit 2013-11-01 13:42:29 -04:00
HACKING.md HACKING.md: Update instructions for Debian/Ubuntu 2019-07-11 11:20:19 +02:00
Makefile.am containers: don't use xz --extreme for unit-tests 2019-07-10 18:46:26 +02:00
README.md README: Fix project org in semaphore 2019-03-10 12:19:47 +01:00
Vagrantfile Drop cockpit-kubernetes 2019-06-25 07:30:39 +02:00
autogen.sh autogen.sh: give `npm install` a few tries 2019-07-08 21:18:09 +02:00
configure.ac common: Remove define from configure.ac 2019-05-24 17:17:10 +02:00
package.json package.json: Update patternfly-react package dependency 2019-07-16 10:34:02 +02:00
webpack.config.js subscriptions: Drop 2019-06-26 11:28:00 +02:00

README.md

semaphore ci build status

Cockpit

A sysadmin login session in a web browser

cockpit-project.org

Cockpit is an interactive server admin interface. It is easy to use and very lightweight. Cockpit interacts directly with the operating system from a real Linux session in a browser.

Using Cockpit

You can install Cockpit on many Linux operating systems including Debian, Fedora and RHEL.

Cockpit makes Linux discoverable, allowing sysadmins to easily perform tasks such as starting containers, storage administration, network configuration, inspecting logs and so on.

Jumping between the terminal and the web tool is no problem. A service started via Cockpit can be stopped via the terminal. Likewise, if an error occurs in the terminal, it can be seen in the Cockpit journal interface.

On the Cockpit dashboard, you can easily add other machines with Cockpit installed that are accessible via SSH.

Development