-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.html
336 lines (328 loc) · 15.1 KB
/
configuration.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE HTML>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Tachikoma.io configuration" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://tachikoma.io/images/activate-age.gif" />
<title>Configuration - Tachikoma.io</title>
<link rel="canonical" href="http://tachikoma.io/configuration.html">
<link href="http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-normal.css" />
<link rel="stylesheet" href="css/prism.css" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/i18next-1.7.4.min.js"></script>
<script src="js/init.js"></script>
<script src="js/prism.js"></script>
<script src="js/prism-yaml.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body>
<main class="content-doc">
<span class="select-language">lang: <a href="?setLng=en-US">en</a> | <a href="?setLng=ja-JP">ja</a></span>
<section id="configure" class="main">
<header>
<div class="container">
<h2 data-i18n="Tachikomaio configuration optional">Tachikoma.io configuration (optional)</h2>
</div>
</header>
<div class="content dark style1 featured">
<div class="container">
<div class="row">
<div class="6u">
<p>
<span data-i18n="By default Tachikomaio uses">By default, Tachikoma.io uses</span>
<a href="https://github.com/sanemat/tachikoma#setting-example" data-i18n="none strategy">`none` strategy</a>
<span data-i18n="without any additional setup">without any additional setup.</span>
</p>
<p>
<span data-i18n="Custom configuration is entirely optional">Custom configuration is entirely optional. If you want to set this, you write</span>
<em class="code">.tachikoma.yml</em>
<span data-i18n="file">and git commit and push to your repository.</span>
</p>
<p>
<span data-i18n="Tachikomaio uses">Tachikoma.io uses</span>
<a href="http://rubygems.org/gems/tachikoma">Tachikoma v4.2.6</a>
<span data-i18n="gem to handle the pull request">gem to handle the pull request.
Thus, some of the Tachikoma configuration are supported in Tachikoma.io as well.</span>
</p>
</div>
<div class="6u">
<pre>
<code class="language-yaml"># .tachikoma.yml
strategy: 'none'</code>
</pre>
<p>
<span data-i18n="Tachikomaio will look for">Tachikoma.io will look for</span>
<em class="code">.tachikoma.yml</em>
<span data-i18n="file in the root of the repo">
file in the root of the repo, and apply the custom configuration on top of the
default configuration.
</span>
</p>
<footer>
<a href="https://blue.tachikoma.io/auth/github" class="button"><i class="fa fa-github solo"></i> <span data-i18n="Sign in with GitHub">Sign in with GitHub</span></a>
</footer>
</div>
</div>
</div>
</div>
</section>
<section id="strategies" class="main">
<header>
<div class="container">
<h2 data-i18n="Support strategies">Support strategies</h2>
</div>
</header>
<div class="content dark style2 featured">
<div class="container">
<ul>
<li data-i18n="Bundler (Ruby)">Bundler (Ruby)</li>
<li data-i18n="David (Node.js)">David (Node.js)</li>
<li data-i18n="Carton (Perl)">Carton (Perl)</li>
<li data-i18n="None-strategy">None-strategy (Default, Only Interval Pull Request)</li>
</ul>
</div>
</div>
</section>
<section id="set-strategy" class="main">
<header>
<div class="container">
<h2 data-i18n="Set strategy">Set strategy</h2>
</div>
</header>
<div class="content dark style2 featured">
<div class="container">
<div class="row">
<div class="6u">
<h3 data-i18n="Rubygems">Rubygems</h3>
<p>
<span data-i18n="If you want to run Tachikomaio against Rubygems library">If you want to run Tachikoma.io against Rubygems library</span>
(e.g.
<a href="https://github.com/sanemat/tachikoma">Tachikoma</a>
),
<span data-i18n="you should set">you should set</span>
<em>strategy: 'none'</em>
: (
<a href="/example/none/.tachikoma.yml">example</a>
)
</p>
<pre>
<code class="language-yaml"># .tachikoma.yml
strategy: 'none'</code>
</pre>
<pre>
<code class="language-bash"># Download setting about strategy for none
$ curl -O http://tachikoma.io/example/none/.tachikoma.yml</code>
</pre>
<p>
<span data-i18n="Why I set not bundler but none">
Column: Why I set not `strategy: bundler` but `strategy: none` ?
This is how to treat `Gemfile.lock`.
You can see precise entry below.</span>
<ul>
<li><a href="http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/">Clarifying the Roles of the .gemspec and Gemfile « Katz Got Your Tongue?</a></li>
<li><a href="http://sanemat.github.io/archives/langturn.com-translations-33/">gemspecとGemfileの役割をはっきりさせておく</a></li>
</ul>
</p>
</div>
<div class="6u">
<h3 data-i18n="Rails application and any other app with Bundler">Rails application (and any other app with Bundler)</h3>
<p>
<span data-i18n="If you want to run Tachikomaio against Rails application">If you want to run Tachikoma.io against Rails application</span>
(e.g.
<a href="https://github.com/sanemat/bot-motoko-tachikoma">bot-motoko-tachikoma</a>
),
<span data-i18n="you should set">you should set</span>
<em>strategy: 'bundler'</em>
: (
<a href="/example/bundler/.tachikoma.yml">example</a>
)
</p>
<pre>
<code class="language-yaml"># .tachikoma.yml
strategy: 'bundler'</code>
</pre>
<pre>
<code class="language-bash"># Download setting about strategy for bundler
$ curl -O http://tachikoma.io/example/bundler/.tachikoma.yml</code>
</pre>
</div>
</div>
<div class="row">
<div class="6u">
<h3 data-i18n="NPM Module">NPM Module</h3>
<p>
<span data-i18n="If you want to run Tachikomaio against NPM Module">If you want to run Tachikoma.io against NPM Module</span>
(e.g.
<a href="https://github.com/sanemat/generator-hubot-script-gulp">generator-hubot-script-gulp</a>
),
<span data-i18n="you should set">you should set</span>
<em>strategy: 'david'</em>
: (
<a href="/example/david/.tachikoma.yml">example</a>
)
</p>
<pre>
<code class="language-yaml"># .tachikoma.yml
strategy: 'david'</code>
</pre>
<pre>
<code class="language-bash"># Download setting about strategy for david
$ curl -O http://tachikoma.io/example/david/.tachikoma.yml</code>
</pre>
<p>
<ul>
<li><a href="https://david-dm.org/">David, a dependency management tool for Node.js projects</a></li>
</ul>
</p>
</div>
<div class="6u">
<h3>Node.js application</h3>
<p>
<span data-i18n="If you want to run Tachikomaio against Nodejs application with NPM">If you want to run Tachikoma.io against Node.js application with NPM</span>
(e.g.
<a href="https://github.com/sanemat/do-not-merge-wip-for-github">Do Not Merge WIP for GitHub</a>
),
<span data-i18n="you should set">you should set</span>
<em>strategy: 'david'</em>
: (
<a href="/example/david/.tachikoma.yml">example</a>
)
</p>
<pre>
<code class="language-yaml"># .tachikoma.yml
strategy: 'david'</code>
</pre>
<pre>
<code class="language-bash"># Download setting about strategy for david
$ curl -O http://tachikoma.io/example/david/.tachikoma.yml</code>
</pre>
<p>
<ul>
<li><a href="https://david-dm.org/">David, a dependency management tool for Node.js projects</a></li>
</ul>
</p>
</div>
</div>
<div class="row">
<div class="6u">
<h3 data-i18n="Perl library">Perl library</h3>
<p>
<span data-i18n="If you want to run Tachikomaio against Perl library with Carton">If you want to run Tachikoma.io against Perl library with Carton</span>
,
<span data-i18n="you should set">you should set</span>
<em>strategy: 'none'</em>
: (
<a href="/example/none/.tachikoma.yml">example</a>
)
</p>
<pre>
<code class="language-yaml"># .tachikoma.yml
strategy: 'none'</code>
</pre>
<pre>
<code class="language-bash"># Download setting about strategy for none
$ curl -O http://tachikoma.io/example/none/.tachikoma.yml</code>
</pre>
</div>
<div class="6u">
<h3>Perl application</h3>
<p>
<span data-i18n="If you want to run Tachikomaio against Perl application with Carton">If you want to run Tachikoma.io against Perl application with Carton</span>
,
<span data-i18n="you should set">you should set</span>
<em>strategy: 'carton'</em>
: (
<a href="/example/carton/.tachikoma.yml">example</a>
)
</p>
<pre>
<code class="language-yaml"># .tachikoma.yml
strategy: 'carton'</code>
</pre>
<pre>
<code class="language-bash"># Download setting about strategy for carton
$ curl -O http://tachikoma.io/example/carton/.tachikoma.yml</code>
</pre>
</div>
</div>
</div>
</div>
</section>
<section id="authentication" class="main">
<header>
<div class="container">
<h2 data-i18n="GitHub Authentication">GitHub Authentication</h2>
</div>
</header>
<div class="content dark style2 featured">
<div class="container">
<div class="additional-permission">
<span data-i18n="if you give additional permission">If you give additional permission</span>
<a href="https://blue.tachikoma.io/auth/github_on_public"><i class="fa fa-github"></i> write for public repos</a>
,
<span data-i18n="you can use shared type pull request">
<span data-i18n="you can use shared type pull request">you can use shared type pull request.</span>
</span>
</div>
</div>
</div>
</section>
<section id="pricing" class="main">
<header>
<div class="container">
<h2 data-i18n="Pricing">Pricing</h2>
</div>
</header>
<div class="content dark style3 featured">
<div class="container">
<p data-i18n="It is free for public repositories">
It is free for public repositories,
however,
requires monthly subscription for private repositories.
</p>
<ul>
<li data-i18n="For public FREE">For public FREE</li>
<li><a href="https://gumroad.com/l/JwtkV/init"><i class="fa fa-credit-card solo"></i> <span data-i18n="For private individual">For private individual $9/mo</span> <del>$19</del></a></li>
<li><a href="https://gumroad.com/l/oDPx"><i class="fa fa-credit-card solo"></i> <span data-i18n="For private organization">For private organization $49/mo</span></a></li>
<li data-i18n="For enterprise">For enterprise, please email: sanemat {AT} tachikoma.io</li>
</ul>
<footer>
<a href="https://blue.tachikoma.io/auth/github" class="button"><i class="fa fa-github solo"></i> <span data-i18n="Sign in with GitHub">Sign in with GitHub</span></a>
</footer>
</div>
</div>
</section>
</main>
<section id="footer">
<ul class="icons">
<li><a href="https://twitter.com/tachikomaio/" class="fa fa-twitter solo"><span>Twitter</span></a></li>
<li><a href="https://github.com/sanemat/" class="fa fa-github solo"><span>GitHub</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>Founder: sanemat (sanemat_AT_tachikoma.io)</li>
<li>Design: HTML5 UP (http://html5up.net/)</li>
</ul>
</div>
<iframe src="http://expando.github.io/add/?u=http%3A%2F%2Ftachikoma.io%2Fconfiguration.html&t=Tachikoma.io%20configuration" frameborder=0 frametransparency=1 scrolling=no height=30 width=300>
</iframe>
</section>
<script type="text/javascript">
window.analytics=window.analytics||[],window.analytics.methods=["identify","group","track","page","pageview","alias","ready","on","once","off","trackLink","trackForm","trackClick","trackSubmit"],window.analytics.factory=function(t){return function(){var a=Array.prototype.slice.call(arguments);return a.unshift(t),window.analytics.push(a),window.analytics}};for(var i=0;i<window.analytics.methods.length;i++){var key=window.analytics.methods[i];window.analytics[key]=window.analytics.factory(key)}window.analytics.load=function(t){if(!document.getElementById("analytics-js")){var a=document.createElement("script");a.type="text/javascript",a.id="analytics-js",a.async=!0,a.src=("https:"===document.location.protocol?"https://":"http://")+"cdn.segment.io/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n)}},window.analytics.SNIPPET_VERSION="2.0.9",
window.analytics.load("gk865aa037");
window.analytics.page();
</script>
</body>
</html>