: Windows에서는 공식적으로 지원하지 않아 WSL2를 활용하여 설치를 진행하였다.
WSL2 설치는 다음 블로그를 참고하였다.
: https://velog.io/@jskim/Windows%EC%97%90%EC%84%9C-Linux-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-with-WSL2
Docker 홈페이지에 들어가 Docker를 설치 후 WSL과 연동이 필요하다.
1. 도커 설치 : https://www.docker.com/
2. Ubuntu와 연결하기 : Settings > Resources > WSL integration에 들어가 활성화 시킬 ubuntu를 선택하고 적용한다.
Superset 홈페이지에 나온 대로 동작을 수행한다. Windows에 맞춰서 수행해야한다.
: https://superset.apache.org/docs/installation/installing-superset-using-docker-compose/
git checkout 3.0.0
set TAG=3.0.0
docker compose -f docker-compose-non-dev.yml pull
docker compose -f docker-compose-non-dev.yml up
참고) compose-up을 하였지만, 정상적으로 올라오지 않는경우
sudo apt install npm
docker-compose down -f
후 docker-compose up
을 해본다.설치가 완료되면 다음과 같은 화면이 출력된다.