From 3373fd40f0a1e7ebeb7caae95091f5319ce55299 Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 19 Dec 2025 14:23:08 +0400 Subject: [PATCH] install process --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52807bc..a549955 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,36 @@ # yamal +Yamal is a Ruby-on-Rails deployment tool, similar to Kamal but free from Docker(tm). ## install +### STEP 1 : login as root + ```bash +# login as root +apt install -y git curl +curl -s https://git.artcode.re/miaou/miaou-bash/raw/branch/main/install.sh | bash -s &>/dev/null +addgroup --system ssh +useradd -ms /bin/bash -G sudo,ssh yamal +passwd yamal # define your password, HERE! +cat > /etc/sudoers.d/yamal_as_admin <> $HOME/.bashrc <