LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

Archanagita Saikia updated their profile
12 hours ago
RP Raaj shared a profile on Facebook
yesterday
prema updated their profile
yesterday
Vikram Jain replied to Vikram Jain's discussion Call for Chapter Contribution in Editorial Book "Artificial Intelligence Connect: Empowering Education & Enabling Libraries"
Thursday
Abdullah al-Modabber updated their profile
Wednesday
Fazal posted a status
"šŸŽ“ Decode DDC with AI: Smart Classification šŸ—“ļø Date: 31st August 2025 ā° Time: 06:30 – 08:PM Register: https://forms.gle/uuNBECwesduV2fjd6"
Wednesday
YOGESHKUMAR HARILAL LAD is attending komal patel's event
Thumbnail

National Conference on Re-Imagining Libraries of Viksit Bharat 29-30 AUGUST 2025 at Bhopal

August 29, 2025 at 10am to August 30, 2025 at 5pm
Wednesday
LAITHANGBAM NEPOLEAN SINGH shared Ravithimmegowda's discussion on Facebook
Monday
LAITHANGBAM NEPOLEAN SINGH updated their profile
Monday
Dr. O Seshaiaih and Sumit Sundar Ray are now friends
Monday
Sumit Sundar Ray updated their profile
Jul 20
Bristy Handique updated their profile
Jul 19
meghabat singh updated their profile
Jul 18
Elukoti Bhosle updated their profile
Jul 18
DEVI SHANKAR DINGARA updated their profile
Jul 17
ASHUTOSH KAG updated their profile
Jul 17
Dr. U. PRAMANATHAN posted discussions
Jul 16
Dr. U. PRAMANATHAN posted blog posts
Jul 16
Dr. U. PRAMANATHAN is now friends with Ramesh Kumar and Suraj Morya
Jul 16
Archanagita Saikia posted a discussion
Jul 16

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

Facebook

Views: 2225

ā–¶ 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

Ā© 2025   Created by Dr. Badan Barman.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Koha Workshop