debmaker/ressources/claper/README.MD

23 lines
689 B
Plaintext
Raw Normal View History

2024-11-05 15:42:31 +01:00
#### 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
```