File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ All Meza commands now have comprehensive Markdown documentation:
6969- [ ` delete.md ` ] ( delete.md ) - Wiki deletion commands with safety warnings
7070- [ ` deploy.md ` ] ( deploy.md ) - Environment deployment
7171- [ ` docker.md ` ] ( docker.md ) - Docker container management (experimental)
72- - [ ` install.md ` ] ( install.md ) - Installation guide (corrected for actual commands)
72+ - [ ` install.md ` ] ( install.md ) - Installation guide
7373- [ ` list-wikis.md ` ] ( list-wikis.md ) - Wiki listing
7474- [ ` maint.md ` ] ( maint.md ) - Maintenance operations
7575- [ ` migrate-wikis.md ` ] ( migrate-wikis.md ) - Wiki migration functionality
Original file line number Diff line number Diff line change @@ -83,6 +83,5 @@ meza docker exec abc123 systemctl status httpd
8383
8484## See Also
8585
86- - [ ` meza install ` ] ( install.md ) - Production installation methods
8786- [ ` meza deploy ` ] ( deploy.md ) - Deploy environments
8887- [ ` meza setup ` ] ( setup.md ) - Environment setup
Original file line number Diff line number Diff line change @@ -137,6 +137,5 @@ meza delete
137137
138138## See Also
139139
140- - [ Complete Command Index] ( index.md ) - Detailed documentation for all commands
141- - [ Installation Guide] ( install.md ) - Get started with Meza
140+ - [ Index] ( index.md ) - Overview documentation for all commands
142141- [ Setup Guide] ( setup.md ) - Environment configuration
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Meza is a comprehensive MediaWiki deployment automation platform. Use these comm
55## Core Commands
66
77### Environment Management
8- - [ ` meza install ` ] ( install.md ) - Install Meza components and dependencies
98- [ ` meza setup ` ] ( setup.md ) - Set up environments and development tools
109- [ ` meza deploy ` ] ( deploy.md ) - Deploy MediaWiki environments
1110- [ ` meza update ` ] ( update.md ) - Update Meza to specific version or branch
Original file line number Diff line number Diff line change 11# Meza Installation Guide
22
3+ To install meza, use the [ getmeza.sh] ( ../../src/scripts/getmeza.sh ) script ([ docs] ( ../../src/scripts/getmeza.md ) )
4+
35## ⚠️ Important Note
46
57** There is no ` meza install ` command.** This documentation previously described a non-existent command.
You can’t perform that action at this time.
0 commit comments