Add clouseau
This commit is contained in:
parent
3cc1c674b2
commit
b3b102814b
12 changed files with 126 additions and 0 deletions
22
ressources/clouseau/README.MD
Normal file
22
ressources/clouseau/README.MD
Normal file
|
@ -0,0 +1,22 @@
|
|||
#### clouseau
|
||||
|
||||
##### Information
|
||||
Source : https://github.com/cloudant-labs/clouseau
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt update
|
||||
apt install -y --no-install-recommends curl apt-transport-https gnupg wget ca-certificates software-properties-common
|
||||
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
|
||||
apt-add-repository 'deb http://repos.azulsystems.com/debian stable main'
|
||||
apt-get update
|
||||
apt-get install -y clouseau
|
||||
|
||||
#edit /etc/clouseau/clouseau.ini
|
||||
|
||||
systemctl enable --now clouseau
|
||||
```
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue