- Download and boot from ISO (Alpine Linux Virt)
- login 'root'
- run
setup-alpine - answer questions
- enable 'testing' and 'community' repos in /etc/apk/repositories
- run
apk update - run
apk add docker - run
rc-update add docker boot# add docker service to system start-up - run
service docker start# manually start docker service - run
apk add docker-compose - run
wget https://raw.githubusercontent.com/allegro/ralph/ng/docker/docker-compose.yml - edit, if needed
- run
docker-compose run web-init# first ralph initialization - run
docker-compose up -d - open http://your-ip (default login/password: ralph/ralph)
Last active
January 17, 2024 19:22
-
-
Save SashaMkrt/2826ca12047ee330eea901ce5b4ab4d1 to your computer and use it in GitHub Desktop.
Installing allegro/ralph version 3 on Alpine Linux (docker environment) from scratch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment