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
06807885
Commit
06807885
authored
Mar 03, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix readme code nesting
parent
bb749077
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
06807885
...
@@ -57,20 +57,20 @@ You can either follow the "ordinary" Installation guide to install it on a machi
...
@@ -57,20 +57,20 @@ You can either follow the "ordinary" Installation guide to install it on a machi
1.
The Installation guide contains instructions to download an init script and run that on boot. With the init script you can also start GitLab with:
1.
The Installation guide contains instructions to download an init script and run that on boot. With the init script you can also start GitLab with:
sudo service gitlab start
sudo service gitlab start
or
or
sudo /etc/init.d/gitlab restart
sudo /etc/init.d/gitlab restart
2.
Start it with
[
Foreman
](
https://github.com/ddollar/foreman
)
in development model
2.
Start it with
[
Foreman
](
https://github.com/ddollar/foreman
)
in development model
bundle exec foreman start -p 3000
bundle exec foreman start -p 3000
3.
Start it manually in development mode
3.
Start it manually in development mode
bundle exec rails s
bundle exec rails s
bundle exec rake sidekiq:start
bundle exec rake sidekiq:start
### Running the tests
### Running the tests
...
...
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