Skip to content

jorwong/superset-tink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superset-tink

run docker-compose up -d --build

Once everything is up, run docker exec -itu root {contaienr id} /bin/bash

RUN THE FOLLOWING COMMANDS

Install superset

pip install apache-superset

Initialize the database

superset db upgrade

Create an admin user (you will be prompted to set a username, first and last name before setting a password)

export FLASK_APP=superset

flask fab create-admin

Load some data to play with

superset load_examples

Create default roles and permissions

superset init chmod 777 -R /usr/local/lib/python3.6/site-packages/superset/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages