Skip to content
Snippets Groups Projects
Commit 8d3465ef authored by Jan-Willem van der Meer's avatar Jan-Willem van der Meer
Browse files

Give additional instructions after make run

Not sure if this is really the way to go. But it provides some nice guidance
parent ef82bfe1
No related branches found
No related tags found
1 merge request!1Improve makefile
Loading
Loading
@@ -43,6 +43,20 @@ gitlab-shell/.bundle:
# Set up supporting services
 
support-setup: Procfile redis postgresql .bundle
@echo ""
@echo "*********************************************"
@echo "************** Setup finished! **************"
@echo "*********************************************"
@echo "Post install instructions:"
@echo "start Redis & Postgresql by running he command below, and keep it running"
@echo "> 'bundle exec foreman start'"
@echo ""
@echo "Seed the main GitLab database"
@echo "> 'cd gitlab && bundle exec rake gitlab:setup'"
@echo ""
@echo "Finally, start the main GitLab rails application"
@echo "> 'bundle exec foreman start'"
@echo "***********************************"
 
Procfile:
sed "s|/home/git|${gitlab_development_root}|g" $@.example > $@
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