Initial Drupal 11 with DDEV setup
This commit is contained in:
		
							
								
								
									
										11
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/aliases.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/aliases.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
$aliases['production'] = [
 | 
			
		||||
    'uri' => 'example.com',
 | 
			
		||||
    'root' => '/path/to/drupal',
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
$aliases['staging'] = [
 | 
			
		||||
    'uri' => 'staging.example.com',
 | 
			
		||||
    'root' => '/path/to/drupal',
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										43
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/cc.aliases.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										43
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/cc.aliases.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,43 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
$aliases['live'] = array (
 | 
			
		||||
  'parent' => '@server.digital-ocean',
 | 
			
		||||
  'project-type' => 'live',
 | 
			
		||||
  'root' => '/srv/www/couturecostume.com/htdocs',
 | 
			
		||||
  'uri' => 'couturecostume.com',
 | 
			
		||||
  'path-aliases' => array(
 | 
			
		||||
    '%dump-dir' => '/var/sql-dump/',
 | 
			
		||||
  ),
 | 
			
		||||
  'target-command-specific' => array(
 | 
			
		||||
    'sql-sync' => array(
 | 
			
		||||
      'disable' => array('stage_file_proxy'),
 | 
			
		||||
      'permission' => array(
 | 
			
		||||
        'authenticated user' => array(
 | 
			
		||||
          'remove' => array('access environment indicator'),
 | 
			
		||||
        ),
 | 
			
		||||
        'anonymous user' => array(
 | 
			
		||||
          'remove' => 'access environment indicator',
 | 
			
		||||
        ),
 | 
			
		||||
      ),
 | 
			
		||||
    ),
 | 
			
		||||
  ),
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
$aliases['update'] = array (
 | 
			
		||||
  'parent' => '@server.nitrogen',
 | 
			
		||||
  'root' => '/srv/www/update.couturecostume.com/htdocs',
 | 
			
		||||
  'uri' => 'update.couturecostume.com',
 | 
			
		||||
  'target-command-specific' => array(
 | 
			
		||||
    'sql-sync' => array(
 | 
			
		||||
      'enable' => array('environment_indicator', 'stage_file_proxy'),
 | 
			
		||||
      'permission' => array(
 | 
			
		||||
        'authenticated user' => array(
 | 
			
		||||
          'add' => array('access environment indicator'),
 | 
			
		||||
        ),
 | 
			
		||||
        'anonymous user' => array(
 | 
			
		||||
          'add' => 'access environment indicator',
 | 
			
		||||
        ),
 | 
			
		||||
      ),
 | 
			
		||||
    ),
 | 
			
		||||
  ),
 | 
			
		||||
);
 | 
			
		||||
							
								
								
									
										3
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/do-not-find-me.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/do-not-find-me.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,3 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
// The search scripts shouldn't find me as I do not match the patterns.
 | 
			
		||||
							
								
								
									
										4
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/one.alias.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/one.alias.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
$options['uri'] = 'http://example.com';
 | 
			
		||||
$options['root'] = '/path/to/drupal';
 | 
			
		||||
							
								
								
									
										50
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/pantheon.aliases.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/pantheon.aliases.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,50 @@
 | 
			
		||||
<?php
 | 
			
		||||
  /**
 | 
			
		||||
   * Pantheon drush alias file, to be placed in your ~/.drush directory or the aliases
 | 
			
		||||
   * directory of your local Drush home. Once it's in place, clear drush cache:
 | 
			
		||||
   *
 | 
			
		||||
   * drush cc drush
 | 
			
		||||
   *
 | 
			
		||||
   * To see all your available aliases:
 | 
			
		||||
   *
 | 
			
		||||
   * drush sa
 | 
			
		||||
   *
 | 
			
		||||
   * See http://helpdesk.getpantheon.com/customer/portal/articles/411388 for details.
 | 
			
		||||
   */
 | 
			
		||||
 | 
			
		||||
  $aliases['outlandish-josh.test'] = array(
 | 
			
		||||
    'uri' => 'test-outlandish-josh.pantheonsite.io',
 | 
			
		||||
    'db-url' => 'mysql://pantheon:pw@dbserver.test.site-id.drush.in:11621/pantheon',
 | 
			
		||||
    'db-allows-remote' => TRUE,
 | 
			
		||||
    'remote-host' => 'appserver.test.site-id.drush.in',
 | 
			
		||||
    'remote-user' => 'test.site-id',
 | 
			
		||||
    'ssh-options' => '-p 2222 -o "AddressFamily inet"',
 | 
			
		||||
    'path-aliases' => array(
 | 
			
		||||
      '%files' => 'code/sites/default/files',
 | 
			
		||||
      '%drush-script' => 'drush',
 | 
			
		||||
     ),
 | 
			
		||||
  );
 | 
			
		||||
  $aliases['outlandish-josh.live'] = array(
 | 
			
		||||
    'uri' => 'www.outlandishjosh.com',
 | 
			
		||||
    'db-url' => 'mysql://pantheon:pw@dbserver.live.site-id.drush.in:10516/pantheon',
 | 
			
		||||
    'db-allows-remote' => TRUE,
 | 
			
		||||
    'remote-host' => 'appserver.live.site-id.drush.in',
 | 
			
		||||
    'remote-user' => 'live.site-id',
 | 
			
		||||
    'ssh-options' => '-p 2222 -o "AddressFamily inet"',
 | 
			
		||||
    'path-aliases' => array(
 | 
			
		||||
      '%files' => 'code/sites/default/files',
 | 
			
		||||
      '%drush-script' => 'drush',
 | 
			
		||||
     ),
 | 
			
		||||
  );
 | 
			
		||||
  $aliases['outlandish-josh.dev'] = array(
 | 
			
		||||
    'uri' => 'dev-outlandish-josh.pantheonsite.io',
 | 
			
		||||
    'db-url' => 'mysql://pantheon:pw@dbserver.dev.site-id.drush.in:21086/pantheon',
 | 
			
		||||
    'db-allows-remote' => TRUE,
 | 
			
		||||
    'remote-host' => 'appserver.dev.site-id.drush.in',
 | 
			
		||||
    'remote-user' => 'dev.site-id',
 | 
			
		||||
    'ssh-options' => '-p 2222 -o "AddressFamily inet"',
 | 
			
		||||
    'path-aliases' => array(
 | 
			
		||||
      '%files' => 'code/sites/default/files',
 | 
			
		||||
      '%drush-script' => 'drush',
 | 
			
		||||
     ),
 | 
			
		||||
  );
 | 
			
		||||
							
								
								
									
										11
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/server.aliases.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								vendor/consolidation/site-alias/tests/fixtures/sitealiases/legacy/server.aliases.drushrc.php
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@ -0,0 +1,11 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
$aliases['isp'] = array (
 | 
			
		||||
  'remote-host' => 'hydrogen.server.org',
 | 
			
		||||
  'remote-user' => 'www-admin',
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
$aliases['nitrogen'] = array (
 | 
			
		||||
  'remote-host' => 'nitrogen.server.org',
 | 
			
		||||
  'remote-user' => 'admin',
 | 
			
		||||
);
 | 
			
		||||
		Reference in New Issue
	
	Block a user