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

Favor the post-install message over the README

We were describing post-install development setup steps in the README
that were also in the post-install message. This commit removes the
instructions from the README in favor of the post-install message.
parent bca8c99f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -61,13 +61,6 @@ 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
```
 
### Database initialization for development
```
cd gitlab
bundle exec rake db:create gitlab:setup
```
## Development
 
When doing development, you will need one shell session (terminal window)
Loading
Loading
  • username-removed-5302 @jacobvosmaer

    mentioned in issue #12 (closed)

    ·

    mentioned in issue #12 (closed)

    Toggle commit list
  • I would like to see this message in the README as well. After running make the message is shown and you start foreman in current dir. Then redis and postgres start, but the post-install message gets lost in the lines. So either you scroll up (if you really saw there was a message), or search the documentation. I personally didn't notice the message, so I followed the wiki and run foreman twice, without the migrations/seeds so it failed. I had to look in the Makefile to see what was wrong.

    Just my 2 cents :)

  • Contributor

    @axil fair enough. Any thoughts on how to avoid the two documentation sources getting out of sync?

    Maybe we could print a section from the README with a smart sed command and some text markers.

  • Contributor

    Done in cd84f0d9.

  • @jacobvosmaer thanks a lot, and that's a clever implementation :)

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