-
[ BI Tool ] Apache superset install (docker)Open Source 2021. 11. 30. 18:23
1. Docker 설치
$ yum install docker $ systemctl start docker
2. Docker Compose 설치
$ curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose $ chmod +x /usr/local/bin/docker-compose $ docker-compose --version docker-compose version 1.29.2, build 5becea4c
3. Superset 설치
https://superset.apache.org/docs/installation/installing-superset-using-docker-compose
$ git clone https://github.com/apache/superset.git $ cd superset $ docker-compose -f docker-compose-non-dev.yml up
로그인페이지 : http://ip:8088
'Open Source' 카테고리의 다른 글
[ Zabbix ] Nginx Monitoring (0) 2022.10.21 [ Prometheus ] Install jmx_exporter on Amazon Linux 2 (0) 2022.03.05 [ Prometheus ] Install node_exporter on Amazon Linux 2 (systemctl) (0) 2022.02.20 [ Prometheus ] Install Prometheus on Amazon Linux 2 (0) 2022.02.19 [ Zabbix 5.0 ] Template DB MSSQL by ODBC Monitoring (0) 2021.04.05 [ Zabbix 5.0 ] Elasticsearch Cluster Monitoring (0) 2021.03.26 [ grafana ] https 접속을 위한 보안인증서 적용 (0) 2020.10.08 [ Zabbix ] Zabbix server is not running : the infomation displayed may not be current Problem (0) 2020.06.15