File tree Expand file tree Collapse file tree 7 files changed +19
-12
lines changed
Expand file tree Collapse file tree 7 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 362362< div class ="md-content " data-md-component ="content ">
363363< article class ="md-content__inner md-typeset ">
364364< h1 id ="getting-started "> 🚀 Getting Started</ h1 >
365+ < video controls ="" width ="100% ">
366+ < source src ="/superstack/assets/getting-started.mp4 " type ="video/mp4 "/>
367+ Your browser does not support the video tag.
368+ Music: https://www.bensound.com
369+ License code: UZG5X7IWWLQOQEU1
370+ Artist: : Lunar Years
371+ </ video >
365372< p > SuperStack uses Docker, so make sure < a href ="https://docs.docker.com/get-docker/ "> Docker is
366373installed</ a > before you begin.</ p >
367374< h2 id ="1-get-superstack "> 1. Get SuperStack</ h2 >
Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ <h2 id="open-a-psql-shell">📟 Open a psql Shell</h2>
670670</ code > </ pre > </ div >
671671< h2 id ="run-inline-sql-commands "> 🔹 Run Inline SQL Commands</ h2 >
672672< p > You can also run SQL directly from the command line:</ p >
673- < div class ="highlight "> < pre > < span > </ span > < code > bin/postgres psql -c 'select * from api. movie;'
673+ < div class ="highlight "> < pre > < span > </ span > < code > bin/postgres psql -c 'select * from movie;'
674674</ code > </ pre > </ div >
675675< h2 id ="customize-psql-behavior "> ⚙️ Customize psql Behavior</ h2 >
676676< p > You can persist your preferences using < code > .psqlrc</ code > and < code > .inputrc</ code > .</ p >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 22<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9" >
33 <url >
44 <loc >https://explodinglabs.com/superstack/</loc >
5- <lastmod >2025-07-08 </lastmod >
5+ <lastmod >2025-07-12 </lastmod >
66 </url >
77 <url >
88 <loc >https://explodinglabs.com/superstack/deploying/</loc >
9- <lastmod >2025-07-08 </lastmod >
9+ <lastmod >2025-07-12 </lastmod >
1010 </url >
1111 <url >
1212 <loc >https://explodinglabs.com/superstack/extensions/</loc >
13- <lastmod >2025-07-08 </lastmod >
13+ <lastmod >2025-07-12 </lastmod >
1414 </url >
1515 <url >
1616 <loc >https://explodinglabs.com/superstack/gettingstarted/</loc >
17- <lastmod >2025-07-08 </lastmod >
17+ <lastmod >2025-07-12 </lastmod >
1818 </url >
1919 <url >
2020 <loc >https://explodinglabs.com/superstack/migrations/</loc >
21- <lastmod >2025-07-08 </lastmod >
21+ <lastmod >2025-07-12 </lastmod >
2222 </url >
2323 <url >
2424 <loc >https://explodinglabs.com/superstack/psql/</loc >
25- <lastmod >2025-07-08 </lastmod >
25+ <lastmod >2025-07-12 </lastmod >
2626 </url >
2727 <url >
2828 <loc >https://explodinglabs.com/superstack/upgrading/</loc >
29- <lastmod >2025-07-08 </lastmod >
29+ <lastmod >2025-07-12 </lastmod >
3030 </url >
3131</urlset >
Original file line number Diff line number Diff line change 449449
450450 < h1 > Upgrading SuperStack</ h1 >
451451
452- < p > To upgrade to the latest SuperStack: </ p >
453- < div class =" highlight " > < pre > < span > </ span > < code > git < span class =" w " > </ span > remote < span class =" w " > </ span > add < span class =" w " > </ span > upstream < span class =" w " > </ span > https://github.com/explodinglabs/superstack.git
454- git< span class ="w "> </ span > pull< span class ="w "> </ span > upstream< span class ="w "> </ span > main
452+ < p > To upgrade SuperStack, you need to have followed the < strong > Advanced </ strong > method in
453+ < a href =" ../gettingstarted/ " > Getting Started </ a > . Then: </ p >
454+ < div class =" highlight " > < pre > < span > </ span > < code > git< span class ="w "> </ span > pull< span class ="w "> </ span > upstream< span class ="w "> </ span > main
455455</ code > </ pre > </ div >
456456
457457
You can’t perform that action at this time.
0 commit comments