-
Book Overview & Buying
-
Table Of Contents
Drupal 7 First Look
Administrators who manage lots of sites or who prefer to work from the command line will be thrilled with the change to make Drupal installable from the command line. If you want to run the installation from the command line, you will need to use the following procedure:
Download Drupal from Drupal.org and copy the files to your server.
Create a PHP script to run the Drupal command line using the following procedure:
i. Create a file called install.site.php where site is the name of your site. This file should be located in the same directory where your install.php file is located (the root directory for your site).
ii. Open the install.site.php file in your favorite file editor.
iii. Enter the following script:
<?php
include_once 'install.php';
$settings = array(
'parameters' => array(
'profile' => 'default',
'locale' => 'en',
),
'forms' => array(
'install_settings_form' => array(
'driver' => 'mysql',
'database' =...
Change the font size
Change margin width
Change background colour