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

Merge branch 'readme-improve' into 'master'

Readme improve

The post-installation part was not looking correctly and was written in spoken tone. This should fix it.

See merge request !15
parents 2c92e4c7 0f60caf8
No related branches found
No related tags found
No related merge requests found
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