debmaker/ressources/cloudbeaver/README.MD

20 lines
348 B
Plaintext
Raw Permalink Normal View History

2022-10-01 02:01:37 +02:00
#### cloudbeaver
##### Information
Site : https://cloudbeaver.io/
Source : https://github.com/dbeaver/cloudbeaver
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y cloudbeaver
systemctl enable --now cloudbeaver
#configuration with http://<ip>:8978
```