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

Merge branch 'issue-db-create-instructions' into 'master'

Issue db create instructions

Use the dev:setup task does not create a database properly. Instructions now include the create:db task

See merge request !8
parents 92c98343 2ea4f5d2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -53,7 +53,7 @@ support-setup: Procfile redis postgresql .bundle
@echo "> 'bundle exec foreman start'"
@echo ""
@echo "Seed the main GitLab database"
@echo "> 'cd gitlab && bundle exec rake gitlab:setup'"
@echo "> 'cd gitlab && bundle exec rake db:create dev:setup'"
@echo ""
@echo "Finally, start the main GitLab rails application"
@echo "> '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