Skip to content
Snippets Groups Projects
Commit f29f54e7 authored by Artem Sidorenko's avatar Artem Sidorenko
Browse files

Doc: gem installation was missing

parent d99e2509
No related branches found
No related tags found
1 merge request!65Improvements/vagrant
Loading
Loading
@@ -247,9 +247,9 @@ Start Redis and PostgreSQL by running the command below in the root of the proje
 
bundle exec foreman start
 
Keep the above command running and seed the main GitLab database from a new terminal session:
Keep the above command running, install the required gems and seed the main GitLab database from a new terminal session:
 
cd gitlab && bundle exec rake db:create dev:setup
cd gitlab && bundle install && bundle exec rake db:create dev:setup
 
Finally, start the main GitLab rails application in the gitlab subdirectory of the project:
 
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