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:
- Read project API Guidelines
- Read project UI Guidelines
- Prepare the Environment
- Scaffold your application