Dear Surendran: On Sun, 28 Aug 2016, Surendran Karippadath wrote: > However, I get a "Authorization Failure" when I try to access the > OAI-Admin interface.
Yes, you would have to be authorised to access the administration interface. Moreover, the Invenio 1 canonical demo site is meant to show an example without modifications, hence it does not run bibsched, which would be necessary to see ingested records. The best is to try things locally. The easiest way to obtain an Invenio 1.1 demo site locally is to create a virtual machine using Vagrant: $ cd /tmp $ git clone https://github.com/inveniosoftware/invenio -b maint-1.1 $ cd invenio $ vagrant up --no-parallel $ vagrant ssh web -c 'source .inveniorc && /vagrant/scripts/create-instance.sh' $ vagrant ssh web -c 'source .inveniorc && /vagrant/scripts/populate-instance.sh' $ firefox http://192.168.50.10/record/1 See: https://github.com/inveniosoftware/invenio/blob/maint-1.1/Vagrantfile#L30-L33 FWIW I've been using Vagrant 1.8.1 and Virtualbox 5.0.24. Best regards -- Tibor Simko

