Skip to content
Snippets Groups Projects

Add .koding.yml for testing GitLab on Koding

1 unresolved thread

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
.koding.yml 0 → 100644
42 echo _KD_NOTIFY_@Installing RVM and Ruby...@
43 # install rvm
44 gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
45 curl -sSL https://get.rvm.io | bash -s stable --ruby=2.1.8
46 source $USER_HOME/.rvm/scripts/rvm
47
48 echo _KD_NOTIFY_@Installing bundler...@
49 # install bundler
50 gem install bundler
51
52 echo _KD_NOTIFY_@Cloning GitLab repository...@
53 # clone and run gitlab
54 git clone https://gitlab.com/gitlab-org/gitlab-development-kit.git
55
56 # force to use 0.0.0.0 for localhost
57 touch gitlab-development-kit/.vagrant_enabled
  • Thanks for the MR @gokmengoksel , I am curious to see this in action. :)

  • Added 1 commit:

  • You're welcome! You can actually try it right now, just create a new team on https://koding.com and use the stack template provided here while setting up your stack for your team. You'll need to provide your AWS keys and it will create a c3.xlarge instance on it with 30G of disk. It'll do the rest!

  • Jacob Vosmaer (GitLab) Status changed to merged

    Status changed to merged

  • mentioned in commit 63223f3e

  • Please register or sign in to reply
    Loading