install newgenlib on windows

74
Installation of NewGenLib on Windows XP Rupesh Kumar A Research Scholar Department of Library & Information Science Bangalore University, Bangalore 560056 INDIA [email protected] [email protected]

Upload: rupesh-kumar-a

Post on 10-Apr-2015

2.731 views

Category:

Documents


7 download

DESCRIPTION

Installation of NewGenLib on Windows XP. NewGenLib is an open source integrated library management software. For more information, visit http://www.newgenlib.com/

TRANSCRIPT

Page 1: Install NewGenLib on Windows

Installation of NewGenLib on Windows XP

Rupesh Kumar AResearch Scholar

Department of Library & Information ScienceBangalore University, Bangalore 560056

[email protected]@gmail.com

Page 2: Install NewGenLib on Windows

NOTE

The following slides 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

Page 3: Install NewGenLib on Windows

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

Page 4: Install NewGenLib on Windows

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 !!! Free download at http://www.sourceforge.net/projects/newgenlib Take a 20-minute multimedia tour at www.newgenlib.com

Let’s Install & Use it

Page 5: Install NewGenLib on Windows

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)

Page 6: Install NewGenLib on Windows

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

Page 7: Install NewGenLib on Windows

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

Page 8: Install NewGenLib on Windows

Files Required for Installation

Page 9: Install NewGenLib on Windows

Install Java 2 SDK

Double Click j2sdk file to launch the installer

Page 10: Install NewGenLib on Windows

Accept the license agreement

Click “I accept the terms in the license agreement” Click Next > button

Page 11: Install NewGenLib on Windows

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

Page 12: Install NewGenLib on Windows

Choose installation directory Click Change… button and change the folder name to jdk Click OK button

Page 13: Install NewGenLib on Windows

Choose installation directory Click Next > button

Page 14: Install NewGenLib on Windows

Web Browser Configuration Java 2 SDK automatically identifies the browsers installed.

Select the browsers to be configured with Java. Click Install > button

Page 15: Install NewGenLib on Windows

Installation in Progress

Page 16: Install NewGenLib on Windows

Installation Complete Click Finish button

Page 17: Install NewGenLib on Windows

Set Environment Variable for Java 2 SDK

Right Click My Computer icon on your Desktop and click Properties

Page 18: Install NewGenLib on Windows

Set Environment Variable for Java 2 SDK

In System Properties screen, select Advanced tab & click Environment Variables button

Page 19: Install NewGenLib on Windows

Set Environment Variable for Java 2 SDK

In Environment Variables window, Click New button under System Variables

Page 20: Install NewGenLib on Windows

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

Page 21: Install NewGenLib on Windows

Environment Variable for Java 2 SDK set

1. The Environment Variable for Java 2 SDK can be seen

Page 22: Install NewGenLib on Windows

Install PostgreSQL for Windows

Double click the postgresql installer package to launch installation wizard

Select the language & click Start > button

Page 23: Install NewGenLib on Windows

Welcome Screen

Click Next > button

Page 24: Install NewGenLib on Windows

Installation Notes

Click Next > button

Page 25: Install NewGenLib on Windows

Installation Options

Leave all the options default (including the installation directory)

Click Next > button

Page 26: Install NewGenLib on Windows

Service Configuration

Account name: postgres Account domain: localhost (in case of local installation) Account password: newgenlib (retype the password) Click Next > button

NOTE: DO REMEMBER THIS PASSWORD

Page 27: Install NewGenLib on Windows

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)

Page 28: Install NewGenLib on Windows

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.

NOTE: DO REMEMBER THIS PASSWORD

Page 29: Install NewGenLib on Windows

Select Procedural Language

The procedural language PL/pgsql will be selected by default Click Next > button

Page 30: Install NewGenLib on Windows

Select contrib modules (IMPORTANT!)

Select DBlink, Fuzzy String Match & Tsearch2 Modules. Admin81 is selected by default.

Click Next > button

Page 31: Install NewGenLib on Windows

Ready to Install

Click Next > button to start installation

Page 32: Install NewGenLib on Windows

Installation in Progress

Page 33: Install NewGenLib on Windows

Installation Complete

Click Finish > button

Page 34: Install NewGenLib on Windows

Create newgenlib database

Go to Start > Programs > PostgreSQL > PgAdmin III

Page 35: Install NewGenLib on Windows

Connect to PostgreSQL Database Server

Right Click on PostgreSQL Database Server & click Connect

Page 36: Install NewGenLib on Windows

Enter Password to connect to server

Enter the password for user postgres (password is newgenlib) Click OK button

Page 37: Install NewGenLib on Windows

Create New Database

Right click on Databases & click New Database

Page 38: Install NewGenLib on Windows

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

Page 39: Install NewGenLib on Windows

newgenlib database created newgenlib database can be seen in Database list Close pgAdmin III

Page 40: Install NewGenLib on Windows

Copy backupinplain.sql file to C drive Copy backupinplain.sql file to C drive

Page 41: Install NewGenLib on Windows

Go to Command Prompt

To go to command prompt, click Start > Run & type cmd

Page 42: Install NewGenLib on Windows

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

Page 43: Install NewGenLib on Windows

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

Page 44: Install NewGenLib on Windows

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

Page 45: Install NewGenLib on Windows

Table creation in progress

Page 46: Install NewGenLib on Windows

Table creation complete

1. The table creation is complete2. Close the command prompt

Page 47: Install NewGenLib on Windows

Install JBoss Application Server Extract jboss-3.2.1_tomcat-4.1.24.zip file to C drive directly

Page 48: Install NewGenLib on Windows

Select location for extraction

Select C drive as location for extraction Click Extract button

Page 49: Install NewGenLib on Windows

Extraction Complete

1. When extraction completes, the jboss folder can be seen in C drive

Page 50: Install NewGenLib on Windows

Copy newgenlib.ear file to JBoss Server

Copy newgenlib.ear file to C:\jboss-xxx\server\default\deploy directory

Page 51: Install NewGenLib on Windows

Extract NewGenLibFiles.zip file to C drive

Extract NewGenLibFiles.zip file to C drive directly

Page 52: Install NewGenLib on Windows

Extract NewGenLibFiles.zip file to C drive

Select C drive as the location for extracting NewGenLibFiles.zip file

Page 53: Install NewGenLib on Windows

Extraction Complete

When extraction completes, the NewGenLibFiles directory can be seen in C drive

Page 54: Install NewGenLib on Windows

Edit Env_Var file to fill System Parameters

Go to C:\NewGenLibFiles\SystemFiles directory & open Env_Var file using any text editor.

Page 55: Install NewGenLib on Windows

Edit Env_Var file to fill System Parameters

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

2. Save the file & Close.

Page 56: Install NewGenLib on Windows

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.

Page 57: Install NewGenLib on Windows

Rename the Shortcut to “NewGenLib Server”

For easy understanding & usage, rename the shortcut to NewGenLib Server.

Page 58: Install NewGenLib on Windows

Start the JBoss Application Server

Double Click NewGenLib Server on the Desktop to start JBoss Application Server

Server Starting Server Started

Page 59: Install NewGenLib on Windows

Open Web Browser & type URL to start NewGenLib Open Internet Explorer & type

http://localhost:8080/newgenlibctxt/LaunchApplication

Page 60: Install NewGenLib on Windows

Unblock in Windows Security Alert

If Windows Firewall gives Security Alert, click Unblock button

Page 61: Install NewGenLib on Windows

Java Starting…

Page 62: Install NewGenLib on Windows

Starting NewGenLib Application

Page 63: Install NewGenLib on Windows

Verifying Digital Signature

Click Run button to run the application. You may check Always trust content from this publisher to avoid this screen from repeat.

Page 64: Install NewGenLib on Windows

Enter Server Details

Enter the IP address of the server & port number Click OK

Page 65: Install NewGenLib on Windows

The Login Screen

(select the library) Enter the user id and password to login Click Login

NOTE: Default user id: 1 Default Password: abc

Page 66: Install NewGenLib on Windows

The Login Screen

Default User id is 1 & Default Password is abc Click Login

NOTE: Default user id: 1 Default Password: abc

Page 67: Install NewGenLib on Windows

Welcome Screen with Pending Job List

Page 68: Install NewGenLib on Windows

NewGenLib Menu

The preliminary configuration can be done under Administration > Configure system

Page 69: Install NewGenLib on Windows

General Configuration of Library DetailsThe library details can be configured at Administration > Configure system > General > Library

Page 70: Install NewGenLib on Windows

General Configuration of Library Details

Click OK to update. An appropriate dialog is displayed.

Page 71: Install NewGenLib on Windows

OPAC InterfaceOpen Internet Explorer, type http://localhost:8080/newgenlibctxt to access OPAC.

Page 72: Install NewGenLib on Windows

OPAC Interface

Page 73: Install NewGenLib on Windows

Please refer to NewGenLib User Manual for assistance on installation & usage.

Manual available at http://www.sourceforge.net/projects/newgenlib

Page 74: Install NewGenLib on Windows

Thanks

Please send in your comments & suggestions [email protected]@gmail.com