목록homebrew (3)
준호씨의 블로그
$ brew cask install visual-studio-code
homebrew 를 설치 하면 각종 유용한 패키지를 손쉽게 설치 할 수 있다. homebrew 설치 하기 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" homebrew 로 wget 설치 하기 $ brew install wget 다른 설치 예apache httpd 설치 하기anaconda 설치 하기php 설치 하기RStudio 설치 하기jenkins 설치 하기dotnet sdk 설치 하기 cleanupcleanup 하기 참고 https://brew.sh/index_ko.html
설치 brew tap homebrew/apache brew install httpd24 or brew install homebrew/apache/httpd24 httpd22 도 있다. apache 2.2 잘 접속 된다. 기본포트는 8080이다. 정보 brew info httpd24 삭제 brew remove httpd22 설정파일이 있는 위치로 이동 $(brew --prefix)/etc/apache2/2.4 재시작 brew services restart httpd24 이상하게 tmux 내부에서는 실행이 안됨. 왜일까... 시작 brew services start httpd24 정지 brew services stop httpd24 로그 /usr/local/var/log/apache2 references h..