1) Installation and updating
- 4.7 and greater
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.
mysql -u {userid} -p {drupaldatabase} < biblio.mysql
You will also have to enable the module on the admin/modules page.
