0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

プログラミング理解しにくい用語[ビルド・デプロイ]

Posted at

今までEclipseからでしか、プログラムを実行したことなかったのであまりビルドデプロイの概念が理解できてなかったので軽くまとめます。

#ビルド(build)
コンパイル、依存関係の解決、静的解析、設定ファイルの解決、パッケージ化(WAR等)あたりの一連の作業をまとめてビルドという。
手作業でも行えるが、大体シェルやスクリプトで自動で行わせる。

  • ビルドを回す = シェルやスクリプトで自動で行わせること

  • 例. スマホアプリを開発者がストアにアップロード

#デプロイ(deploy)
ビルドでパッケージ化したものを配置展開すること

  • 例. 利用者がスマホアプリをダウンロード&インストール
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?