Re: invenio oai

2016-08-29 Thread Surendran Karippadath
Dear Tibor,

   Thank you very much. I found that I have a snapshot of one of the
installation I did in my /opt/invenio. Either I will create a
localhost/invenio for apache2 with that or follow your advice.

   Best


Surendran KK


On Mon, Aug 29, 2016 at 2:37 PM, Tibor Simko  wrote:

> 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
>


Re: invenio oai

2016-08-29 Thread Tibor Simko
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