Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-en / translations / multisite.new.yml
1 description: 'Sets up the files for a new multisite install.'
2 help: 'The <info>multisite:new</info> command assists in setting up new multisite installs by creating the needed subdirectory and files, and can optionally copy an existing ''default'' installation.'
3 arguments:
4   directory: 'Name of directory under ''sites'' which should be created.'
5   uri: 'Site URI to add to sites.php.'
6 options:
7   copy-default: 'Copies existing site from the default install.'
8 errors:
9   subdir-empty: 'You must specify a multisite subdirectory to create.'
10   subdir-exists: 'The "sites/%s" directory already exists.'
11   default-missing: 'The sites/default directory is missing.'
12   mkdir-fail: 'Unable to create "sites/%s". Please check the sites directory permissions and try again.'
13   sites-invalid: 'The sites.php file located is either not readable or not a file.'
14   sites-missing: 'No sites.php or example.sites.php to copy from.'
15   sites-other: 'A problem was encountered when attempting to write sites.php'
16   file-missing: 'The file "%s" was not found for copying.'
17   copy-fail: 'Unable to copy "%s" to "%s". Please check permissions and try again.'
18   write-fail: 'Unable to write to the file "%s". Please check the file permissions and try again.'
19   chmod-fail: 'Unable to change permissions on the file "%s". Please ensure that the permissions on that file are correct.'
20 warnings:
21   missing-files: 'No sites/default/files directory found. The files directory will need to be created by hand.'
22 messages:
23   copy-default: 'The default install was successfully copied to "sites/%s".'
24   fresh-site: 'The new multisite structure was successfully created at "sites/%s" and is ready for installation.'
25 examples:
26   - description: 'Set up files for a multisite install specifying destination path and uri'
27     execution: |
28       drupal multisite:new  vendor/newsite http://mysite.example.com