86d5ca0c96cd5a4fe83dd334f1741ca4b2f82bd0
[yaffs-website] / vendor / drupal / console-en / translations / server.yml
1 description: 'Runs PHP built-in web server'
2 arguments:
3   address: 'The address:port values'
4 messages:
5   executing: 'Executing php from "%s".'
6   listening: 'Listening on "%s".'
7 errors:
8   binary: 'Unable to find PHP binary to run server.'
9 examples:
10   - description: 'Run using default address argument value 127.0.0.1:8088'
11     execution: 'drupal server'
12   - description: 'Passing address argument to use a different port number'
13     execution: 'drupal server 127.0.0.1:8089'
14   - description: 'Running default address argument values, using --root option to define the Drupal root'
15     execution: 'drupal --root=/var/www/drupal8.dev server'