1) Installation and updating

4.7 and greater
Unpack the module ".tar" file in the Drupal module directory. (Note: It is often advisable to create a "contrib" directory under the main module directory in order to make house keeping and upgrades easier).
Now visit the admin/modules page and enable the biblio module. This will install the required database tables and setup a number of pre-defined
publication types. These types can be changed or deleted on the
admin/settings/biblio/types page.

Updating: Any time you install an new version of the module you should run the update.php script in case there are any database modifications included with the new version.

4.6
Unpack the module ".tar" file in the Drupal module directory, then create the database tables using following command:

mysql -u {userid} -p {drupaldatabase} < biblio.mysql

You will also have to enable the module on the admin/modules page.

 
 

Drupal is a registered trademark of Dries Buytaert.