Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2011-11-02 16:00:56
Size: 320
Editor: 211
Comment:
Revision 4 as of 2013-02-14 14:37:53
Size: 451
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
== PostgreSQL 설치 == == 각종 어플리케이션 설치 ==

[[
PostgreSQL]] 설치
Line 14: Line 16:

homebrew-science 설치

{{{
brew tap homebrew/science
brew install <formula>
}}}

MacOSX의 별도 패키징 시스템

http://mxcl.github.com/homebrew/

설치후에는 PATH 환경변수에 /usr/local/bin 을 /usr/bin 앞에 두어야 한다.

각종 어플리케이션 설치

PostgreSQL 설치

brew install postgresql
initdb /usr/local/var/postgres
pg_ctl -D /usr/local/var/postgres -l logfile start

homebrew-science 설치

brew tap homebrew/science 
brew install <formula>

Homebrew (last edited 2013-02-14 14:37:53 by 61)

web biohackers.net