LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

Narendra Pal shared a profile on Facebook
21 hours ago
Profile IconLIS Links now has birthdays
23 hours ago
Dr. U. Pramanathan posted blog posts
yesterday
Dr. U. Pramanathan posted events
yesterday
Dr. U. Pramanathan updated their profile
Wednesday
Urvashi kaushik replied to Sunil K Upneja's discussion Clarification regarding CAS promotion of College Librarian
Wednesday
S. Jaffer Basha left a comment for Dr Jolly Varghese U
Tuesday
Dr. U. Pramanathan posted blog posts
Tuesday
Dr. U. Pramanathan posted events
Tuesday
ASHOKKUMAR SINGH commented on Dr. U. Pramanathan's blog post Recruitment of Librarian Gr.II/Librarian Senior, Assistant Librarian, Library Restorer & Documentist @ Baba Farid University of Health Sciences (BFUHS), Faridkot, Punjab.
Tuesday
ASHOKKUMAR SINGH commented on Dr. U. Pramanathan's blog post Recruitment of Librarian Gr.II/Librarian Senior, Assistant Librarian, Library Restorer & Documentist @ Baba Farid University of Health Sciences (BFUHS), Faridkot, Punjab.
Tuesday
Sanraj Roy posted an event
Thumbnail

Advanced Training programme on Bibliometrics and Research Output Analysis at Library Network Centre, Infocity, Gandhinagar382007, Gujarat, India.

December 2, 2024 to December 6, 2024
Monday
SHWETHA KV posted a discussion
Monday
Sunil K Upneja posted a discussion
Monday
Dr. Mahabaleshwara Rao Baikady posted an event

6th NACML (National Conference on Management of Modern Libraries) - 2025 at Dr. TMA Pai Hall

February 21, 2025 at 8am to February 22, 2025 at 5pm
Monday
Saanvi Singh posted a status
"School Librarian Vacancy for 125 Post in Tripura: https://shorturl.at/GEgWl"
Saturday
Urvashi kaushik and Vikram Jain are now friends
Nov 15
Urvashi kaushik replied to Mrs. Vishakha R. Rajguru's discussion Evidence for CBSE Librarians Status in Maharashtra or Maharashtra govt.
Nov 15
Urvashi kaushik replied to Mrs. Vishakha R. Rajguru's discussion Evidence for CBSE Librarians Status in Maharashtra or Maharashtra govt.
Nov 15
Profile IconRenuka M Yalamali, SAMEER SAI PAINKRA, Annanya and 6 more joined LIS Links
Nov 15

I would Like to install Dspace. Kindly Guide me to install the software,

Views: 2156

Reply to This

Replies to This Forum

In which OS you are installing DSpace ?

The steps might slightly vary depending on OS.

This page will be helpful for configuring DSpace

https://kb.digimat.in/index.php/DSpace

Thankyou

DSPACE can install in Windows Platform?

IF yes plz convey the ways to install DSpace using windows platform

Dspace 5.1

Installation on Windows 7 (32 bit system)

Pre-Requisite software
 Java SDK
 Apache Maven
 Apache Ant
 Apache Tomcat
 PostgreSQL
 Dspace
Before Installation of DSpace
 Please check the system whether it is working on 32 or 64 bit windows
 To find out following are the steps:
Windows 7 (Right Click on Computer and Select Properties)
Installation Steps
 Before attempting installation please check that you have
downloaded and saved all the mentioned prerequisites as
shown below.
Java JDK (jdk-7u79-windows-i586)
Apache ant (apache-ant-1.9.4-bin)
Apache Maven (apache-maven-3.0.5-bin)
PostgreSQL (postgresql-9.2.2-1-windows)
Apache Tomcat (apache-tomcat-7.0.34)
DSpace (dspace-5.1-src-release)

Step- 1
JAVA (jdk-7u79-windows-i586)
 Installing Java, to do this , double click on the file ‘jdk-7u79-
windows-i586’ and follow the on screen instructions and accept
the license agreement.

Step -2
APACHE ANT (apache-ant-1.9.4-bin)
http://ant.apache.org/bindownload.cgi
 To install Apache Ant , create a new folder named “ANT” in “C:” drive , Unzip
(Expand) contents of “apache-ant-1.9.4-bin” in to C:\ANT
APACHE MAVEN (apache-maven-3.0.5-bin)
http://maven.apache.org/download.cgi
 To install Apache Maven create a new folder named “MAVEN” in C:\MAVEN
unzip “apache-maven-3.0.5-bin.zip” in to that folder.
Continued

Step-3 (Environment Variable)
For Windows 7
 Right click “My Computer” Click “Properties” Click on “Advanced
System Settings” from “Tasks” Choose “Advance” tab Click on
“Environment Variable” Button
Variable Name: JAVA_HOME
Variable Value: C:\Program Files\Java\jdk1.7.0_79
Variable Name: ANT_HOME
Variable Value: C:\ant
 Add followings to your PATH variable
; C:\Program Files\Java\jdk1.7.0_79\bin;c:\ant\bin;c:\maven\bin

Step-4
Now it is time to verify the platform, to do this execute
following commands in to the command prompt.
> java –version
> ant –version
>mvn – version
 One should get following output.

Step-5
 This step covers installation of PostgreSQL with database
creation, to install PostgreSQL double click on “postgresql9.2.2-1-windows”. Follow the onscreen instruction given by
installer.

Step-6
 In this step we will create an empty database for DSpace. To
do this , perform following operation
 Start >> Programs >> PostgreSQL 9.2 >> pgAdmin III
 In this window right click on your server and click on
connect as shown below.

“New Login Role”

To Create database
To Create database

Step-7
Apache Tomcat (apache-tomcat-7.0.34)
http://tomcat.apache.org/download-70.cgi
 This step installation of Apache Tomcat will be attempted,
to do this, double click on “apache-tomcat-7.0.34.exe”
Apache Tomcat Setup

Step-8
 This step we will perform actual installation of dspace.
 Before doing this create an empty directory in C: drive, where actual
configuration, program files and data files of dspace will reside.
 In our case we will be using “C:\dspace”
 Extract all the contents of ‘dspace-5.1-src-release.zip’ to one folder (i.e. dspace)
and copy entire folder to your C:\ drive as C:\ dspace\dspace-5.1-src-release
 Once the files are unzipped, go to
“C:\dspace\dspace-5.1-src-release\”,
 Find out “build” and open in notepad or any other editor and at least change the
following parameters. Use forward slashes `/` for path separators
Changes to be made in build.properties
Once you have edited dspace configuration file open the command prompt and go
to “C:\ dspace\dspace-5.1-src-release \dspace” folder
“cd C:\dspace\dspace-5.1-src-release\”
Now type “mvn package” and press enter
“C:\dspace\dspace-5.1-src-release\> mvn package”
Note: Please note that internet connection is required to perform this operation,
Maven will download dspace source dependencies online.
Now go to “c:\dspace\dspace-5.1-src-release\dspace\target\dspace-installer” on
command prompt
“cd c:\dspace\dspace-5.1-src-release\dspace\target\dspace-installer”
Now type “ant fresh_install” and press enter
c:\dspace\dspace-5.1-src-release\dspace\target\dspace-installer >ant
fresh_install

Step-9 Create Administrator
 Now it is time to create default system administrator. To create
administrator execute following command
“C:\dspace\bin\dspace create-administrator”
 Using your explorer browse through your C:\dspace\webapps folder
 Copy “jspui” and “xmlui” folder to your tomcat
installation’s webapps folder

Step-10
 Start tomcat service if it is already not running by going in
to :
Control Panel  Administrative Tools  Services
Apache Tomcat 7 and clicking on “Start”
 Point your browser to
http://localhost:8080/jspui
or
http://localhost:8080/xmlui

Thanks
Feel free to mail me at dptnitrkl@gmail.com

Thankyou sir

Thankyou

RSS

© 2024   Created by Dr. Badan Barman.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Koha Workshop