Skip to content
Snippets Groups Projects

Updated docs in 5-1-stable. Fixes #3757 and #3639.

Merged gitlab-qa-bot requested to merge github/fork/axilleas/5-1-stable into 5-1-stable
3 files
+ 21
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -158,11 +158,13 @@ do so with caution!
# Create directory for satellites
sudo -u git -H mkdir /home/git/gitlab-satellites
# Create directory for pids and make sure GitLab can write to it
# 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/
sudo chmod -R u+rwX tmp/pids/
sudo chmod -R u+rwX tmp/sockets/
# Copy the example Of Puma config
# Copy the example of Puma config
sudo -u git -H cp config/puma.rb.example config/puma.rb
**Important Note:**
Loading