Add .koding.yml for testing GitLab on Koding
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
- .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 @gokmengoksel did you try
echo '0.0.0.0' > host
? That would be better than pretending we are in a vagrant environment when we are not.
Thanks for the MR @gokmengoksel , I am curious to see this in action. :)
Added 1 commit:
- 25ab84e6 - Set the host instead
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!
mentioned in commit 63223f3e
Thanks @gokmengoksel !
Please register or sign in to reply