Skip to content

NethServer Cockpit developer guide

This guide describes how Cockpit is used inside NethServer and how to develop a new NethServer Cockpit module.

Guidelines

References

Build

Create new module

If you haven't used Cockpit before, be sure to check out the Cockpit Guide, as it explains Cockpit foundamentals. Once you're familiar with that process, you may proceed with this guide.

To start the development of new NethServer Cockpit module:

  1. Read project API Guidelines
  2. Read project UI Guidelines
  3. Prepare the Environment
  4. Scaffold your application