File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -421,23 +421,23 @@ NOTE: set to something like "host all all 127.0.0.1/3
421
421
sudo -u git -H editor config/gitlab.yml
422
422
423
423
# Make sure GitLab can write to the log/ and tmp/ directories
424
- sudo chown -R git log/
425
- sudo chown -R git tmp/
426
- sudo chmod -R u+rwX log/
427
- sudo chmod -R u+rwX tmp/
424
+ chown -R git log/
425
+ chown -R git tmp/
426
+ chmod -R u+rwX log/
427
+ chmod -R u+rwX tmp/
428
428
429
429
# Create directory for satellites
430
430
sudo -u git -H mkdir /home/git/gitlab-satellites
431
431
432
432
# Create directories for sockets/pids and make sure GitLab can write to them
433
433
sudo -u git -H mkdir tmp/pids/
434
434
sudo -u git -H mkdir tmp/sockets/
435
- sudo chmod -R u+rwX tmp/pids/
436
- sudo chmod -R u+rwX tmp/sockets/
435
+ chmod -R u+rwX tmp/pids/
436
+ chmod -R u+rwX tmp/sockets/
437
437
438
438
# Create public/uploads directory otherwise backup will fail
439
439
sudo -u git -H mkdir public/uploads
440
- sudo chmod -R u+rwX public/uploads
440
+ chmod -R u+rwX public/uploads
441
441
442
442
# Copy the example Unicorn config
443
443
sudo -u git -H cp config/unicorn.rb.example config/unicorn.rb
You can’t perform that action at this time.
0 commit comments