1. mac port같은 좋은 툴 - HomeBrew

mac port 라는 apt-get같은 툴이 있으나, 더 좋은 툴이 있다. 

HomeBrew (http://mxcl.github.io/homebrew/) 를 설치하면 편하다.


1) 설치


ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"


2) jenkins 설치


jenkins설치(brew install jenkins)링크(http://gepreemacdev.wordpress.com/2012/07/15/step-14-install-jenkins/)에 있는대로 하면 됨





2. 간단한 도메인 툴 - pow

mac os의 hosts설정의 괜찮은 일을 쉽게 해결해준다.

http://pow.cx/


~/.pow 디렉토리에 myapp이라는 파일에 포트번호를 지정하면 된다. 사내 네트웍에서 서로 그 상대의 서버로 접근하여 쉽게 볼수 있도록 지원한다. 

http://pow.cx/manual.html





Posted by '김용환'
,