Developer Documentation: Difference between revisions
Prabuanand (talk | contribs) (renamed headings and moved to make navigation better) |
Prabuanand (talk | contribs) (removed duplicates and moved links) |
||
Line 47: | Line 47: | ||
** [[APKBUILD Reference]] | ** [[APKBUILD Reference]] | ||
** [[APKBUILD examples]] | ** [[APKBUILD examples]] | ||
* [[Creating patches|Creating and submitting patches]] | * [[Creating patches|Creating and submitting patches]] | ||
Line 57: | Line 55: | ||
** [[Development using git:Cgit|Cgit Basics]] | ** [[Development using git:Cgit|Cgit Basics]] | ||
== Alpine | == Alpine configuration framework == | ||
{{Draft|Needs to be organized/consolidated.}} | {{Draft|Needs to be organized/consolidated.}} | ||
Line 88: | Line 86: | ||
* [https://git.alpinelinux.org/awall/about/ Alpine Wall User's Guide] ''(a firewall management framework)'' | * [https://git.alpinelinux.org/awall/about/ Alpine Wall User's Guide] ''(a firewall management framework)'' | ||
== | == Design documents == | ||
* [[Architecture]] | * [[Architecture]] | ||
* [[Apk spec]] | * [[Apk spec]] | ||
* [[Apkindex format]] | |||
* [[Alpine package format]] | |||
* [[Alpine Configuration Framework Design]] | |||
== Misc == | == Misc == | ||
Line 97: | Line 98: | ||
* [[Testing modified install images and packages]] | * [[Testing modified install images and packages]] | ||
* [[Custom Kernel]] | * [[Custom Kernel]] | ||
* [[Comparison with other distros]] | |||
== Package management == | == Package management == | ||
Line 103: | Line 105: | ||
* [[Alpine Linux package management|Package Management (apk)]] ''(How to add/remove packages on your Alpine)'' <!-- | * [[Alpine Linux package management|Package Management (apk)]] ''(How to add/remove packages on your Alpine)'' <!-- | ||
[[Alpine Linux package management#Local_Cache|How to enable APK caching]] --> <!-- includes [[Local APK cache]] --> | [[Alpine Linux package management#Local_Cache|How to enable APK caching]] --> <!-- includes [[Local APK cache]] --> | ||
* [[Alpine local backup|Alpine local backup (lbu)]] ''(Permanently store your modifications in case your Diskless box needs reboot)'' | |||
* [[Alpine local backup|Alpine local backup (lbu)]] ''(Permanently store your modifications in case your box needs reboot)'' | |||
== Init system == | == Init system == | ||
Line 117: | Line 111: | ||
* [[initramfs init]] | * [[initramfs init]] | ||
* [[Alpine Linux Init System|Init System (OpenRC)]] ''(Configure a service to automatically launch at next reboot)'' | * [[Alpine Linux Init System|Init System (OpenRC)]] ''(Configure a service to automatically launch at next reboot)'' | ||
* [[Writing Init Scripts]] | ** [[Writing Init Scripts]] | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 05:38, 18 February 2025

This page has pointers to various resources about Alpine Linux from a developer perspective. Set up the build environment and start contributing to Alpine Linux by either creating packages or by submitting patches.
Configuring your development system
- Setting up the build environment
- Upgrading to Edge
- Installing Alpine Linux in a chroot
- Install Alpine on LXC
- VMware, Qemu, or Amazon EC2
- Xen Dom0 (Setting up Alpine as a dom0 for Xen hypervisor)
Creating packages and patches
Development tools
Alpine configuration framework
![]() Needs to be organized/consolidated. |
- Alpine Configuration Framework Design (Why ACF is the way it is)
- Writing User Documentation for ACF
- mvc.lua reference - mvc.lua is the core of ACF
- mvc.lua example - build a simple (command-line) application
- acf www-controller reference - ACF www application functions
- acf www-controller example - webify the above examples
- ACF how to write - Step by step howto for writing acfs
- ACF core principles - Things that are standard across the application
- LuaPosix - Documentation for the Lua Posix functions
- ACF Libraries - Document the libraries and common functions
- Writing ACF Views - Guide for writing a view
- Writing ACF Controllers - Guide for writing a controller
- Writing ACF Models - Guide for writing a model
- ACF css
- ACF packages
- APKBUILD examples:ACF
- Apk.lua
- Changing passwords for ACF
- Generating SSL certs with ACF
- Generating SSL certs with ACF 1.9
- Getting started with ACF development
- Managing ACF
Alpine Wall
- Alpine Wall
- How-To Alpine Wall
- Alpine Wall User's Guide (a firewall management framework)
Design documents
Misc
- Alpine Release Testing Checklist
- Alpine Source Map by boot sequence
- Testing modified install images and packages
- Custom Kernel
- Comparison with other distros
Package management
- Package Management (apk) (How to add/remove packages on your Alpine)
- Alpine local backup (lbu) (Permanently store your modifications in case your Diskless box needs reboot)
Init system
- initramfs init
- Init System (OpenRC) (Configure a service to automatically launch at next reboot)