Wednesday, June 4, 2008

Installation of NewGenLib Software on Windows XP

Installation of NewGenLib on Windows XP
The following steps demonstrate the installation
of NewGenLib software on a local machine. This
presentation is limited to installation only. For
further assistance, please refer to NewGenLib
User Manual (UserManualAllModules.pdf)
available at
http://www.sourceforge.net/projects/newgenlib
Thanks To
Dr. L J Haravu
Kesavan Institute of Information and Knowledge Management, Hyderabad
Verus Solutions Pvt. Ltd., Hyderabad
Everyone else involved in the development of NewGenLib and making it open source
What is NewGenLib?
"NewGenLib is a metadata content management software solution"
An integrated library management software
A web-based application that uses RDBMS technology to manage databases
Compliant with International Standards: MARC, XML, UNICODE & Dublincore
Installable on LAN/Intranet and Standalone computers
Uses many open source components
NewGenLib is now Open Source !!! J
Free download at http://www.sourceforge.net/projects/newgenlib
Take a 20-minute multimedia tour at www.newgenlib.com
Let’s Install & Use it
Files Required for Installation
J2SE Software Development Kit (SDK)
PostgreSQL for Windows
JBoss Application Server
newgenlib.ear
NewGenLibFiles.zip
backupinplain.sql
Java Runtime Environment (JRE)
(for installation on clients)
Sources of Download
Download files 1 to 4 from http://www.sourceforge.net/projects/newgenlib
JBoss Application Server
newgenlib.ear
NewGenLibFiles
backupinplain.sql
J2SE Software Development Kit (SDK) http://java.sun.com/j2se/1.4.2/download.html
PostgreSQL for Windows
http://www.postgresql.org
Java Runtime Environment (JRE) http://java.sun.com/j2se/1.4.2/download.html
Installation Summary
Install Java 2 SDK
Set environment variable for Java 2 SDK
Install PostgreSQL for Windows
Create newgenlib database
Run backupinplain.sql script to create tables
Install JBoss Application Server
Copy newgenlib.ear file to JBoss Server
Extract NewGenLibFiles.zip to C drive
Edit Env_Var file & fill in the System Parameters
Create a shortcut for JBoss run.bat file on the Desktop
Start the JBoss Application Server
Access NewGenLib through the Web Browser


Files Required for Installation
Install Java 2 SDK
Double Click j2sdk file to launch the installer
Accept the license agreement
Click "I accept the terms in the license agreement"
Click Next > button
Choose installation directory
By default, SDK is installed under C:\j2sdkx.x.x folder (where x.x.x represent the version). But for simplicity, the folder name may be changed. Here, it is changed to jdk
Click Next > button
Choose installation directory
Click Change… button and change the folder name to jdk
Click OK button
Choose installation directory
Click Next > button
Web Browser Configuration
Java 2 SDK automatically identifies the browsers installed. Select the browsers to be configured with Java.
Click Install > button
Installation in Progress
Installation Complete
Click Finish button
Set Environment Variable for Java 2 SDK
Right Click My Computer icon on your Desktop and click Properties
Set Environment Variable for Java 2 SDK
In System Properties screen, select Advanced tab & click Environment Variables button
Set Environment Variable for Java 2 SDK
In Environment Variables window, Click New button under System Variables
Set Environment Variable for Java 2 SDK
In New System Variable window, type JAVA_HOME for Variable name & Java 2 SDK installation path (C:\jdk in this example) for Variable value
Click OK
Environment Variable for Java 2 SDK set
The Environment Variable for Java 2 SDK can be seen
Install PostgreSQL for Windows
Double click the postgresql installer package to launch installation wizard
Select the language & click Start > button
Welcome Screen
Click Next > button
Installation Notes
Click Next > button
Installation Options
Leave all the options default (including the installation directory)
Click Next > button
Service Configuration
Account name: postgres
Account domain: localhost (in case of local installation)
Account password: newgenlib (retype the password)
Click Next > button
Account Creation & Password Warning
If Account error window appears, click Yes to create postgres Account
If "Password weak" warning appears, click No to retain your password (If you click Yes, the installer replaces your password with a random password)
Initialize Database Cluster
Type postgres for Superuser name (it may be present already)
Type newgenlib for Password and retype the same.
Leave the other options unchanged.
Click Next > button.
Select Procedural Language
The procedural language PL/pgsql will be selected by default
Click Next > button
Select contrib modules (IMPORTANT!)
Select DBlink, Fuzzy String Match & Tsearch2 Modules. Admin81 is selected by default.
Click Next > button
Ready to Install
Click Next > button to start installation
Installation in Progress
Installation Complete
Click Finish > button
Create newgenlib database
Go to Start > Programs > PostgreSQL > PgAdmin III
Connect to PostgreSQL Database Server
Right Click on PostgreSQL Database Server & click Connect
Enter Password to connect to server
Enter the password for user postgres (password is newgenlib)
Click OK button
Create New Database
Right click on Databases & click New Database
Create newgenlib database
In New Database Window, enter newgenlib for Name, select posgres for Owner, UTF8 for Encoding & pg_default for Tablespace
Click OK button
newgenlib database created
newgenlib database can be seen in Database list
Close pgAdmin III
Copy backupinplain.sql file to C drive
Copy backupinplain.sql file to C drive
Go to Command Prompt
To go to command prompt, click Start > Run & type cmd
Change directory to PostgreSQL\bin
At the command prompt, type cd C:\Program Files\PostgreSQL\x.x\bin (where x.x is the version directory. In this example, it is 8.1)
Press Enter
Access newgenlib database for user postgres
type psql -d newgenlib –U postgres
Press Enter
Type postgres account password (password is newgenlib)
(NOTE: While typing the password, no characters appear on screen. The cursor will not move)
Press Enter
Run backupinplain.sql script
On successful access, the prompt changes to database name
Type \i c:/backupinplain.sql & Press Enter (Note the use of forward slash after C:)
Table creation in progress
Table creation complete
The table creation is complete
Close the command prompt
Install JBoss Application Server
Extract jboss-3.2.1_tomcat-4.1.24.zip file to C drive directly
Select location for extraction
Select C drive as location for extraction
Click Extract button
Extraction Complete
When extraction completes, the jboss folder can be seen in C drive
Copy newgenlib.ear file to JBoss Server
Copy newgenlib.ear file to C:\jboss-xxx\server\default\deploy directory
Extract NewGenLibFiles.zip file to C drive
Extract NewGenLibFiles.zip file to C drive directly
Extract NewGenLibFiles.zip file to C drive
Select C drive as the location for extracting NewGenLibFiles.zip file
Extraction Complete
When extraction completes, the NewGenLibFiles directory can be seen in C drive
Edit Env_Var file to fill System Parameters
Go to C:\NewGenLibFiles\SystemFiles directory & open Env_Var file using any text editor.
Edit Env_Var file to fill System Parameters
Change JBOSS_HOME from D drive to C drive (as JBoss is installed in C drive in this example). Enter the IPADDRESS of the server machine (localhost or 127.0.0.1 for local installation), Port on which this server should be accessed and DEFAULT_SEARCH option.
Save the file & Close.
Create Shortcut for JBoss run.bat file on Desktop
Go to C:\jboss-xx\bin folder. Right click, hold the right mouse button on run.bat file and drag it on to the Desktop. Select Create Shortcuts Here from the context menu.
Rename the Shortcut to "NewGenLib Server"
For easy understanding & usage, rename the shortcut to NewGenLib Server.
Start the JBoss Application Server
Double Click NewGenLib Server on the Desktop to start JBoss Application Server
Open Web Browser & type URL to start NewGenLib
Open Internet Explorer & type http://localhost:8080/newgenlibctxt/LaunchApplication
Unblock in Windows Security Alert
If Windows Firewall gives Security Alert, click Unblock button
Java Starting…
Starting NewGenLib Application
Verifying Digital Signature
Click Run button to run the application. You may check Always trust content from this publisher to avoid this screen subsequently.
Enter Server Details
Enter the IP address of the server & port number
Click OK
The Login Screen
(select the library) Enter the user id and password to login
Click Login
The Login Screen
Default User id is 1 & Default Password is abc
Click Login
Welcome Screen with Pending Job List
NewGenLib Menu
The preliminary configuration can be done under
Administration > Configure system
General Configuration of Library Details
The library details can be configured at
Administration > Configure system > General > Library
General Configuration of Library Details
Click OK to update. An appropriate dialog is displayed.
OPAC Interface
Open Internet Explorer, type http://localhost:8080/newgenlibctxt
to access OPAC.
OPAC Interface
Please refer to NewGenLib User Manual for assistance on installation & usage.Manual available at http://www.sourceforge.net/projects/newgenlib

Use of ICT in Libraries of the world


Africa News

March 19, 2008 Wednesday

Nigeria;
ICT Capacity Building for Teacher Librarians is a Must - NERDC Boss


BYLINE: Vanguard

LENGTH: 947 words

AS a result of changes which are thrown up by the information age, libraries have transformed from places where students find books to information centres for schools and students.
The dawn of the information age has, therefore, altered the traditional role of the teacher-librarian as he or she is now expected to be competent in the use of computers to source for information.
This change has posed a great challenge to the teacher-librarian who needs to impart the knowledge of the use of information and communication technology (ICT) in sourcing for information in the library.
The task before the teacher-librarian has become more daunting as Nigerian schools are far from being ICT compliant.
It is in realisation of this predicament that informed the organisation of training sessions on ICT capacity building for teacher-librarians by the Nigerian Educational Research and Development Council.
The latest of these training workshop took place in Lagos this week with teacher-librarians from across the 36 states of the federation and the FCT participating in it.
The three-day workshop, which began on Monday, March 17, was organised by the NERDC.
While addressing participants at the all-important workshop, the Executive Secretary of the NERDC, Prof. Godswill Obioma, explained the need for the training of teacher-librarians in ICT as the present generation of children, who are growing up in a world that has changed significantly over the years, must be prepared for the 21st century challenges.
He said further: "One of the roles of education is to keep up with changes, especially those brought about by the information age. The teacher-librarian's job has, therefore, become more important. Knowing the role of the library in schools, it is now a must that ICT capacity building for teacher-librarians be organised to equip them on the technicality of ICT at the different departments of the library.
This will strengthen the capacity in the selection and use of a wide range of information sources apart from books and audio-visual materials." He added that the training is meant to give them insight and inspiration into their knowledge of librarianship.
The highlight of the training workshop is the presentation of papers by resource persons who are experts in the field of Library Science. The papers focused specifically on training teacher-librarians to be ICT compliant in the following areas: ICT application to reader services and circulation section of the school library; ICT application to technical services and cataloguing and classification section of the school library, ICT application to serial services section of the school library, ICT application to collection and development section of the school library, ICT application to management of the school library and ICT application to reference section of the school library.
Dr. Innocent Ekoja, who is the Librarian of the University of Abuja, presented the paper on ICT application in the management of school library; Dr. E.C. Madu, a Senior Lecturer at the Library and Information Technology Department of the Federal University of Technology, Minna, presented the paper on ICT application to serials management and service.
The paper on changing role of the teacher-librarian in the 21st century was presented by Mrs. Catherine Joel-Ikokoh who is the Head of Library Services of NERDC, Abuja, while Mr. S.E.A. Sonake, the Director, Research and Development of the National Library of Nigeria, presented the paper on ICT application to cataloguing and classification of school library materials.
Other papers slated for presentation at the workshop include ICT application to reference services section of a school library by Dr. Michael Ochogwu and ICT application to collection development section by Dr. William Akpochefo.
Dr. Ilesanmi Osho, Deputy Director in-charge of Library and Informatics Centre (LIC) and the workshop's coordinator highlighted similar training programmes earlier oganised for the teacher-librarians on the use of ICT as well as the activities of the LIC in development of library services in the country.
These activities, according to Osho, include the training workshop for school librarians and relevant teachers on the impact of library orientation on students which the educational parastatal organised last year, adding that the training, which attracted participants and stakeholders from across the country, greatly empowered them on the modalities and techniques which are necessary for handling students and pupils on the proper use of the library.
The other activities of LIC, as listed by Dr. Osho, include the following:
A capacity strengthening workshop involving the use of statistical packages for the social sciences which was organised for research officers and other relevant staff of the Council, with the workshop greatly enhancing the research capabilities of the participants.
A workshop on system administration and maintenance was also organised in order to further facilitate the ICT compliance of the NERDC staff, with the training being beneficial to the council's support staff who form the bulk of computer users in the council.
Compilation of Research and Development Abstract Vol. 2 which commenced after the successful completion of the compilation and printing of educational research abstract Vol. 1.
The Informatics Department has increased its ICT services to the council and other relevant users following the empowerment of the department with the supply of ICT equipment.
The Library Services Department has increased its stock of books, journals and periodicals, a development that has widened the scope of services to library users.

LOAD-DATE: March 20, 2008

LANGUAGE: ENGLISH

PUBLICATION-TYPE: Newsletter




Vanguard (Nigeria) - AAGM

March 19, 2008 Wednesday

ICT CAPACITY BUILDING FOR TEACHER LIBRARIANS IS A MUST - NERDC BOSS

BYLINE: Olubusuyi Adenipekun

LENGTH: 950 words

AS a result of changes which are thrown up by the information age, libraries have transformed from places wherestudents find books to information centres for schools and students.
The dawn of the information age has, therefore, altered the traditional role of the teacher-librarian as he or she isnow expected to be competent in the use of computers to source for information.
This change has posed a great challenge to the teacher-librarian who needs to impart the knowledge of the use ofinformation and communication technology (ICT) in sourcing for information in the library.
The task before the teacher-librarian has become more daunting as Nigerian schools are far from being ICTcompliant.
It is in realisation of this predicament that informed the organisation of training sessions on ICT capacity buildingfor teacher-librarians by the Nigerian Educational Research and Development Council.
The latest of these training workshop took place in Lagos this week with teacher-librarians from across the 36 statesof the federation and the FCT participating in it.
The three-day workshop, which began on Monday, March 17, was organised by the NERDC.
While addressing participants at the all-important workshop, the Executive Secretary of the NERDC, Prof. GodswillObioma, explained the need for the training of teacher-librarians in ICT as the present generation of children, who are growing up in a world that has changed significantly over the years, must be prepared for the 21st centurychallenges.
He said further: "One of the roles of education is to keep up with changes, especially those brought about bythe information age. The teacher-librarian's job has, therefore, become more important. Knowing the role of thelibrary in schools, it is now a must that ICT capacity building for teacher-librarians be organised to equip them on thetechnicality of ICT at the different departments of the library.
This will strengthen the capacity in the selection and use of a wide range of information sources apart from booksand audio-visual materials." He added that the training is meant to give them insight and inspiration into theirknowledge of librarianship.
The highlight of the training workshop is the presentation of papers by resource persons who are experts in the fieldof Library Science. The papers focused specifically on training teacher-librarians to be ICT compliant in the following areas: ICT application to reader services and circulation section of the school library; ICT application to technicalservices and cataloguing and classification section of the school library, ICT application to serial services section ofthe school library, ICT application to collection and development section of the school library, ICT application tomanagement of the school library and ICT application to reference section of the school library.
Dr. Innocent Ekoja, who is the Librarian of the University of Abuja, presented the paper on ICT application in themanagement of school library; Dr. E.C. Madu, a Senior Lecturer at the Library and Information Technology Department ofthe Federal University of Technology, Minna, presented the paper on ICT application to serials management andservice.
The paper on changing role of the teacher-librarian in the 21st century was presented by Mrs. Catherine Joel-Ikokohwho is the Head of Library Services of NERDC, Abuja, while Mr. S.E.A. Sonake, the Director, Research and Development of the National Library of Nigeria, presented the paper on ICT application to cataloguing and classification of schoollibrary materials.
Other papers slated for presentation at the workshop include ICT application to reference services section of aschool library by Dr. Michael Ochogwu and ICT application to collection development section by Dr. WilliamAkpochefo.
Dr. Ilesanmi Osho, Deputy Director in-charge of Library and Informatics Centre (LIC) and the workshop'scoordinator highlighted similar training programmes earlier oganised for the teacher-librarians on the use of ICT aswell as the activities of the LIC in development of library services in the country.
These activities, according to Osho, include the training workshop for school librarians and relevant teachers on theimpact of library orientation on students which the educational parastatal organised last year, adding that thetraining, which attracted participants and stakeholders from across the country, greatly empowered them on themodalities and techniques which are necessary for handling students and pupils on the proper use of the library.
The other activities of LIC, as listed by Dr. Osho, include the following:
? A capacity strengthening workshop involving the use of statistical packages for the social sciences which was organised for research officers and other relevant staff of the Council, with the workshop greatly enhancing theresearch capabilities of the participants.
? A workshop on system administration and maintenance was also organised in order to further facilitate the ICT compliance of the NERDC staff, with the training being beneficial to the council's support staff who form thebulk of computer users in the council.
? Compilation of Research and Development Abstract Vol. 2 which commenced after the successful completion ofthe compilation and printing of educational research abstract Vol. 1.
? The Informatics Department has increased its ICT services to the council and other relevant usersfollowing the empowerment of the department with the supply of ICT equipment.
? The Library Services Department has increased its stock of books, journals and periodicals, a development that has widened the scope of services to library users.
Distributed by AllAfrica Global Media. (allafrica.com)

LOAD-DATE: March 20, 2008

LANGUAGE: ENGLISH

ACC-NO: A2008032031-17EAF-GNW

PUBLICATION-TYPE: Other

JOURNAL-CODE: FVAN





M2 PressWIRE

March 26, 2008 Wednesday

The Bodleian Library: The worldwide collection of Shakespeare Quartos will become available online

LENGTH: 804 words

RDATE:26032008
Oxford -- The Bodleian Library, University of Oxford together with the Folger Shakespeare Library, Washington DC, is to create the Shakespeare Quartos Archive, a freely-accessible digital collection. The initiative is one of five transatlantic digitization collaborations between British and American institutions awarded the first JISC/NEH Transatlantic Digitization Collaboration Grants. The other participating organizations include the British Library, Edinburgh University Library, the National Library of Scotland, the Shakespeare Institute at Birmingham University and the Maryland Institute for Technology in the Humanities.
The Joint Information Systems Committee (JISC) is supporting the project through funding of almost GBP60,000 for the British participating organizations. The US partners will receive their funding from the National Endowment for the Humanities (NEH).
The one-year project which begins in April 2008, will reunite all seventy-five pre-1641 quarto editions of Shakespeare's plays into a single online collection. The project's website will feature high-resolution reproductions and full-text of surviving Shakespeare quartos in an interactive interface. Functions and tools such as the ability to overlay text images, compare images side-by-side, search full-text, and mark and tag text images with user annotations will facilitate scholarly research, performance studies, and new pedagogical applications. In the first instance, full-functionality will apply to all 32 copies of Hamlet, held at participating institutions.
In the absence of surviving manuscripts, the quartos-Shakespeare's earliest printed editions-offer the closest known evidence of what Shakespeare might actually have written, and what appeared on the early modern English stage. They are of immense interest to scholars, teachers, editors, and theatre directors, yet due to their rarity and fragility, the earliest quartos are not readily available for most to study. The Shakespeare Quartos Archive will make these earliest quartos freely accessible for in-depth study to Shakespeare students across the globe.
Richard Ovenden, Associate Director and Keeper of Special Collections, Bodleian Library said: The Bodleian Library is committed to making its collections and treasures available to the world-wide community of scholars, teachers, and students. Thanks to the support of JISC and the NEH, the Shakespeare Quartos Archive will help us move a step closer to realizing this goal. Working with the Folger Shakespeare Library and our other partners, we will create a significant online resource for scholars at all levels with an interest in Shakespeare.'
Dr Malcolm Read, JISC Executive Secretary welcomed the announcement, saying: This project demonstrates the great potential of collaboration between our two countries in the field of digitisation. It brings together skills, expertise and important scholarly content in ways that we hope and trust will deliver major benefits to scholars on both sides of the Atlantic. We are delighted to be working with the NEH on this digitisation initiative and we look forward to seeing the fruits of this project in due course.'
NOTES TO THE EDITOR
--Founded in 1602, the Bodleian Library is home to over 8 million volumes and a large number of manuscripts and rare printed books. It is the largest university library in Britain and the second largest library in the UK. More information about the Bodleian Library and its activities can be found at www.bodley.ox.ac.uk
--The Joint Information Systems Committee (JISC) is a joint committee of the U.K. further and higher education funding bodies and is responsible for supporting the innovative use of information and communication technology (ICT) to support learning, teaching, and research. It is best known for providing the JANET network, a range of support, content and advisory services, and a portfolio of high-quality resources. Information about JISC, its services and programs can be found at www.jisc.ac.uk
--Folger Shakespeare Library, located on Capitol Hill in Washington DC, is a world-class research centre on Shakespeare and on the early modern age in the West. It is home to the world's largest and finest collection of Shakespeare materials and to major collections of other rare Renaissance books, manuscripts, and works of art. More information about the Folger Shakespeare Library can be found at www.folger.edu
CONTACT: Oana Romocea, Communications Office, Bodleian Library Tel: +44 (0)1865 277 627 e-mail: oana.romocea@bodley.ox.ac.uk
((M2 Communications Ltd disclaims all liability for information provided within M2 PressWIRE. Data supplied by named party/parties. Further information on M2 PressWIRE can be obtained at http://www.presswire.net on the world wide web. Inquiries to info@m2.com)).

LOAD-DATE: March 26, 2008

LANGUAGE: ENGLISH

PUBLICATION-TYPE: Newsletter

JOURNAL-CODE: M2P


Recommend this

Related Posts Plugin for WordPress, Blogger...