Skip to content
Snippets Groups Projects

Add 'run' script and 'port' file

Merged username-removed-5302 requested to merge run-script into master

This should make it easer to have parallel GDK's on one system for things like GitLab EE development.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
102 100 # Listen on external interface if inside a vagrant vm
103 101 if [ -f .vagrant_enabled ] ; \
104 102 then \
105 printf ',s/localhost:3000/0.0.0.0:3000/g\nwq\n' | ed $@ ; \
103 printf ',s/localhost:/0.0.0.0:/g\nwq\n' | ed $@ ; \
  • Added 11 commits:

    • f89f07e8...a8ac36a8 - 10 commits from branch master
    • 7999b8b0 - Merge branch 'master' of gitlab.com:gitlab-org/gitlab-development-kit into run-script
  • mentioned in issue #40 (closed)

  • With this change it is really easy to switch between multiple GDK's on the same machine. All you need is cd and to make sure their ports don't conflict. The new port file makes that really easy.

  • Added 1 commit:

    • 49d35386 - All you need is "cd" and "run"
  • username-removed-5302 Status changed to merged

    Status changed to merged

  • mentioned in commit c7772b12

  • username-removed-5302 mentioned in merge request !94 (closed)

    mentioned in merge request !94 (closed)

  • username-removed-5302 mentioned in merge request !93 (closed)

    mentioned in merge request !93 (closed)

  • Please register or sign in to reply
    Loading