installation

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

installation

Isah M. Yerima
hello
 i am a library and wanted to install NGL for my library but am having problem on the process.
1. installing postgresql at point 10. after initiaze database cluster i will see a warning command, after clicking on ok, i will receive another warning that "the secondary logno is required" please which one is the secondary longon?
2. please could help and write for me how my paramaters should look in wordpad or notepad? i am someone that lack much knowledge of programming.
 looking forward to here from you
thank you so much and God bless you more.
Reply | Threaded
Open this post in threaded view
|

Re: installation

dewanganlib
Go to your control panel - click- administrative tools - Click- services you show secondary logon - Right click and start it than instal your new genlib


On Wed, May 15, 2013 at 5:49 PM, isah [via NewGenLib] <[hidden email]> wrote:
hello
 i am a library and wanted to install NGL for my library but am having problem on the process.
1. installing postgresql at point 10. after initiaze database cluster i will see a warning command, after clicking on ok, i will receive another warning that "the secondary logno is required" please which one is the secondary longon?
2. please could help and write for me how my paramaters should look in wordpad or notepad? i am someone that lack much knowledge of programming.
 looking forward to here from you
thank you so much and God bless you more.



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/installation-tp7573778.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML



--
ANIL DEWANGAN  ( Asst. Librarian)
MATS LAW SCHOOL
MATS UNIVERSITY ,RAIPUR
ANIL DEWANGAN  ( Asst. Librarian)
MATS LAW SCHOOL
MATS UNIVERSITY ,RAIPUR

NET,CG SET,M.Phil)
http://dewanganlib.wordpress.com/
https://matslawschoollibrary.wordpress.com/
http://lisnetexam.blogspot.in/
GRANTHPAL(CG) Groups

Reply | Threaded
Open this post in threaded view
|

Re: installation

Anil Dewangan
In reply to this post by Isah M. Yerima
Go to your control panel - click- administrative tools - Click- services you show secondary logon - Right click and start it than instal your new genlib
Reply | Threaded
Open this post in threaded view
|

Re: installation

rsgiri
In reply to this post by Isah M. Yerima
Please follo this steps properly
http://www.verussolutions.biz/kb/installationNew
Reply | Threaded
Open this post in threaded view
|

Re: installation

isah
In reply to this post by Anil Dewangan
thank you so much. am able to finish the PostgreSQl.
Is this How my parameters would.
installation.directory=C:/NGL302

       
ServerIPAddress=localhost

DatabasePort=5432

.
DefaultDatabase=postgres
       

DatabaseUserName=postgres
       

DatabasePassword=newgenlib
 

source.location=D:/InstallNGL3.0
       

restore.database=blank
               


NewGenLib.Database.UserName=newgenlib
NewGenLib.Database.Password=newgenlib



thank you for your anticipated assistance.
Reply | Threaded
Open this post in threaded view
|

Re: installation

isah
In reply to this post by dewanganlib
thank you so much. am able to finish the PostgreSQl.
Is this How my parameters should be.

installation.directory=C:/NGL302

       
ServerIPAddress=localhost

DatabasePort=5432

.
DefaultDatabase=postgres
       

DatabaseUserName=postgres
       

DatabasePassword=newgenlib
 

source.location=D:/InstallNGL3.0
       

restore.database=blank
               


NewGenLib.Database.UserName=newgenlib
NewGenLib.Database.Password=newgenlib



thank you for your anticipated assistance.
Reply | Threaded
Open this post in threaded view
|

Re: installation

rsgiri
Dear isah,
If you are very new to the newgenlib, I will advice you to download Newgenlib from NGL3 from this link and then paste it in your C: drive. I assume  that you are using windows operating system.

Dont change any default parameters if u have already installed  Jdk1.6.0_24 and postgresql 8.3 properly.  Just  double click on Install batch file  in C:/InstallNGL303, It will automatically install .

In this above mentioned scenario your parameters should be as

installation.directory=C:/NGL3

ServerIPAddress=localhost
The IPAddress of the computer which is running Postgresql database. By default leave it as localhost. It means that Postgresql database server is running on this system itself.

DatabasePort=5432
The Port on which your Postgresql Server is running. In most of the cases this port number is 5432.

DefaultDatabase=postgres

Do not edit this parameter. Postgresql 8.3 installation creates a default database called postgres

DatabaseUserName=postgres

Default database user is postgres. So do not edit this value.

DatabasePassword=newgenlib

The password you entered for postgres. In our installation manual we asked to give the password as newgenlib.

source.location=C:/InstallNGL303
This is the location which has NGL3.0 Installation files. Refer to Point 2.

restore.database=blank
If you want to restore a blank NGL schema the above value is blank. If you want to restore a NGL backup(with data) instead of a blank schema then put the backup file in D:/InstallNGL3.0/DBBackup directory. Instead of blank use original. Your parameter will look like this restore.database=original

NewGenLib.Database=newgenlib
Do not edit this parameter. If you want the database name to be something else you may change it here.

NewGenLib.Database.UserName=newgenlib
Do not edit this parameter. A new user with this name will be created

NewGenLib.Database.Password=newgenlib

Do not edit this parameter. The user will be created with this password.

Save the changes made to config.ini