test.tt

running Rails applications

Debian Debian
RUN apt-get update && \ apt-get install -y ruby-railties
Ubuntu
RUN apt-get update && \ apt-get install -y gitlab
Alpine
RUN apk add ruby-railties
Arch Arch Linux
RUN pacman -S --noconfirm gitlab
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y dradis
Fedora
RUN dnf install -y rubygem-railties
Raspbian
RUN apt-get update && \ apt-get install -y gitlab
click the source code to copy install test.tt on any operating system with command-not-found.com