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

Extract the post-install message from README.md

parent edf631a4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -55,16 +55,8 @@ support-setup: Procfile redis postgresql .bundle
@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 db:create dev:setup'"
@echo ""
@echo "Finally, start the main GitLab rails application"
@echo "> 'bundle exec foreman start'"
@echo "***********************************"
sed -n '/^### Post-installation/,/^END Post-installation/p' README.md
@echo "*********************************************"
 
Procfile:
sed -e "s|/home/git|${gitlab_development_root}|g"\
Loading
Loading
Loading
Loading
@@ -61,6 +61,23 @@ Alternatively, you can clone straight from your forked repositories or GitLab EE
make gitlab_repo=git@gitlab.com:example/gitlab-ce.git gitlab_shell_repo=git@gitlab.com:example/gitlab-shell.git
```
 
### Post-installation
You can start Redis & Postgresql by running the command below, and keeping it
running.
bundle exec foreman start
To seed the main GitLab database:
cd gitlab && bundle exec rake db:create dev:setup
Finally, you can start the main GitLab rails application with:
bundle exec foreman start
END Post-installation
## Development
 
When doing development, you will need one shell session (terminal window)
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