Warning
This is a mirror of https://gitlab.com/Louciole/ada, please use the original repo
❓️The favourite URL shortener of nobody but me.
🟢 Status : https://louciole.github.io/carbon-status/
🌍 Production : https://kip.yt
- Python > 3.8
- PostgreSQL
git clone [email protected]:Louciole/ada.git
or download it manually
https://gitlab.com/Louciole/ada/-/releases/v1
-
install postgresql
apt install postgresql postgresql-contrib -y
-
edit
ada.ini
with your parameters -
Install the dependencies
bash install.sh
-
(optional) create a service to bundle it
edit/misc/ada.service
with your path then :bash misc/createService.sh
sudo venv/bin/python ada.py
systemctl start ada
If you plan to commit something don't forget to IGNORE the *.ini file run
git update-index --assume-unchanged ada.ini
journalctl -u ada
systemctl status ada
systemctl restart ada