Drupal Installation

Step 0: Change directory and umask

cd /u/z/users/cs327e/drupal/group

umask 002

Step 1: With browser go to

http://zweb.cs.utexas.edu/users/cs327e/drupal/group
An installation script will automatically begin.

Step 2: Choose Standard - Save and Continue

Step 3: Choose English - Save and Continue

Step 4: Verify Requirements: you will see two error messages. To rectify those error messages change directory to

cd ./sites/default
mkdir files
chmod go+w files
cp default.settings.php settings.php
chmod go+w settings.php

Step 5: In the browser:

Database name: group_database_name
Database username: group_name
Database password: group_database_password

Under Advanced Options
Database host: z

Step 6: In the browser:

Site name: Group Name Pine Valley Furniture Project
Site e-mail address: group e-mail address
Username: group name
E-mail address: group e-mail address
Password: group drupal password
Default country: United States
Update Notifications: off

Step 7: In the browser:

Configuration
    Account settings:
        Who can register accounts?
	    Administrators only

Step 8: In the shell, remove write permissions:

chmod go-w files
chmod go-w settings.php

Step 9: Install modules. This assumes you are in the default directory and need to go to the modules directory.

cd ../all/modules
wget http://ftp.drupal.org/files/projects/ctools-7.x-1.0.tar.gz
wget http://ftp.drupal.org/files/projects/link-7.x-1.0.tar.gz
wget http://ftp.drupal.org/files/projects/feeds-7.x-2.x-dev.tar.gz
wget http://ftp.drupal.org/files/projects/views-7.x-3.3.tar.gz
wget http://ftp.drupal.org/files/projects/advanced_help-7.x-1.0.tar.gz
wget http://ftp.drupal.org/files/projects/panels-7.x-3.2.tar.gz
wget http://ftp.drupal.org/files/projects/date-7.x-2.5.tar.gz
wget http://ftp.drupal.org/files/projects/calendar-7.x-3.3.tar.gz
wget http://ftp.drupal.org/files/projects/auto_nodetitle-7.x-1.0.tar.gz

Step 10: To unzip and untar the modules do:

gunzip module.tar.gz
tar -xvf module.tar