fix readme code nesting
This commit is contained in:
parent
bb7490771e
commit
06807885cf
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue