Dspace On Windows
Dspace On Windows
WINDOWS
Prepared by
Archana S.N.
Professional Assistant
University Library
Cochin University of Science And Technology
********************
Prerequisite software
Java 1.5.0 (jdk1.5.0_14)
http://java.sun.com/javase/downloads/index_jdk5.jsp
Apache Ant
http://ant.apache.org/bindownload.cgi
Apache Tomcat
http://tomcat.apache.org/download-55.cgi
PostgreSQL 8.2
http://www.postgresql.org/ftp/binary/v8.2.6/win32/
DSpace1.4.2
http://sourceforge.net/projects/dspace/
STEPS
1) Create a folder in the C drive named “installdspace”
2) Download all the above mentioned software to this folder. (If you are provided
with a CD, then copy and paste all the items in it to this folder)
3) Check the computer to ensure that the above mentioned softwares are not
already installed in it. If so remove it from the system by clicking the
“Add/Remove Program” button in the control panel and select and remove the
item
4) Install Java
• Click the .exe file and follow instructions
To verify this, go to command prompt (Click Start, click Run, type cmd)
Type java –version
Then the system will show the version of java installed in it
Again in the command prompt, type ant -version
Then the system will show the version of ant installed.
9) Install PostgreSQL
• Click the installer file postgresql-8.2
• Follow the instructions
Note:- For installing PostgreSql, the file system of your local disc must be
NTFS
To identify this, right click the local disc(C; E; F…etc), select
“Properties”, see the “File System”
If all the drives in your system are FAT, then convert a convenient disc
to NTFS
For converting, go to command prompt and type
C:\>CONVERT C: /fs:ntfs
Where C is the name of the drive you want to convert
• While installing postgresql please ensure that the file is being installed at
the NTFS drive. In the screen shown below the Current location is
E:\Program Files\PostgreSQL\8.2\. Since my E drive is FAT32 and C
drive is NTFS, I needed to change this location. For that click “browse”
and in the new window edit the location to C:\Program
Files\PostgreSQL\8.2\
• Click next. Give an account password (e.g.:- admin) as shown below
• Click next
• Click next, follow instruction and finish the installation.
Create database. For this right click database, select “New Databases”
• Enter Name : dspace
Owner : select dspace from the list
Click O.K.
11) Apache Tomcat Installation
• Click the .exe file and follow instruction
• While installing, in the step shown below select the Webapps button
• Click Next
• In the next step , give a User Name and Password as shown below