Skip to content
Snippets Groups Projects
Commit 0f60caf8 authored by Job van der Voort's avatar Job van der Voort
Browse files

clean up the post-installation part of the readme

parent 2c92e4c7
No related branches found
No related tags found
1 merge request!15Readme improve
Loading
Loading
@@ -63,16 +63,15 @@ make gitlab_repo=git@gitlab.com:example/gitlab-ce.git gitlab_shell_repo=git@gitl
 
### Post-installation
 
You can start Redis & Postgresql by running the command below, and keeping it
running.
Start Redis and PostgreSQL by running the command below.
 
bundle exec foreman start
 
To seed the main GitLab database:
Seed the main GitLab database:
 
cd gitlab && bundle exec rake db:create dev:setup
 
Finally, you can start the main GitLab rails application with:
Finally, start the main GitLab rails application:
 
bundle exec foreman start
 
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