So you just want to see what superset can do, run the following, and you will be up and running
superset db upgrade
export FLASK_APP=superset superset fab create-admin
superset load_examples
superset init
Now to start the server
superset run -p 8088 --with-threads --reload --debugger
If you have more than one network card you can bind the server to one of the addresses.
superset run -h IP-Address -p 8088 –with-threads –reload –debugger
[…] now you have a decision to make. Continue with the Non Production instructions if you just want a play with Superset to see what it can do or move production to get this ready to […]
LikeLike