Commit a76a34dd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix installatiion doc

parent f1dfc27c
...@@ -86,7 +86,7 @@ Create a user for GitLab: ...@@ -86,7 +86,7 @@ Create a user for GitLab:
sudo adduser --disabled-login --gecos 'GitLab' gitlab sudo adduser --disabled-login --gecos 'GitLab' gitlab
# Add it to the git group # Add it to the git group
sudo addmod -a -G git gitlab sudo usermod -a -G git gitlab
# Generate the SSH key # Generate the SSH key
sudo -u gitlab -H ssh-keygen -q -N '' -t rsa -f /home/gitlab/.ssh/id_rsa sudo -u gitlab -H ssh-keygen -q -N '' -t rsa -f /home/gitlab/.ssh/id_rsa
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment