Skip to content

Tool for easily deploying applications or configuration packaged in APK packages via SSH

License

Notifications You must be signed in to change notification settings

jirutka/apk-deploy-tool

Repository files navigation

APK Deploy Tool

TODO

Requirements

  • POSIX-sh compatible shell with pipefail support (e.g. Busybox ash, ZSH, bash, …)

  • common Busybox or GNU tools (grep, sed, tar, …)

  • apk-tools

  • ssh-keygen from OpenSSH

  • doas or sudo

  • OpenRC init system (for restarting services)

Installation

Note
The project’s Makefile supports standard GNU variables such as DESTDIR, prefix, bindir

From git

git clone -b v0.5.3 https://github.com/jirutka/apk-deploy-tool.git
cd apk-deploy-tool
make install

From Tarball

wget https://github.com/jirutka/apk-deploy-tool/archive/v0.5.3/apk-deploy-tool-0.5.3.tar.gz
tar -xzf apk-deploy-tool-0.5.3.tar.gz
cd apk-deploy-tool-0.5.3
make install

License

This project is licensed under MIT License. For the full text of the license, see the LICENSE file.

About

Tool for easily deploying applications or configuration packaged in APK packages via SSH

Topics

Resources

License

Stars

Watchers

Forks