You may work on this assignment as a group. If anything does not work as described here, notify the instructor immediately. In this assignment, you will start to learn implementaion of Drupal.
The schema diagram for the database of Drupal 6.0 RC3 is available at
http://web.engr.orst.edu/~minoura/cs549/ass/drupal_60rc3.vsd
as Visio file.
~/public_html
in your ENGR or ONID account
by using one of the MySQL databases created on mysql.cs.orst.edu.
http://drupal.org.
Decompress the installation file in your ~/public_html
directory.
.htaccess file in directory ~/public_html,
and add the following definitions:
Action php5-script /cgi-bin/cgiwrap/~minoura/php5 AddHandler php5-script .php RewriteBase /~minoura/drupal-6.2
~minoura need be changed to your account name.
~/public_html/drupal-6.2/sites/all/modules/custom.
block_example
and onthisdate in
/var/www/drupal_60rc3/sites/all/modules/custom
on nagara.een.orst.edu.
block_example
was created from the code available at
http://api.drupal.org/api/search/6/block_example
onthisdate
was created from the code available at
http://drupal.org/node/206753This module is currently not complete. You may complete all the steps described in the tutorial.