Skip to content
Snippets Groups Projects
Commit 2c92e4c7 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Fix post-installation code blocks

Markdown code blocks apparently need 4 spaces; 3 is not enough.
parent cd84f0d9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -66,15 +66,15 @@ make gitlab_repo=git@gitlab.com:example/gitlab-ce.git gitlab_shell_repo=git@gitl
You can start Redis & Postgresql by running the command below, and keeping it
running.
 
bundle exec foreman start
bundle exec foreman start
 
To seed the main GitLab database:
 
cd gitlab && bundle exec rake db:create dev:setup
cd gitlab && bundle exec rake db:create dev:setup
 
Finally, you can start the main GitLab rails application with:
 
bundle exec foreman start
bundle exec foreman start
 
END Post-installation
 
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