Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
34c5e6de
Commit
34c5e6de
authored
Mar 30, 2014
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Install doc notes about creating certain folders
parent
5b4aba5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
9 deletions
+6
-9
doc/install/installation.md
doc/install/installation.md
+6
-9
No files found.
doc/install/installation.md
View file @
34c5e6de
...
@@ -197,20 +197,17 @@ You can change `6-6-stable` to `master` if you want the *bleeding edge* version,
...
@@ -197,20 +197,17 @@ You can change `6-6-stable` to `master` if you want the *bleeding edge* version,
# Make sure GitLab can write to the log/ and tmp/ directories
# Make sure GitLab can write to the log/ and tmp/ directories
sudo chown -R git log/
sudo chown -R git log/
sudo chown -R git tmp/
sudo chown -R git tmp/
sudo chmod -R u+rwX
log/
sudo chmod -R u+rwX log/
sudo chmod -R u+rwX
tmp/
sudo chmod -R u+rwX tmp/
# Create directory for satellites
# Create directory for satellites
sudo -u git -H mkdir /home/git/gitlab-satellites
sudo -u git -H mkdir /home/git/gitlab-satellites
# Create directories for sockets/pids and make sure GitLab can write to them
# Make sure GitLab can write to the tmp/pids/ and tmp/sockets/ directories
sudo -u git -H mkdir tmp/pids/
sudo chmod -R u+rwX tmp/pids/
sudo -u git -H mkdir tmp/sockets/
sudo chmod -R u+rwX tmp/sockets/
sudo chmod -R u+rwX tmp/pids/
sudo chmod -R u+rwX tmp/sockets/
# Create public/uploads directory otherwise backup will fail
# Make sure GitLab can write to the public/uploads/ directory
sudo -u git -H mkdir public/uploads
sudo chmod -R u+rwX public/uploads
sudo chmod -R u+rwX public/uploads
# Copy the example Unicorn config
# Copy the example Unicorn config
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment