ajout de claper
This commit is contained in:
parent
c0eab91a7e
commit
d528292a08
9 changed files with 155 additions and 0 deletions
22
ressources/claper/README.MD
Normal file
22
ressources/claper/README.MD
Normal file
|
@ -0,0 +1,22 @@
|
|||
#### claper
|
||||
|
||||
##### Information
|
||||
Site : https://claper.co/
|
||||
|
||||
Doc : https://docs.claper.co/
|
||||
|
||||
Source : https://github.com/ClaperCo/Claper
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/erlang-rabbitmq.gpg] https://ppa1.rabbitmq.com/rabbitmq/rabbitmq-erlang/deb/debian bookworm main" > /etc/apt/sources.list.d/erlang.list
|
||||
wget -qO - "https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.E495BB49CC4BBE5B.key" | gpg --dearmor > /usr/share/keyrings/erlang-rabbitmq.gpg
|
||||
apt-get update
|
||||
apt-get install -y claper
|
||||
|
||||
systemctl enable --now claper
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue