Skip to content
Snippets Groups Projects
Commit 06807885 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix readme code nesting

parent bb749077
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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:
 
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
 
bundle exec foreman start -p 3000
bundle exec foreman start -p 3000
 
3. Start it manually in development mode
 
bundle exec rails s
bundle exec rake sidekiq:start
bundle exec rails s
bundle exec rake sidekiq:start
 
### Running the tests
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment