mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-10 17:00:59 +01:00
doc: Update animated demo to include setup step
GIFs were generated using charmbracelet/vhs (previously faressoft/terminalizer), then compressed at https://ezgif.com. Both light and dark modes are now supported and the appropriate variant of the GIF is selected automatically.
This commit is contained in:
@@ -39,7 +39,10 @@ docker compose up setup
|
||||
docker compose up
|
||||
```
|
||||
|
||||

|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/6f67cbc0-ddee-44bf-8f4d-7fd2d70f5217">
|
||||
<img alt="Animated demo" src="https://github.com/user-attachments/assets/501a340a-e6df-4934-90a2-6152b462c14a">
|
||||
</picture>
|
||||
|
||||
---
|
||||
|
||||
|
||||
56
demo.tape
Normal file
56
demo.tape
Normal file
@@ -0,0 +1,56 @@
|
||||
# VHS - terminal recorder
|
||||
# https://github.com/charmbracelet/vhs
|
||||
|
||||
Output demo.gif
|
||||
|
||||
Require docker
|
||||
|
||||
Set Shell bash
|
||||
Set FontSize 24
|
||||
Set Width 1500
|
||||
Set Height 1200
|
||||
Set WindowBar Rings
|
||||
Set TypingSpeed 75ms
|
||||
Set Theme "iTerm2 Light Background"
|
||||
#Set Theme "iTerm2 Dark Background"
|
||||
|
||||
Hide
|
||||
|
||||
# BEGIN - Reset to clean state
|
||||
Type "docker compose down setup"
|
||||
Enter
|
||||
Sleep 2s
|
||||
Type "docker compose down -v"
|
||||
Enter
|
||||
Sleep 6s
|
||||
Type "docker compose up elasticsearch -d"
|
||||
Enter
|
||||
Sleep 20s
|
||||
Type "docker compose down"
|
||||
Enter
|
||||
Sleep 6s
|
||||
Ctrl+L
|
||||
# END - Reset to clean state
|
||||
|
||||
Show
|
||||
|
||||
Type "docker compose up setup"
|
||||
Sleep 3s
|
||||
Enter
|
||||
Sleep 20s
|
||||
|
||||
Enter 2
|
||||
Type "docker compose up -d"
|
||||
Sleep 3s
|
||||
Enter
|
||||
Sleep 6s
|
||||
|
||||
Enter 2
|
||||
Type "curl -s http://localhost:9200 -u elastic:changeme"
|
||||
Sleep 3s
|
||||
Enter
|
||||
Sleep 12s
|
||||
|
||||
Enter 2
|
||||
Type "👉 Open your web browser at http://localhost:5601 🚀📈"
|
||||
Sleep 15s
|
||||
Reference in New Issue
Block a user