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
8a20d242
Commit
8a20d242
authored
Oct 17, 2018
by
Alejandro Rodríguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci skip] Update Gitaly installation documentation
Now the rake task takes the path to the default storage directory.
parent
9bf59ceb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
doc/install/installation.md
doc/install/installation.md
+2
-2
doc/update/patch_versions.md
doc/update/patch_versions.md
+1
-1
No files found.
doc/install/installation.md
View file @
8a20d242
...
...
@@ -460,11 +460,11 @@ GitLab-Pages uses [GNU Make](https://www.gnu.org/software/make/). This step is o
### Install Gitaly
# Fetch Gitaly source with Git and compile with Go
sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly]" RAILS_ENV=production
sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly
,/home/git/repositories
]" RAILS_ENV=production
You can specify a different Git repository by providing it as an extra parameter:
sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,https://example.com/gitaly.git]" RAILS_ENV=production
sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,
/home/git/repositories,
https://example.com/gitaly.git]" RAILS_ENV=production
Next, make sure gitaly configured:
...
...
doc/update/patch_versions.md
View file @
8a20d242
...
...
@@ -83,7 +83,7 @@ sudo -u git -H bundle exec rake "gitlab:workhorse:install[/home/git/gitlab-workh
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
bundle
exec
rake
"gitlab:gitaly:install[/home/git/gitaly]"
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake
"gitlab:gitaly:install[/home/git/gitaly
,/home/git/repositories
]"
RAILS_ENV
=
production
```
### 6. Update gitlab-shell to the corresponding version
...
...
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