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
Tatuya Kamada
gitlab-ce
Commits
38a692d2
Commit
38a692d2
authored
Jul 31, 2014
by
Rob Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos in Development - Rake Tasks doc
parent
833bc305
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/development/rake_tasks.md
doc/development/rake_tasks.md
+3
-3
No files found.
doc/development/rake_tasks.md
View file @
38a692d2
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## Setup db with developer seeds:
## Setup db with developer seeds:
Note that if your db user does not have advanced privileg
ies you must create db manually before run this command
Note that if your db user does not have advanced privileg
es you must create the db manually before running this command.
```
```
bundle exec rake setup
bundle exec rake setup
...
@@ -10,7 +10,7 @@ bundle exec rake setup
...
@@ -10,7 +10,7 @@ bundle exec rake setup
## Run tests
## Run tests
This runs all test suite
present in GitLab
This runs all test suite
s present in GitLab.
```
```
bundle exec rake test
bundle exec rake test
...
@@ -18,7 +18,7 @@ bundle exec rake test
...
@@ -18,7 +18,7 @@ bundle exec rake test
## Generate searchable docs for source code
## Generate searchable docs for source code
You can find results under
`doc/code`
directory
You can find results under
the
`doc/code`
directory.
```
```
bundle exec rake gitlab:generate_docs
bundle exec rake gitlab:generate_docs
...
...
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