2023-07-10 18:38:03 +02:00
2023-07-10 17:45:05 +02:00
2023-07-06 14:17:44 +02:00
2023-07-06 14:17:44 +02:00
2023-07-10 18:38:03 +02:00

Installing the Project

cd /opt  
sudo git clone https://gitlab.com/Snogard/kaido
chmod 777 /opt/kaido

Then in your .zshrc or .bashrc

alias kaido="/opt/kaido/kaido.sh

Configuration

/etc/kaido/update.conf

this file contains the definitions of what must be installed/configured/built when using the "kaido update" command

example file

install-youtubedl
configure-reverse-proxy-server
build-mongodb

regardless of the order in the file, the execution is in this order:

  1. build
  2. install
  3. configure

How To

gitlab-runner

first time:

kaido install gitlab-runner register "insert_token_here"

other times:

kaido install gitlab-runner
Description
No description provided
Readme 184 KiB
Languages
Shell 94.7%
Python 4.5%
Roff 0.8%