-
Download Alpine (Extended-Version): https://www.alpinelinux.org/downloads/
-
Mount ISO and boot up your maschine
-
Login to Live-OS with user:
root
andblank/no
password -
run command
setup-alpine
-
Follow install instructions (on hostname enter the FQDN, on sshd-daemon select openssh, on disk configuration select
sys
) -
Reboot system with command
reboot
-
Login with root / selected Password
-
Add default text-editor with
apk add nano
-
Allow access via SSH with password by entering
nano /etc/ssh/sshd_config
-
Find the Line
#PermitRootLogin prohibit-password
and replace it withPermitRootLogin yes
-
Restart sshd server with
service sshd restart
-
Install git & curl package with
apk add curl git
-
Clone Repo-Sources ``
-
Download Edge-WoL
curl https://git.send.nrw/sendnrw/edge-wol/releases/download/v1.0.0/wol-server-linux-amd 64.tar.gz --output wol-server-linux-amd64.tar.gz
-
Extract Edge-WoL
tar -xvzf wol-server-linux-amd64.tar.gz
-
Optional (at CGO_ENABLED=0) Install ELF-Interpreter
apk add gcompat
-
Run programm
4
Alpine Install
groot edited this page 2025-08-06 03:22:36 +00:00