debmaker/ressources/metabase/README.MD

21 lines
355 B
Plaintext
Raw Normal View History

2022-10-01 17:58:26 +02:00
#### metabase
##### Information
Site : https://www.metabase.com/
Source : https://github.com/metabase/metabase
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y metabase openjdk-17-jre
systemctl enable --now metabase
#configuration with http://<ip>:3000
```