memrootじしょ
英和翻訳
development server
web accelerator
Community Development
Diffuse reflection
Data Dictionary
Numerical simulation
scalp micropigmentation
data normalization
user flow
JSONPath
development server
[dɪˈvɛləpmənt ˈsɜːrvər]
ディベロップメント サーバー
1.
ソフトウェア開発で使用される、プログラムの構築、テスト、デバッグを行うためのサーバー環境。
ソフトウェアエンジニアや開発者が、新しいコードや機能を記述し、テストし、デバッグを行うためのコンピュータサーバー環境を指します。これは、アプリケーションが本番環境(実際にユーザーが使用する環境)にデプロイされる前に、その動作を確認し、潜在的なバグを特定するために使用されます。
We
need
to
deploy
the
latest
changes
to
the
development
server
first.
(まず、最新の変更を開発サーバーにデプロイする必要があります。)
We
「私たち」を指します。
need to deploy
「〜をデプロイする必要がある」という意味です。
the latest changes
「最新の変更」を指します。
to the
「〜へ」という方向を示します。
development server
「開発サーバー」を指します。
first
「最初に」「まず」という意味です。
The
development
server
is
currently
down
for
maintenance.
(開発サーバーは現在、メンテナンスのため停止しています。)
The
特定のものを指す定冠詞です。
development server
「開発サーバー」を指します。
is currently
「現在〜である」という意味です。
down
「停止している」「動いていない」状態を表します。
for maintenance
「メンテナンスのために」という意味です。
Please
test
your
new
feature
on
the
development
server
before
submitting
a
pull
request.
(プルリクエストを送信する前に、開発サーバーで新しい機能をテストしてください。)
Please test
「〜をテストしてください」という丁寧な依頼です。
your new feature
「あなたの新しい機能」を指します。
on the
「〜の上で」という場所を示します。
development server
「開発サーバー」を指します。
before submitting
「〜を提出する前に」という時を表します。
a pull request
「プルリクエスト」を指し、コード変更をプロジェクトに統合するための要求です。
関連
production server
staging server
test server
local server
web server
database server
application server
deployment environment