Skip to content
Snippets Groups Projects
Commit 2b4bebd9 authored by Ariejan de Vroom's avatar Ariejan de Vroom
Browse files

Doc: set permission on config.database.yml

parent b8ce5447
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -173,6 +173,9 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version,
# Create directory for satellites
sudo -u git -H mkdir /home/git/gitlab-satellites
 
# Make config/database.yml readable to git only
sudo -u git -H chmod o-rwx config/database.yml
# Create directories for sockets/pids and make sure GitLab can write to them
sudo -u git -H mkdir tmp/pids/
sudo -u git -H mkdir tmp/sockets/
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment