Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 549 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 549 Bytes

Catalogue

A metadata catalogue for database systems at your organisation

Build using Perl Catalyst Framework using a MySQL back-end database

The MySQL database can be initialised using: mysql -u username -p catalogue < sql/initialise_database.sql

There's a load of Perl modules that need to be installed to get this thing running. Start with: cpanm Catalyst::Runtime Catalyst::Devel

..and then run cpanm Missing::Module::Name to fix-up any 'modules not found' errors

Run 'DBIC_TRACE=1' script/catalogue_server.pl -r' to test the application.