EPrints Technical Mailing List Archive
Message: #04722
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: Eprints-tech Digest, Vol 84, Issue 49
- To: "'eprints-tech@ecs.soton.ac.uk'" <eprints-tech@ecs.soton.ac.uk>
- Subject: [EP-tech] Re: Eprints-tech Digest, Vol 84, Issue 49
- From: John Salter <J.Salter@leeds.ac.uk>
- Date: Mon, 21 Sep 2015 16:04:15 +0000
Hi, In cfg.d/z_irstats2.pl, the 'reports' are defined. If you search for 'GeoChart' in this file, just below there is a commented out section: # { # plugin => 'Table', # datatype => 'countries', # options => { top => 'countries', title => 'Countries' }, # }, If you un-comment this, and restart Apache, you should see the table as well as the map. Cheers, John Inside this, the 'requests' report is -----Original Message----- From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Ernesto Giovany Correa Vasquez Sent: 21 September 2015 15:53 To: eprints-tech@ecs.soton.ac.uk Subject: [EP-tech] Re: Eprints-tech Digest, Vol 84, Issue 49 Good morning shows me a map download , no table bolt countries . What should I do to showing me the table of countries ? Thank you Ing. Ernesto Correa Vásquez Responsable Sistemas Bibliotecarios Universidad Nacional Agraria Managua Nicaragua ________________________________________ De: eprints-tech-bounces@ecs.soton.ac.uk <eprints-tech-bounces@ecs.soton.ac.uk> en nombre de eprints-tech-request@ecs.soton.ac.uk <eprints-tech-request@ecs.soton.ac.uk> Enviado: lunes, 21 de septiembre de 2015 02:36 a.m. Para: eprints-tech@ecs.soton.ac.uk Asunto: Eprints-tech Digest, Vol 84, Issue 49 Send Eprints-tech mailing list submissions to eprints-tech@ecs.soton.ac.uk To subscribe or unsubscribe via the World Wide Web, visit http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech or, via email, send a message with subject or body 'help' to eprints-tech-request@ecs.soton.ac.uk You can reach the person managing the list at eprints-tech-owner@ecs.soton.ac.uk When replying, please edit your Subject line so it is more specific than "Re: Contents of Eprints-tech digest..." Today's Topics: 1. Re: Adding table of countries in view of requests ? (John Salter) 2. ePrints installations (colin lowry) 3. Re: ePrints installations (John Salter) ---------------------------------------------------------------------- Message: 1 Date: Sun, 20 Sep 2015 21:50:59 +0000 From: John Salter <J.Salter@leeds.ac.uk> Subject: [EP-tech] Re: Adding table of countries in view of requests ? To: "eprints-tech@ecs.soton.ac.uk" <eprints-tech@ecs.soton.ac.uk> Message-ID: <VI1PR03MB1456B29B999B03366248376DC4470@VI1PR03MB1456.eurprd03.prod.outlook.com> Content-Type: text/plain; charset="utf-8" Hi Ernesto, Do you know which version of irstats2 you have installed (you should be able to tell from the Admin->Bazaar->Installed screen)? Recent versions require either the Geo::IP or Geo::IP::PurePerl module to be installed to allow the creation of the country data. If you have access to your database, you can check for a table called 'irstats2_countries'. If this doesn't exist then you probably don't have the perl modules installed - you need to install them, and then re-process the stats (ask if you need instructions for this). If the table does exist (and has data in it), you just need to add a report like the configuration shown here: https://github.com/eprintsug/irstats2/blob/master/cfg/cfg.d/z_irstats2.pl#L414-L420 This page: http://wiki.eprints.org/w/IRStats_2_Technical_Documentation will be useful too Hope that gets you somewhere ? if not, ask here! Cheers, John ________________________________ From: eprints-tech-bounces@ecs.soton.ac.uk<mailto:eprints-tech-bounces@ecs.soton.ac.uk> <eprints-tech-bounces@ecs.soton.ac.uk<mailto:eprints-tech-bounces@ecs.soton.ac.uk>> on behalf of Ernesto Giovany Correa Vasquez <ecorrea@ci.una.edu.ni<mailto:ecorrea@ci.una.edu.ni>> Sent: 19 September 2015 18:07 To: eprints-tech@ecs.soton.ac.uk<mailto:eprints-tech@ecs.soton.ac.uk> Subject: [EP-tech] Re: Adding table of countries in view of requests ? I would like to know how to add table of countries in view of requests for irstats 2.0? Which file should I edit ? Ing. Ernesto Correa V?squez Responsable Sistemas Bibliotecarios Universidad Nacional Agraria Managua Nicaragua -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20150920/e7d34a55/attachment-0001.html ------------------------------ Message: 2 Date: Sun, 20 Sep 2015 23:49:49 +0100 From: colin lowry <colin.lowry@gmail.com> Subject: [EP-tech] ePrints installations To: eprints-tech@ecs.soton.ac.uk Message-ID: <CAPRJXHe7BmjzzhuEd2agn2Nh3Bcb1BbdJX8+vx=ubdkfR82a2w@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Hi There, I am installing ePrints on Ubuntu 14.04 and following the guide made available with the relevant patches (Step 1 only) at http://wiki.unimas.my/unimaswiki//bin/view/HOW-TO,+Tutorial+&+User+Manual/HOW-TO+:+Install+Eprints+v3.3.12++on+Ubuntu+14.04+With+LDAP+Authentication It would appear I have followed the guide to a fine detail and the hosts file is modified in line with step 4. In theory I should now have a working installation of eprints in /usr/share/eprints3/ However when I visit the hostname we have set up it is showing the default apache 'It works' page i.e. /var/www/html/index.html Can you please advise why this might be the case? -- Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20150920/10bd6212/attachment-0001.html ------------------------------ Message: 3 Date: Mon, 21 Sep 2015 08:36:11 +0000 From: John Salter <J.Salter@leeds.ac.uk> Subject: [EP-tech] Re: ePrints installations To: "'eprints-tech@ecs.soton.ac.uk'" <eprints-tech@ecs.soton.ac.uk> Message-ID: <VI1PR03MB145687053958D5C0E7EAF0F8C4460@VI1PR03MB1456.eurprd03.prod.outlook.com> Content-Type: text/plain; charset="utf-8" Hi Colin, I?d start by trying: >apachectl ?S This should print out the vhosts Apache is configured with ? which should include the EPrints configured vhost. If this lists the EPrints vhost, I?d then look in the main Apache error log for any problems when Apache is restarted. If it doesn?t there?s something wrong with the EPrints vhost config. Cheers, John From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of colin lowry Sent: 20 September 2015 23:50 To: eprints-tech@ecs.soton.ac.uk Subject: [EP-tech] ePrints installations Hi There, I am installing ePrints on Ubuntu 14.04 and following the guide made available with the relevant patches (Step 1 only) at http://wiki.unimas.my/unimaswiki//bin/view/HOW-TO,+Tutorial+&+User+Manual/HOW-TO+:+Install+Eprints+v3.3.12++on+Ubuntu+14.04+With+LDAP+Authentication<http://wiki.unimas.my/unimaswiki/bin/view/HOW-TO,+Tutorial+&+User+Manual/HOW-TO+:+Install+Eprints+v3.3.12++on+Ubuntu+14.04+With+LDAP+Authentication> It would appear I have followed the guide to a fine detail and the hosts file is modified in line with step 4. In theory I should now have a working installation of eprints in /usr/share/eprints3/ However when I visit the hostname we have set up it is showing the default apache 'It works' page i.e. /var/www/html/index.html Can you please advise why this might be the case? -- Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20150921/d2a48696/attachment.html ------------------------------ _______________________________________________ Eprints-tech mailing list Eprints-tech@ecs.soton.ac.uk http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech End of Eprints-tech Digest, Vol 84, Issue 49 ******************************************** *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech *** Archive: http://www.eprints.org/tech.php/ *** EPrints community wiki: http://wiki.eprints.org/ *** EPrints developers Forum: http://forum.eprints.org/
- References:
- [EP-tech] Re: Eprints-tech Digest, Vol 84, Issue 49
- From: "Ernesto Giovany Correa Vasquez" <ecorrea@ci.una.edu.ni>
- [EP-tech] Re: Eprints-tech Digest, Vol 84, Issue 49
- Prev by Date: [EP-tech] Re: Eprints-tech Digest, Vol 84, Issue 49
- Next by Date: [EP-tech] Intermittent altmetric box?
- Previous by thread: [EP-tech] Re: Eprints-tech Digest, Vol 84, Issue 49
- Next by thread: [EP-tech] Intermittent altmetric box?
- Index(es):