« Gitlab » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
(→Redis) |
||
Ligne 22 : | Ligne 22 : | ||
sudo gpasswd -a gitlab redis | sudo gpasswd -a gitlab redis | ||
</kode> | </kode> | ||
== [https://wiki.archlinux.org/index.php/GitLab#PostgreSQL_database PostgreSQL database] == |
Version du 20 août 2020 à 22:26
Installation
sudo pacman gitlab postgresql |
Secret string
hexdump -v -n 64 -e '1/1 "%02x"' /dev/urandom | sudo dd of=/etc/webapps/gitlab/secret hexdump -v -n 64 -e '1/1 "%02x"' /dev/urandom | sudo dd of=/etc/webapps/gitlab-shell/secret |
/etc/webapps/gitlab/secrets.yml |
production: secret_key_base: secret db_key_base: secret |
Redis
# Add user gitlab to group redis sudo gpasswd -a gitlab redis |