- websitebox up now includes --build flag to always rebuild images,
fixing Docker cache serving stale containers after code updates
- setup.sh launch command updated to source ~/.bashrc first
- guide.md: added step roadmap table with time estimates
- guide.md: added time estimates to all step headers
- guide.md: updated Launch step to use websitebox shortcut with
source ~/.bashrc, added command reference table
- guide.md: updated all troubleshooting commands to use websitebox
shortcut instead of cd + docker compose
- guide.md: added 'websitebox: command not found' troubleshooting
- guide.md: updated setup wizard terminal example to match current
colored output format
- guide.md: added container build step to launch explanation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 'websitebox up' now automatically runs 'docker compose up -d'
- 'websitebox logs' now automatically runs 'docker compose logs -f'
- All other commands pass through unchanged
- Added 'source ~/.bashrc' instruction at end of installer so the
command works immediately without logout/login
- Updated tips and setup summary to show simplified commands
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Installs a shell function in .bashrc/.zshrc that auto-cds into the
project directory, so users can run 'websitebox up -d' from anywhere
instead of remembering to cd first. Shows usage examples in the
installer's closing output. Setup summary updated to use the shortcut.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Users copying the command from the summary were running it from
their home directory, causing 'no configuration file provided'.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Config option labels (domain, email, etc.) shown in bold blue
- Errors in red, warnings in yellow, success checkmarks in green
- Password field: note that input won't appear on screen
- SMTP prompt: "if you don't know what this is, press Enter to skip"
- Summary next steps: detailed A record fields (Type, Name, Value, TTL)
with explanations, dig command with success/failure examples,
"copy this command into the server terminal" instead of "run"
- Matching color scheme with install.sh (header, section, etc.)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>