dataset/seed/gitea/DEBUG.md

11 lines
294 B
Markdown
Raw Normal View History

2022-03-08 19:42:28 +01:00
Créer un utilisateur
=====================
su - gitea -s /bin/bash -c "gitea admin user create --username gnunux --password Njw_csh7DeeZtWDxC6WVXDdB-9A --email gnunux@gnunux.info --admin -c /etc/gitea/app.ini"
2022-07-16 22:16:24 +02:00
DEBUG
=====
2022-03-08 19:42:28 +01:00
2022-07-16 22:16:24 +02:00
sed -i 's/info/debug/g' /etc/gitea/app.ini
systemctl restart gitea