Updating: 1. Erase the previous family.module file. 2. Run the schema-drop.mysql file. On the command line, you can do this by running the line below, assuming that you you are running the command from the directory where drop-schema.mysql is. mysql -u nobody -p drupal < drop-schema.mysql Replace 'nobody' and 'drupal' with your MySQL username and name of your database. Installation: 1. Place the entire family.module file into your Drupal modules directory. 2. Load the database definition file using the tool of your choice (e.g. phpmyadmin). For mysql and command line access use: mysql -u user -p drupal < schema.mysql Replace user with the MySQL username, and drupal with the table being used. 3. Enable this module by navigating to: administer > configuration > modules 4. Grant the proper access to user accounts under: administer > accounts > permissions Use Manual Currently all features are in development.