クラウド上にITS + VCS + Build環境がほしくて下記を選定
CloudBeesのみでVCS + Build環境は実現できるのだが、ITSが付いてない。。
ので、ITS + VCSをBitbucketで実現し、CloudBeesでBuildする方法にした。
| [リンク](#section1) | |
| <a name="section1"></a> | |
| # アンカー |
| d-i mirror/http/proxy string http://proxy:port/ |
| knife solo prepare [email protected] |
| buildscript { | |
| repositories { | |
| mavenCentral() | |
| maven { url 'http://dl.bintray.com/robfletcher/gradle-plugins' } | |
| } | |
| dependencies { | |
| classpath 'org.gradle.plugins:gradle-compass:1.0.7' | |
| } | |
| } |
| ================================================================================ | |
| Error executing action `create` on resource 'template[/etc/init/mysql.conf]' | |
| ================================================================================ | |
| Chef::Exceptions::FileNotFound | |
| ------------------------------ | |
| Cookbook 'mysql' (4.0.18) does not contain a file at any of these locations: | |
| templates/ubuntu-13.10/init-mysql.conf.erb | |
| templates/ubuntu/init-mysql.conf.erb |
| knife solo cook vagrant@hostname |
| sudo $EDITOR /usr/share/ibus/component/mozc.xml |
| gem install gemrat # gemratのインストール | |
| gemrat cocoapods |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |