본문 바로가기

Homebrew3

M1 mac mysql 설치하기 homebrew가 설치되어있다는 가정 하에 진행한다 설치가 되어있지 않다면 https://code-boki.tistory.com/116 = 8 MEDIUM Length >= 8, numeric, mixed case, and special characters STRONG Length >= 8, numeric, mixed case, special characters and dictionary file Please enter 0 = LOW, 1 = MEDIUM and 2 = STRONG: [ 선택 ] Please set the password for root here. New password: [ 비밀번호 ] Re-enter new password: [ 다시 입력 ] // 2 - root 패스워드 강도를 그대.. 2023. 6. 6.
Mac CLI package tool HomeBrew 설치하기 https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh 위에 사이트에 들어가보면 터미널에 붙여넣기 하세요 라고 나와있다 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 설치 이후에는 brew ... 의 명령어를 사용할 수 있게 된다 homebrew에 올라온 패키지, 의존성이 있다면 홈페이지에 직접 들어가서 .dmg(==.pkg, .exe)같은 실행파일들을 직접 다운받지 않아도 자동으로 설치가 되는 마법같은 명령어를 사용할 수 있게된다 2023. 6. 5.
Mac M1 homebrew로 postgreSQL 설치하기(+intelliJ, pgAdmin) 일단 homebrew가 설치되어 있다는 가정하에 포스팅을 한다 자기가 최신의 postgresql 버전을 설치하고 싶지 않고, 특정 버전의 postgresql을 설치하고 싶다면 아래의 명령어로 검색을 해보자 brew search postgresql - 특정 버전 설치 brew install postgresql@[버전] - 최신 버전 설치 brew install postgresql 난 최신버전을 설치하는 쪽으로 선택했다 다 설치가 끝나면 설치된 버전을 확인해보자 postgres -V or postgres --version 이제 터미널 & homebrew로 postgresql을 로컬에서 실행해보자 - 서비스 실행 brew services start postgresql 또는 brew services start .. 2023. 5. 19.