« Gitlab » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:Archlinux = [https://wiki.archlinux.org/index.php/GitLab#Installation Installation] = <kode lang='bash'> sudo pacman gitlab postgresql </kode> ») |
|||
Ligne 3 : | Ligne 3 : | ||
<kode lang='bash'> | <kode lang='bash'> | ||
sudo pacman gitlab postgresql | sudo pacman gitlab postgresql | ||
</kode> | |||
== [https://wiki.archlinux.org/index.php/GitLab#Secret_strings Secret string] == | |||
<kode lang='bash'> | |||
hexdump -v -n 64 -e '1/1 "%02x"' /dev/urandom > /etc/webapps/gitlab/secret | |||
hexdump -v -n 64 -e '1/1 "%02x"' /dev/urandom > /etc/webapps/gitlab-shell/secret | |||
</kode> | </kode> |
Version du 20 août 2020 à 22:14
Installation
sudo pacman gitlab postgresql |
Secret string
hexdump -v -n 64 -e '1/1 "%02x"' /dev/urandom > /etc/webapps/gitlab/secret hexdump -v -n 64 -e '1/1 "%02x"' /dev/urandom > /etc/webapps/gitlab-shell/secret |