본문 바로가기
ZB 백엔드 스쿨/Setting

sdk로 gradle, docker, redis 설치

by son_i 2023. 10. 9.
728x90

윈도우에서 sdk man 설치 시 Please install zip on your system using your favourite package manager. 오류 (tistory.com)

 

윈도우에서 sdk man 설치 시 Please install zip on your system using your favourite package manager. 오류

sdkman은 Gradle, Java, Kotlin등의 버전 관리 툴이다. 단순 CLI 명령으로 JDK를 설치하고 변경하고 환경변수 변경을 처리해준다. 유닉스 기반 프로그램이라 윈도우의 경우 Git bash에서 명령어 타이핑 진행

soni-developer.tistory.com

 

sdkman, jdk 설치까진 위 포스팅에

 


gradle 설치

default로 설정 : use gradle 7.3.3


docker 설치

윈도우 docker 설치 후 실행 시 Docker Deskto - WSL kernel version too low 에러 (tistory.com)

 

윈도우 docker 설치 후 실행 시 Docker Deskto - WSL kernel version too low 에러

➡️원인 wsl의 버전이 낮아서 일어나는 문제 ➡️해결방법 windows powershell 에서 wsl --update입력 정상 실행 ! !

soni-developer.tistory.com

이미 이전 프로젝트 할 때 설치해놓음. 아래 링크에서 설치 진행

Install Docker Desktop on Windows | Docker Docs

 

Install Docker Desktop on Windows

Get started with Docker for Windows. This guide covers system requirements, where to download, and instructions on how to install and update.

docs.docker.com


redis 설치

redis는 내가 직접 다운 받아놨음.

윈도우에서 Redis 설치하기 (tistory.com)

 

윈도우에서 Redis 설치하기

https://redis.io/docs/getting-started/installation/install-redis-on-windows/ Install Redis on Windows Use Redis on Windows for development redis.io 처음 이 사이트에서 윈도우 옵션으로 들어와서 프롬포트에 설치하려고 했는데 잘

soni-developer.tistory.com