Skip to content

Commit

Permalink
docs: update installation docs to include frontend asset build (#23199)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Mar 1, 2023
1 parent 473a69a commit ae8aa60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/installation/installing-superset-from-scratch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ 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 ae8aa60

Please sign in to comment.