This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/server.yml

16 lines
639 B
YAML
Raw Normal View History

2018-11-23 12:29:20 +00:00
description: 'Runs PHP built-in web server'
arguments:
address: 'The address:port values'
messages:
executing: 'Executing php from "%s".'
listening: 'Listening on "%s".'
errors:
binary: 'Unable to find PHP binary to run server.'
examples:
- description: 'Run using default address argument value 127.0.0.1:8088'
execution: 'drupal server'
- description: 'Passing address argument to use a different port number'
execution: 'drupal server 127.0.0.1:8089'
- description: 'Running default address argument values, using --root option to define the Drupal root'
execution: 'drupal --root=/var/www/drupal8.dev server'