mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-06-25 02:13:00 +02:00
updated readme
This commit is contained in:
parent
0434e920a2
commit
fc13d85636
45
readme.md
45
readme.md
@ -0,0 +1,45 @@
|
||||
# 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
|
||||
1. install
|
||||
2. configure
|
||||
|
||||
###
|
||||
|
||||
# How To
|
||||
|
||||
## gitlab-runner
|
||||
|
||||
first time:
|
||||
```
|
||||
kaido install gitlab-runner register "insert_token_here"
|
||||
```
|
||||
other times:
|
||||
```
|
||||
kaido install gitlab-runner
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user