debmaker/ressources/babybuddy/README.MD

22 lines
347 B
Plaintext
Raw Normal View History

2023-05-01 00:17:30 +02:00
#### babybuddy
##### Information
Site : https://docs.baby-buddy.net/
Source : https://github.com/babybuddy/babybuddy
##### Install
```bash
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt-get install -y babybuddy
#Edit /etc/babybuddy/production.py
systemctl enable --now babybuddy
```