1# Licensed to the Apache Software Foundation (ASF) under one
2# or more contributor license agreements.  See the NOTICE file
3# distributed with this work for additional information
4# regarding copyright ownership.  The ASF licenses this file
5# to you under the Apache License, Version 2.0 (the
6# "License"); you may not use this file except in compliance
7# with the License.  You may obtain a copy of the License at
8#
9#      http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17#, fuzzy
18msgid ""
19msgstr ""
20"Project-Id-Version: Apache Traffic Server 6.2\n"
21"Report-Msgid-Bugs-To: \n"
22"POT-Creation-Date: 2016-06-30 14:07+0900\n"
23"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
24"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
25"Language-Team: LANGUAGE <LL@li.org>\n"
26"MIME-Version: 1.0\n"
27"Content-Type: text/plain; charset=utf-8\n"
28"Content-Transfer-Encoding: 8bit\n"
29"Generated-By: Babel 2.2.0\n"
30
31#: ../../../admin-guide/installation/index.en.rst:23
32msgid "Installing Traffic Server"
33msgstr ""
34
35#: ../../../admin-guide/installation/index.en.rst:31
36msgid "Supported Platforms"
37msgstr ""
38
39#: ../../../admin-guide/installation/index.en.rst:36
40msgid "Traffic Server Versioning"
41msgstr ""
42
43#: ../../../admin-guide/installation/index.en.rst:38
44msgid ""
45"Before you get started with Traffic Server you may have to decide which "
46"version you want to use. Traffic Server follows the `Semantic Versioning "
47"<http://semver.org>`_ guidelines."
48msgstr ""
49
50#: ../../../admin-guide/installation/index.en.rst:42
51msgid ""
52"A complete version number is made of a version-triplet: ``MAJOR.MINOR."
53"PATCH``."
54msgstr ""
55
56#: ../../../admin-guide/installation/index.en.rst:44
57msgid ""
58"As of v4.0.0, there are no longer any development (or unstable) releases. "
59"All releases are considered stable and ready for production use. Releases "
60"within a major version are always upgrade compatible. More details are "
61"available on the `New Release Processes <https://cwiki.apache.org/"
62"confluence/display/TS/Release+Process>`_ wiki page."
63msgstr ""
64
65#: ../../../admin-guide/installation/index.en.rst:51
66msgid ""
67"Sometimes we speak of *trunk*, *master* or *HEAD*, all of which are used "
68"interchangeably. Trunk and master, or sometimes TIP or HEAD, refer to the "
69"latest code in a Git version control system (also referred to as a "
70"*repository* or *Git repo*). Master is always kept releasable, and "
71"compatible with the current major release version. Incompatible changes are "
72"sometimes committed on a next-major release branch; for example, we have "
73"the ``5.0.x`` branch where changes incompatible with 4.x are managed."
74msgstr ""
75
76#: ../../../admin-guide/installation/index.en.rst:62
77msgid "Binary Distributions"
78msgstr ""
79
80#: ../../../admin-guide/installation/index.en.rst:67
81msgid "Building From Source"
82msgstr ""
83
84#: ../../../admin-guide/installation/index.en.rst:72
85msgid "Retrieving Tarballs"
86msgstr ""
87
88#: ../../../admin-guide/installation/index.en.rst:74
89msgid ""
90"Compressed archives of the source code for |TS| are available on the "
91"official website's `Downloads <https://trafficserver.apache.org/"
92"downloads>`_ page. From there you may select the version most appropriate "
93"for your needs. The |TS| project does not provide binary downloads."
94msgstr ""
95
96#: ../../../admin-guide/installation/index.en.rst:82
97msgid "Cloning from Version Control"
98msgstr ""
99
100#: ../../../admin-guide/installation/index.en.rst:84
101msgid ""
102"|TS| uses a `public Git repository <https://git-wip-us.apache.org/repos/asf/"
103"trafficserver.git>`_ for version control. This repository will also provide "
104"the most cutting edge source code if you wish to test out the latest "
105"features and bug fixes."
106msgstr ""
107
108#: ../../../admin-guide/installation/index.en.rst:90
109msgid ""
110"We do also have a `GitHub Mirror <https://github.com/apache/"
111"trafficserver>`_ that you may use to submit pull requests. However, it may "
112"not be entirely up-to-date, and you should always refer to our official "
113"project Git repository for the very latest state of the source code."
114msgstr ""
115
116#: ../../../admin-guide/installation/index.en.rst:98
117msgid "Build Dependencies"
118msgstr ""
119
120#: ../../../admin-guide/installation/index.en.rst:100
121msgid ""
122"In order to build Traffic Server from source you will need the following "
123"development tools and libraries installed:"
124msgstr ""
125
126#: ../../../admin-guide/installation/index.en.rst:103
127msgid "pkgconfig"
128msgstr "pkgconfig"
129
130#: ../../../admin-guide/installation/index.en.rst:104
131msgid "libtool"
132msgstr "libtool"
133
134#: ../../../admin-guide/installation/index.en.rst:105
135msgid "gcc (>= 4.3 or clang > 3.0)"
136msgstr "gcc (>= 4.3 or clang > 3.0)"
137
138#: ../../../admin-guide/installation/index.en.rst:106
139msgid "GNU make"
140msgstr ""
141
142#: ../../../admin-guide/installation/index.en.rst:107
143msgid "openssl"
144msgstr "openssl"
145
146#: ../../../admin-guide/installation/index.en.rst:109
147msgid "expat"
148msgstr "expat"
149
150#: ../../../admin-guide/installation/index.en.rst:110
151msgid "pcre"
152msgstr "pcre"
153
154#: ../../../admin-guide/installation/index.en.rst:111
155msgid "libcap"
156msgstr "libcap"
157
158#: ../../../admin-guide/installation/index.en.rst:112
159msgid "flex (for TPROXY)"
160msgstr "flex (for TPROXY)"
161
162#: ../../../admin-guide/installation/index.en.rst:113
163msgid "hwloc"
164msgstr "hwloc"
165
166#: ../../../admin-guide/installation/index.en.rst:114
167msgid "lua"
168msgstr "lua"
169
170#: ../../../admin-guide/installation/index.en.rst:115
171msgid "curses (for :program:`traffic_top`)"
172msgstr ""
173
174#: ../../../admin-guide/installation/index.en.rst:116
175msgid "curl (for :program:`traffic_top`)"
176msgstr ""
177
178#: ../../../admin-guide/installation/index.en.rst:118
179msgid "If you're building from a git clone, you'll also need:"
180msgstr ""
181
182#: ../../../admin-guide/installation/index.en.rst:120
183msgid "git"
184msgstr "git"
185
186#: ../../../admin-guide/installation/index.en.rst:121
187msgid "autoconf"
188msgstr "autoconf"
189
190#: ../../../admin-guide/installation/index.en.rst:122
191msgid "automake"
192msgstr "automake"
193
194#: ../../../admin-guide/installation/index.en.rst:127
195msgid "Layouts"
196msgstr ""
197
198#: ../../../admin-guide/installation/index.en.rst:132
199msgid "Preparing the Source Tree"
200msgstr ""
201
202#: ../../../admin-guide/installation/index.en.rst:134
203msgid ""
204"If you are building from a checkout of the Git repository, you will need to "
205"prepare the source tree by regenerating the configuration scripts. This is "
206"performed by running::"
207msgstr ""
208
209#: ../../../admin-guide/installation/index.en.rst:140
210msgid "At the base directory of your local clone."
211msgstr ""
212
213#: ../../../admin-guide/installation/index.en.rst:145
214msgid "Configuration Options"
215msgstr ""
216
217#: ../../../admin-guide/installation/index.en.rst:147
218msgid ""
219"|TS| uses the standard ``configure`` script method of configuring the "
220"source tree for building. A full list of available options may always be "
221"obtained by running the following in the base directory of your unpackaged "
222"archive or Git working copy::"
223msgstr ""
224
225#: ../../../admin-guide/installation/index.en.rst:154
226msgid ""
227"A ``configure`` script will be generated from ``configure.ac`` which may "
228"now be used to configure the source tree for your build. ::"
229msgstr ""
230
231#: ../../../admin-guide/installation/index.en.rst:159
232msgid ""
233"By default, Traffic Server will be built to use the ``nobody`` user and "
234"group. You may change this with the ``--with-user`` argument to "
235"``configure``::"
236msgstr ""
237
238#: ../../../admin-guide/installation/index.en.rst:164
239msgid ""
240"If dependencies are not in standard paths (``/usr/local`` or ``/usr``), you "
241"may need to pass options to ``configure`` to account for that::"
242msgstr ""
243
244#: ../../../admin-guide/installation/index.en.rst:169
245msgid ""
246"Most ``configure`` path-options accept a format of \"*INCLUDE_PATH*:"
247"*LIBRARY_PATH*\"::"
248msgstr ""
249
250#: ../../../admin-guide/installation/index.en.rst:173
251msgid ""
252"Once the source tree has been configured, you may proceed on to building "
253"with the generated Makefiles. The ``make check`` command may be used to "
254"perform sanity checks on the resulting build, prior to installation, and it "
255"is recommended that you use this. ::"
256msgstr ""
257
258#: ../../../admin-guide/installation/index.en.rst:181
259msgid ""
260"With the source built and checked, you may now install all of the binaries, "
261"header files, documentation, and other artifacts to their final locations "
262"on your system. ::"
263msgstr ""
264
265#: ../../../admin-guide/installation/index.en.rst:187
266msgid ""
267"Finally, it is recommended that you run the regression test suite. Please "
268"note that the regression tests will only be successful with the default "
269"layout. ::"
270msgstr ""
271
272#: ../../../admin-guide/installation/index.en.rst:196
273msgid "Adding SPDY Support"
274msgstr ""
275
276#: ../../../admin-guide/installation/index.en.rst:198
277msgid ""
278"Traffic Server v5.0.x and above are capable of supporting SPDY, but it is "
279"optional and must be explicitly configured during the build process. The "
280"support of SPDY is deprecated as of ATS v6.2.0, and will be removed in "
281"v7.0.0."
282msgstr ""
283
284#: ../../../admin-guide/installation/index.en.rst:207
285msgid "Generate fresh configure scripts. ::"
286msgstr ""
287
288#: ../../../admin-guide/installation/index.en.rst:211
289msgid ""
290"Run the generated configuration script, choosing an installation location "
291"for the overlay. ::"
292msgstr ""
293
294#: ../../../admin-guide/installation/index.en.rst:216
295msgid "Build and install the overlay. ::"
296msgstr ""
297
298#: ../../../admin-guide/installation/index.en.rst:220
299msgid ""
300"Set the ``PKG_CONFIG_PATH`` environment variable to the appropriate path in "
301"your newly-installed overlay directory. ::"
302msgstr ""
303
304#: ../../../admin-guide/installation/index.en.rst:225
305msgid ""
306"Finally, you may proceed with the regular building of |TS| from source, "
307"with the addition of a single new configuration option to enable SPDY "
308"support in the produced binaries. ::"
309msgstr ""
310
311#: ../../../admin-guide/installation/index.en.rst:234
312msgid "Start Traffic Server"
313msgstr "Traffic Server を起動する"
314
315#: ../../../admin-guide/installation/index.en.rst:236
316msgid ""
317"To start Traffic Server manually, issue the ``trafficserver`` command, "
318"passing in the subcommand ``start``. This command starts all the processes "
319"that work together to process Traffic Server requests as well as manage, "
320"control, and monitor the health of the Traffic Server system. ::"
321msgstr ""
322
323#: ../../../admin-guide/installation/index.en.rst:244
324msgid ""
325"The :program:`traffic_ctl` provides a quick way of viewing Traffic Server "
326"statistics and configuring the Traffic Server system via a command-line "
327"interface."
328msgstr ""
329
330#: ../../../admin-guide/installation/index.en.rst:247
331msgid ":program:`traffic_ctl` commands take the following form::"
332msgstr ""
333
334#: ../../../admin-guide/installation/index.en.rst:251
335msgid "For a list of :program:`traffic_ctl` commands, enter::"
336msgstr ""
337
338#: ../../../admin-guide/installation/index.en.rst:255
339msgid ""
340"Please note that :program:`traffic_ctl`, while a fine tool for "
341"administrators, is a poor choice for automation, especially that of "
342"monitoring. See our chapter on :ref:`monitoring <admin-monitoring>` for how "
343"to do that more efficiently and effectively."
344msgstr ""
345
346#: ../../../admin-guide/installation/index.en.rst:263
347msgid "Stop Traffic Server"
348msgstr "Traffic Server を停止する"
349
350#: ../../../admin-guide/installation/index.en.rst:265
351msgid ""
352"To stop Traffic Server, always use the :program:`trafficserver` command, "
353"passing in the attribute ``stop``. This command stops all the Traffic "
354"Server processes (:program:`traffic_manager`, :program:`traffic_server`, "
355"and :program:`traffic_cop`). Do not manually stop processes, as this can "
356"lead to unpredictable results. ::"
357msgstr ""
358