/meetup-blocks-ctools

Provides sources of Drupal demo, comparing blocks and ctools content types.

Primary LanguagePHP

Meetup : Blocks vs page_manager / panels / ctools

Informations

  • start date : 2013-09-18
  • Provide sources of Drupal demo

Requirements

Installation

  1. Create a file on blocks/sites/default/settings.local.php (see example below)
  2. Create a file on ctools/sites/default/settings.local.php (see example below)
<?php

/**
 * @file
 * Drupal site-specific local overrides configuration file.
 */
$databases = array (
  'default' =>
  array (
    'default' =>
    array (
      'database' => 'database-name',
      'username' => 'mysql-username',
      'password' => 'mysql-password',
      'host' => 'localhost',
      'port' => '',
      'driver' => 'mysql',
      'prefix' => '',
    ),
  ),
);
  1. Install the project with meetup blocks installation profile with one of the following solution :
  2. Basic web install in domain.tld/install.php (select meetup_blocks profile during installation)
  3. Execute ./site-install.sh and select the installation profile you want !