Skip to content

Commit 3298fef

Browse files
authored
feat(website): add one-line install flow (#1488)
* feat(website): add one-line install flow Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * chore(website): untrack generated install script Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * feat(installer): polish one-line install output Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * feat(installer): add preflight environment summary Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * feat(installer): simplify post-install next steps Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * feat(installer): auto-start the first local session Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): simplify terminal header Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * fix(installer): simplify first-run install UX Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * fix(installer): quiet first-run serve logs Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): enlarge terminal wordmark Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): align first-run logging Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): simplify final ready output Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): use unicode block wordmark Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): use literal block logo Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): show env in block logo Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): enlarge sr wordmark Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): refine block sr glyphs Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): drop logo env sidecar Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(installer): simplify vllm header Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> * style(cli): align serve banner with installer Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai> --------- Signed-off-by: xunzhuo <xunzhuo@vllm-semantic-router.ai>
1 parent 522ce8a commit 3298fef

File tree

14 files changed

+1560
-165
lines changed

14 files changed

+1560
-165
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ scripts/prd.txt
116116

117117
website/build
118118
.docusaurus
119+
website/static/install.sh
119120
spec/
120121
results/
121122
reports/

0 commit comments

Comments
 (0)