Apache Superset Installation in Windows
Please follow the commands mentioned below to install Apache superset.
1. Ubuntu(Windows by Enabling Linux Subsystem For Windows)
Step 1: Download and install Ubuntu from Windows Store.
Step 2: Goto Turn Windows Features on or off (just by searching)
3. Select the Windows Subsystem for Linux and then press ok
Note:- After that make sure you have turned on Developer mode for windows some time you might face some issue.
After that open the ubuntu which you have installed and enter the username & password
After that enter the commands in ubuntu:-
1. sudo apt update
2. sudo apt install python3-pip
3. pip3 — version
4. pip3 install virtualenv
5. sudo apt-get install python3-venv
6 python3 -m venv supersetdata
7. . supersetdata/bin/activate
After that enter these commands
8. pip install — upgrade setuptools pip
9. pip install apache-superset
10. superset db upgrade
11. export FLASK_APP=superset
12. superset fab create-admin
( Username [admin]: admin
User first name [admin]: admin
User last name [user]: admin
Email [admin@fab.org]: xyz@gmail.com
Password:
Repeat for confirmation: )
13. superset load_examples
14. superset init
15. superset run -p 8088 — with-threads — reload — debugger
Enter the URL in your Browser:- http://127.0.0.1:8088/
After Sign in you will see Dashboards Explore the DashBoards