EPrints Technical Mailing List Archive

Message: #07923


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] Admin -> Bazaar missing


Hi Johannes,

That has been fixed in the GitHub repository but it has not made it
upstream into a release.  This will be fixed in 3.4.2.  Otherwise you
can patch the file with the changes at:

https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints3.4%2Fcommit%2F20cd12427801cbdd7b570968f9&amp;data=01%7C01%7C%7Ce75f518af3e946e2f51f08d705e7dabd%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=t2OkjcUVh0S4q2eDM14XeLmLysLOa9B5yk8TMEkzgDE%3D&amp;reserved=0
b3ae86682af9cb

Regards

David Newman

On Thu, 2019-07-11 at 11:48 +0200, Johannes Schultze via Eprints-tech
wrote:
> Hi David,
>
> thanks for the explanation! Until now I was working with an old
> docker-setting I found online, and that (as I figured out by now)
> was
> not running stable. I switched to the 3.4 DEB-version mentioned here
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwik
> i.eprints.org%2Fw%2FInstalling_EPrints_on_Debian%2FUbuntu&amp;data=01
> %7C01%7Cdrn%40ecs.soton.ac.uk%7Cc121d4e43f0b4dc04ec408d705e4fada%7C4a
> 5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=KxzHg9dJMuwniHCZp0NomVND
> tubBWjAMh7bB4qKL9tQ%3D&amp;reserved=0 (by the
> way: the link is wrong. It should be
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdeb.
> eprints-
> hosting.org%2F3.4%2Fstable&amp;data=01%7C01%7Cdrn%40ecs.soton.ac.uk%7
> Cc121d4e43f0b4dc04ec408d705e4fada%7C4a5378f929f44d3ebe89669d03ada9d8%
> 7C0&amp;sdata=P%2Bsy8j6QwBj3WzsfaPQsc2vSz%2FgxZhUi3xWHjyTgAHM%3D&amp;
> reserved=0). After adding the additional
> pub-flavours everything works fine. tools/epm is not available, but
> installing via the admin-interface works.
>
> Is there a reason, why the complete packages can't be downloaded
> directly from the Bazaar? For someone new to EPrints, the download
> instruction on
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwik
> i.eprints.org%2Fw%2FGetting_Started_with_the_EPrints_Bazaar&amp;data=
> 01%7C01%7Cdrn%40ecs.soton.ac.uk%7Cc121d4e43f0b4dc04ec408d705e4fada%7C
> 4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=iAa7WVeHLIHmJHf2zZP%2F
> BcAxP%2B%2FYFq6ESsXUtatclHI%3D&amp;reserved=0 was a
> bit hard to find. I needed https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Feur03.safelinks.protection.outlook&amp;data=01%7C01%7C%7Ce75f518af3e946e2f51f08d705e7dabd%7C4a5378f929f44d3ebe89669d03ada9d8%7C0&amp;sdata=wBJAn%2F8lPkA2kq%2BHTkOlPTAPLhDiVGbrKZEAfkgTAi8%3D&amp;reserved=0
> .com/?url=http%3A%2F%2Fbazaar.eprints.org%2F401%2F&amp;data=01%7C01%7
> Cdrn%40ecs.soton.ac.uk%7Cc121d4e43f0b4dc04ec408d705e4fada%7C4a5378f92
> 9f44d3ebe89669d03ada9d8%7C0&amp;sdata=aXxdkB1226bP3OuHNzL3dN33B2dsqS3
> 2cGOLz4h%2FZQQ%3D&amp;reserved=0 which I could
> not find via the "Available"-tab. All the single files are listed,
> but a
> .epm file would make things a lot easier.
>
> Regards
> Johannes
>
>
> >
> > Hi Johannes,
> >
> > By default the zero flavour does not include the Bazaar.  This is
> > intentional as most of the plugins are designed for publication
> > repositories and in a lot of cases you may break your repository
> > installing a Bazaar plugin, as it expects fields, etc. to exists
> > when
> > they don't as the are publications specific.
> >
> > If you have the publication flavour it should contain a file called
> > inc
> > under pub_lib.  This by default includes:
> >
> > flavours/pub_lib
> > ingredients/bazaar
> >
> > Also make sure that the bazaar directory exists under
> > EPRINTS_PATH/ingredients and that it is not empty.
> >
> > If that is the case then all you need to do is make sure your
> > archive
> > contains the line:
> >
> > $c->{flavour} = 'pub';
> >
> > Typically, this should be put in 00_flavour.pl so it loads first.
> >  Then
> > use epadmin to run test and then update on your repository, so that
> > any
> > new fields are created that weren't previously as the publication
> > flavour was not logged in.  The restart Apache and the EPrints
> > Bazaar
> > button should appear on the Admin page.
> >
> > If you still have problems, email me back and give me some details
> > about how you went about installing EPrints 3.4 and was see if I
> > can
> > figure out what has gone wrong for you.
> >
> > Regards
> >
> > David Newman
> >
> >
> >
> > On Tue, 2019-07-09 at 13:51 +0200, Johannes Schultze via Eprints-
> > tech
> > wrote:
> > >
> > > Hello,
> > >
> > > I'm missing the Bazaar-button under Admin -> System Tools in my
> > > current
> > > evaluation installation. One repository was created as "zero" the
> > > other
> > > one as "publication" (both running on EPrints 3.4.0). Until now,
> > > I
> > > can't
> > > find any documentation that tells me how to install or enable the
> > > Bazaar. How can I do that?
> > >
> > > Thanks
> > > Johannes
> > >
>