Skip to content

Commit

Permalink
docs: Update installing-superset-from-scratch.mdx (#26468)
Browse files Browse the repository at this point in the history
  • Loading branch information
nytai authored Jan 12, 2024
1 parent e36c014 commit c186ea3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/docs/installation/installing-superset-from-scratch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,6 @@ superset load_examples
# Create default roles and permissions
superset init
# Build javascript assets
cd superset-frontend
npm ci
npm run build
cd ..
# To start a development web server on port 8088, use -p to bind to another port
superset run -p 8088 --with-threads --reload --debugger
```
Expand Down

0 comments on commit c186ea3

Please sign in to comment.