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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
45efba58
Commit
45efba58
authored
Oct 02, 2013
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use mkdir -p in 4.2-to-5.0.md update guide
parent
58b46cbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/update/4.2-to-5.0.md
doc/update/4.2-to-5.0.md
+2
-2
No files found.
doc/update/4.2-to-5.0.md
View file @
45efba58
...
...
@@ -85,7 +85,7 @@ sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
sudo
-u
git
-H
bundle
exec
rake gitlab:shell:setup
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake gitlab:shell:build_missing_projects
RAILS_ENV
=
production
sudo
-u
git
-H
mkdir
/home/git/gitlab-satellites
sudo
-u
git
-H
mkdir
-p
/home/git/gitlab-satellites
sudo
-u
git
-H
bundle
exec
rake gitlab:satellites:create
RAILS_ENV
=
production
# migrate wiki to git
...
...
@@ -101,7 +101,7 @@ sudo chown -R git /home/git/gitlab/log/
sudo chown
-R
git /home/git/gitlab/tmp/
sudo chmod
-R
u+rwX /home/git/gitlab/log/
sudo chmod
-R
u+rwX /home/git/gitlab/tmp/
sudo
-u
git
-H
mkdir
/home/git/gitlab/tmp/pids/
sudo
-u
git
-H
mkdir
-p
/home/git/gitlab/tmp/pids/
sudo chmod
-R
u+rwX /home/git/gitlab/tmp/pids
```
...
...
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