Skip to content

Instantly share code, notes, and snippets.

@napo
Created August 16, 2017 12:48
Show Gist options
  • Save napo/e16d78767f0b9ddb25b51052eb4d51e5 to your computer and use it in GitHub Desktop.
Save napo/e16d78767f0b9ddb25b51052eb4d51e5 to your computer and use it in GitHub Desktop.
destdir="$HOME/superset"
sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip libsasl2-dev libldap2-dev
virtualenv $destdir
cd $destdir
. bin/activate
pip install superset
fabmanager create-admin --app superset
superset db upgrade
superset load_examples
superset init
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment