Developer Documentation: Difference between revisions
Dubiousjim (talk | contribs) m (→Package management: formatting) |
Dubiousjim (talk | contribs) m (Reverted edits by Dubiousjim (talk) to last revision by Fab) |
||
Line 6: | Line 6: | ||
[[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]] --> | ||
** [[Comparison with other distros]] | ** [[Comparison with other distros]] | ||
* [[ | * [[Upgrading to Edge]] | ||
* [[Alpine local backup|Alpine local backup (lbu)]] ''(Permanently store your modifications in case your box needs reboot)'' | * [[Alpine local backup|Alpine local backup (lbu)]] ''(Permanently store your modifications in case your box needs reboot)'' | ||
** [[Back Up a Flash Memory Installation]] | ** [[Back Up a Flash Memory Installation]] | ||
Line 13: | Line 13: | ||
* [[How to setup a Alpine Linux mirror]] | * [[How to setup a Alpine Linux mirror]] | ||
* [[How to use xdelta and download only differential update files]] | * [[How to use xdelta and download only differential update files]] | ||
* [[How to make a custom ISO image]] | * [[How to make a custom ISO image]] | ||
** [[Burning ISOs]] | ** [[Burning ISOs]] | ||
Line 26: | Line 24: | ||
== Development == | == Development == | ||
=== Configuring your system === | === Configuring your system === | ||
* [[ | * [[Upgrading to Edge]] <!-- Pkg and Dev and Installation --> | ||
* [[Setup your system and account for building packages]] <!-- included in [[Creating an Alpine package]] --> | |||
<!-- | |||
<!-- If you edit the following, please coordinate with Installation#Advanced. Note that these two sections are not exact duplicates. --> | <!-- If you edit the following, please coordinate with Installation#Advanced. Note that these two sections are not exact duplicates. --> | ||
Line 36: | Line 33: | ||
* [[Installing Alpine Linux in a chroot]] <!-- only Installation --> | * [[Installing Alpine Linux in a chroot]] <!-- only Installation --> | ||
* Install Alpine on [[Install Alpine on VirtualBox|VirtualBox]], [[Install Alpine on VMware|VMware]], [[Install Alpine on coLinux|coLinux]], or [[Qemu]] <!-- includes [[Install Alpine in Qemu]], [[Running Alpine in Qemu Live mode]], [[Running Alpine Linux As a QEMU networked Guest]] --> | |||
* Install Alpine on [[Install Alpine on VirtualBox|VirtualBox]], [[Install Alpine on VMware|VMware]], [[Install Alpine on coLinux|coLinux]], [[Qemu]] | |||
* [[Xen Dom0]] '' | * [[Xen Dom0]] ''Setting up Alpine as a dom0 for Xen hypervisor'' | ||
** [[Xen Dom0 on USB or SD]] | ** [[Xen Dom0 on USB or SD]] | ||
** [[Create Alpine Linux PV DomU]] | ** [[Create Alpine Linux PV DomU]] | ||
* [[Setting up a basic vserver]] <!-- only Installation --> | * [[Setting up a basic vserver]] <!-- only Installation --> | ||
* [[Setting up a compile vserver]] for official or for [[Setting up a compile vserver for third party packages|third party]] packages <!-- Dev and Installation --> | * [[Setting up a compile vserver]] for official or for [[Setting up a compile vserver for third party packages|third party]] packages <!-- Dev and Installation --> | ||
<!-- [[Create an Alpine 1.9 vserver template]] --> | <!-- [[Create an Alpine 1.9 vserver template]] --> | ||
=== Building from source and creating packages === | === Building from source and creating packages === | ||
* [[Aports tree]] <!-- <== APKBUILD --> | * [[Aports tree]] <!-- <== APKBUILD --> | ||
* [[Abuild | * [[Abuild]] | ||
* [[Abuild tree|Abuild tree - Helpful scripts for Packaging]] | |||
* [[Creating an Alpine package]] | * [[Creating an Alpine package]] | ||
<!-- includes [[Setup your system and account for building packages]] --> | <!-- includes [[Setup your system and account for building packages]] --> | ||
<!-- includes [[Newapkbuild]] | <!-- includes [[Newapkbuild]] | ||
To create the actual APKBUILD file | To create the actual APKBUILD file newapkbuild can serve you a template to start with. | ||
It will create a directory with the given package name, place an example/template APKBUILD | It will create a directory with the given package name, place an example/template APKBUILD | ||
file to the given directory, and fill some variables if those are provided. --> | file to the given directory, and fill some variables if those are provided. --> | ||
** [[Apkbuild-cpan]] | |||
** [[Apkbuild-pypi]] | |||
* [[Buildrepo]] | |||
* [[Abuild-keygen]] [[Creating keys for package signing]] | |||
* [[Abuild-sign]] | |||
* [[Abuild-tar]] | |||
* [[Abump]] [[Apkgrel]] | |||
* [[Alpine package format]] | |||
* [[Apkindex format]] | |||
* [[Package policies]] | * [[Package policies]] | ||
* [[APKBUILD Reference]] | * [[APKBUILD Reference]] | ||
* [[APKBUILD examples]] | * [[APKBUILD examples]] | ||
* [[Development using git]] <!-- includes [[Development using git:Configuration]] [[Development using git:Email]] --> | * [[Development using git]] <!-- includes [[Development using git:Configuration]] [[Development using git:Email]] --> | ||
Line 91: | Line 80: | ||
=== Misc === | === Misc === | ||
* [[Buildlab]] ''dummy'' | |||
* [[Alpine Package Testing Suite]] ''work in progress'' | * [[Alpine Package Testing Suite]] ''work in progress'' | ||
* [[Alpine Release Testing Checklist]] | * [[Alpine Release Testing Checklist]] | ||
Line 124: | Line 114: | ||
== Alpine-developed Utilities == | == Alpine-developed Utilities == | ||
* [[Alpine Wall]] | * [[Alpine Wall]] (proposed firewall management framework) | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 11:57, 22 October 2012
Package management
- Package Management (apk) (How to add/remove packages on your Alpine)
- Upgrading to Edge
- Alpine local backup (lbu) (Permanently store your modifications in case your box needs reboot)
- How to setup a Alpine Linux mirror
- How to use xdelta and download only differential update files
- How to make a custom ISO image
Init system
- Init System (OpenRC) (Configure a service to automatically boot at next reboot)
- Writing Init Scripts
Development
Configuring your system
- Install Alpine on VirtualBox, VMware, coLinux, or Qemu
- Xen Dom0 Setting up Alpine as a dom0 for Xen hypervisor
- Setting up a basic vserver
- Setting up a compile vserver for official or for third party packages
Building from source and creating packages
Misc
- Buildlab dummy
- Alpine Package Testing Suite work in progress
- Alpine Release Testing Checklist
- Running glibc programs
Alpine Configuration Framework
This material is work-in-progress ... 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-developed Utilities
- Alpine Wall (proposed firewall management framework)