Skip to content

Commit ae8aa60

Browse files
authored
docs: update installation docs to include frontend asset build (#23199)
1 parent 473a69a commit ae8aa60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/docs/installation/installing-superset-from-scratch.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ superset load_examples
138138
# Create default roles and permissions
139139
superset init
140140
141+
# Build javascript assets
142+
cd superset-frontend
143+
npm ci
144+
npm run build
145+
cd ..
146+
141147
# To start a development web server on port 8088, use -p to bind to another port
142148
superset run -p 8088 --with-threads --reload --debugger
143149
```

0 commit comments

Comments
 (0)