사용자 도구

사이트 도구


linux:hashicorp

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:hashicorp [2020/10/04 02:50]
kwon37xi
linux:hashicorp [2021/04/28 16:53]
kwon37xi
줄 1: 줄 1:
 ====== HashiCorp Linux Repository ====== ====== HashiCorp Linux Repository ======
   * https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository   * https://www.hashicorp.com/blog/announcing-the-hashicorp-linux-repository
-  * [[https://www.hashicorp.com/blog/announcing-hashicorp-homebrew-tap|Announcing HashiCorp’s Homebrew Tap]] 
   * https://releases.hashicorp.com 에 있는 바이너리를 리눅스 리포지토리로 배포   * https://releases.hashicorp.com 에 있는 바이너리를 리눅스 리포지토리로 배포
  
줄 9: 줄 8:
 sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
 </code> </code>
 +  * [[https://www.ubuntupit.com/how-to-install-and-configure-terraform-in-linux-distributions/|How to Install and Configure Terraform in Linux Distributions]]
  
 +
 +===== Homebrew tap =====
 +  * [[https://www.hashicorp.com/blog/announcing-hashicorp-homebrew-tap|Announcing HashiCorp’s Homebrew Tap]]
 +  * [[devops:vagrant|Vagrant]] 제외하고 [[:homebrew|HomeBrew]] 로 설치가능.
 +<code sh>
 +brew install hashicorp/tap/{vault|consul|nomad|terraform|packer}
 +
 +# upgrade
 +brew upgrade hashicorp/tap/<product name>
 +
 +</code>
linux/hashicorp.txt · 마지막으로 수정됨: 2023/12/16 15:37 저자 kwon37xi