debmaker/ressources/metabase/README.MD

21 lines
355 B
Markdown

#### 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
```