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
d54d3324
Commit
d54d3324
authored
May 30, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
ac777911
bd7c3955
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
doc/install/installation.md
doc/install/installation.md
+1
-1
doc/update/6.6-to-6.7.md
doc/update/6.6-to-6.7.md
+1
-1
doc/update/6.7-to-6.8.md
doc/update/6.7-to-6.8.md
+1
-1
lib/support/init.d/gitlab
lib/support/init.d/gitlab
+1
-0
lib/tasks/gitlab/check.rake
lib/tasks/gitlab/check.rake
+1
-1
No files found.
doc/install/installation.md
View file @
d54d3324
...
@@ -181,7 +181,7 @@ You can change `6-9-stable` to `master` if you want the *bleeding edge* version,
...
@@ -181,7 +181,7 @@ You can change `6-9-stable` to `master` if you want the *bleeding edge* version,
# 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
sudo chmod u+rwx,g
+
rx,o-rwx /home/git/gitlab-satellites
sudo chmod u+rwx,g
=
rx,o-rwx /home/git/gitlab-satellites
# Make sure GitLab can write to the tmp/pids/ and tmp/sockets/ directories
# Make sure GitLab can write to the tmp/pids/ and tmp/sockets/ directories
sudo chmod -R u+rwX tmp/pids/
sudo chmod -R u+rwX tmp/pids/
...
...
doc/update/6.6-to-6.7.md
View file @
d54d3324
...
@@ -69,7 +69,7 @@ sudo -u git -H gzip /home/git/gitlab/log/*.log.1
...
@@ -69,7 +69,7 @@ sudo -u git -H gzip /home/git/gitlab/log/*.log.1
sudo
-u
git
-H
gzip
/home/git/gitlab-shell/gitlab-shell.log.1
sudo
-u
git
-H
gzip
/home/git/gitlab-shell/gitlab-shell.log.1
# Close access to gitlab-satellites for others
# Close access to gitlab-satellites for others
sudo chmod
u+rwx,g
+
rx,o-rwx /home/git/gitlab-satellites
sudo chmod
u+rwx,g
=
rx,o-rwx /home/git/gitlab-satellites
```
```
...
...
doc/update/6.7-to-6.8.md
View file @
d54d3324
...
@@ -65,7 +65,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
...
@@ -65,7 +65,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
sudo chmod
+x /etc/init.d/gitlab
# Close access to gitlab-satellites for others
# Close access to gitlab-satellites for others
sudo chmod
u+rwx,g
+
rx,o-rwx /home/git/gitlab-satellites
sudo chmod
u+rwx,g
=
rx,o-rwx /home/git/gitlab-satellites
```
```
### 5. Update config files
### 5. Update config files
...
...
lib/support/init.d/gitlab
View file @
d54d3324
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
# Default-Stop: 0 1 6
# Default-Stop: 0 1 6
# Short-Description: GitLab git repository management
# Short-Description: GitLab git repository management
# Description: GitLab git repository management
# Description: GitLab git repository management
# chkconfig: - 85 14
### END INIT INFO
### END INIT INFO
...
...
lib/tasks/gitlab/check.rake
View file @
d54d3324
...
@@ -458,7 +458,7 @@ namespace :gitlab do
...
@@ -458,7 +458,7 @@ namespace :gitlab do
else
else
puts
"no"
.
red
puts
"no"
.
red
try_fixing_it
(
try_fixing_it
(
"sudo chmod u+rwx,g
+
rx,o-rwx
#{
satellites_path
}
"
,
"sudo chmod u+rwx,g
=
rx,o-rwx
#{
satellites_path
}
"
,
)
)
for_more_information
(
for_more_information
(
see_installation_guide_section
"GitLab"
see_installation_guide_section
"GitLab"
...
...
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