Skip to content
Snippets Groups Projects
user avatar
Ulf Seltmann authored
22d8c267

VuFind

Introduction

VuFind is an open source discovery environment for searching a collection of records. To learn more, visit http://vufind.org.

Installation

See online documentation at http://vufind.org/wiki/vufind2:installation_notes

Testing

For performing all ci-tasks you have to add all dev-dependencies. Do so like this

php composer.phar update

this adds all necessary tools like phing, phpunit, etc

After that you can perform the task with the following command

phing

be aware that you need several programs like java and mysql to setup a solr-index and a database-store in order to test the components of vufind that communicate with them

You might need to set up the mysql-user credentials should they not agree with your mysql root-users credentials. you can do that by providing optional parameters like that

phing -Dmysqlrootpass=''

do so if you have no rootpassword set. the default password is 'password'

Modules

  • all non-global non-community modules go to

      module/finc/