Cli/ref/mw docker shellbox syntaxhighlight
Appearance
mw docker shellbox syntaxhighlight
[edit]syntaxhighlight service
Synopsis
[edit]
Syntaxhighlight shellbox
[edit]Shellbox is a library for command execution, and also a server and client for remote command execution. Shellbox is usable starting with MediaWiki 1.36.
For “automatic” configuration we follow a pattern similar to the Wikimedia production config. If you run a service, you will find a service URL defined in $dockerServices.
$dockerServices['shellbox-syntaxhighlight'] = '<internal-url>';
Known ShellboxUrls are then also configured. Currently that is the following Urls.
$wgShellboxUrls['syntaxhighlight'] = $dockerServices['shellbox-syntaxhighlight'];
You can add more to your LocalSettings.php file if needed.
Note: This service will NOT be automatically loaded if MW_PHPUNIT_TEST is defined. (This happens when you are running unit tests)
Documentation
[edit]
Options inherited from parent commands
[edit]-c, --context string The context to use (default "default") --help Help for this command --no-interaction Do not ask any interactive questions -v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
[edit]- mw docker shellbox - shellbox services
- mw docker shellbox syntaxhighlight create - Create the containers
- mw docker shellbox syntaxhighlight destroy - Destroy the containers
- mw docker shellbox syntaxhighlight exec - Execute a command in the main container
- mw docker shellbox syntaxhighlight expose - Expose a port in a running container
- mw docker shellbox syntaxhighlight image - Interact with the image used for the service
- mw docker shellbox syntaxhighlight start - Start the containers
- mw docker shellbox syntaxhighlight stop - Stop the containers