8.12.10

DSpace Installationin Windows - Screen shots

DSpace Installation on Windows


S/W requirements

We have tested the software on Windows XP, Windows 2000 Professional and Windows 2003 server
  • Windows OS (Windows XP/Windows 2000 professional/Windows 2000 Server/Windows 2003 Server)
 
Following other packages to run on Windows platform
 
Installation of Java (JDK):
 
1.    Download Java 1.4 or later (standard SDK is fine, you don't need J2EE).
 
Note: Apache-tomcat-5.5.17 works with jdk-1_5.x+
 
2.    Double click the file jdk-1_5_0_06-windows-i586-p.exe and follow the instructions
 
 
Select the folder to install jdk
 
3.    Put the java program into system path by setting PATH environment variable.
���� Right click My Computer->Properties->Advance->Environment Variables->System Variables->path->Edit
 
 
Add the text �Program Files\java\jdk1.5.0_06\bin and press Ok.
 
 
4.    Define JAVA_HOME environment variable.
Right click My Computer->Properties->Advance->Environment Variables->System Variables->path->New
 
 
Set the environment variable as above. Click Ok to save it.
 

Installation of apache-ant

 
This package is needed to compile Dspace source
1.    Download the zip file of the windows version of Apache-Ant (apache-ant-1.6.2-bin.zip)
2.    Extract into a folder like C drive.
3.    It creates a folder apache-ant-1.6.2. Rename it as ant
4.    Add C:\ant\bin into PATH environment variable.
5.    Right click My Computer->Properties->Advance->Environment Variables->System Variables->path->Edit
 
 
��������������� Click Ok to save it
 

Installation of Postgres database server

 
Note: Make sure your C or any other drive where Postgres is to be installed is formatted as NTFS file system.
If not use the command below to convert it to NTFS. At command prompt type the command:
convertc: /FS:NTFS
and press enter. It will ask to schedule it at next booting time. Enter yes and reboot the system.
When you boot the system it will convert the FAT32 file system to NTFS.
It takes some time to do it. Now system is ready to install Postgres database server.
 
Steps
  1. Download the file postgresql-8.1.3-1.zip or any other version of Postgres database software for Windows.
  2. Extract it to any directory like C:\pgsql.
  3. Double click the file postgresql-8.1.exe from the extracted folder (C:\pgsql) (Windows installer package)
and follow the instructions.
 
 
Click Start
 
 
Click Next
 
 
Click Next
 
 
Select the location (select default location) and click Next
 
 
Set the password for a account postgres to run PostgreSQL database server.
If this account does not exist in the Windows, then will be prompted to create it. Say yes to create account.
 
 
Select the default option and click Next
 
 
Select default option and click Next
 
 
 
Complete the installation by clicking Finish.
 

Create dspace user and dspace database in PostgreSQL database server

 
  1. Start->Run and type the command cmd to go to command prompt
  2. Type the following commands
  3. cd C:\Program Files\PostgreSQL\8.1\bin
  4. createuser -U postgres -d -A -P dspace
Enter password for new role:���������������� (Enter dspace database user password)
Enter it again:����������������������������������� (confirm it)
Shall the new role be allowed to create more new roles? (y/n): ( Enter yes)
  1. createdb -U dspace -E UNICODE dspace 
Password: ���������������� (Enter dspace password)
 

Installation of Jakarta Tomcat

 
  1. Download the file apache-tomcat-5.5.17.exe (or apache-tomcat-5.5.17+)
  2. Double click the file apache-tomcat-5.5.17.exe and follow the instructions
 
 
Choose the port 8080 and admin password
 
 
Locate the JRE path if not detected by default
 

Installation of Dspace

 
  1. Download Dspace source and extract into a directory like C:\Dspace (Rename to Dspace)
  2. Copy the PostgreSQL JDBC driver C:\Program Files\PostgreSQL\8.1\jdbc\postgresql-8.1-404.jdbc3.jar
to C:\Dspace\lib folder
  1. Open the file C:\Dspace\config\dspace.cfg and make changes
 
dspace.dir = C:/dspace
dspace.url = http://IP_No_of_Machine or hostname/:8080/dspace
dspace.hostname =hostname or IP No of M/C
dspace.name = DSpace repository name (like IR@youruniversity)
config.template.log4j.properties = c:/dspace/config/log4j.properties
config.template.log4j-handle-plugin.properties = c:/dspace/config/log4j-handle-plugin.properties
config.template.oaicat.properties = c:/dspace/config/oaicat.properties
mail.server=host or IP no of your server
mail.from.address = dspace-noreply@your_email_ID
 
  1. Go to command prompt (Start->Run then type cmd)
  2. antfresh_install
  3. Create Initial Administrator Account
  4. You need to downloadtwo files (dsrun.bat, buildpath.bat) from the sites http://wiki.dspace.org/DSpaceOnWindows?action=AttachFile&do=get&target=dsrun.bat and http://wiki.dspace.org/DSpaceOnWindows?action=AttachFile&do=get&target=buildpath.bat
  5. Copy these two files in C:\Dspace\bin and run the command
  6. dsrun org.dspace.administer.CreateAdministrator
  7. Supply the password
  8. Copy the files dspace.war and dspace-oai.war from the folder C:\Dspace\build to
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps folder
  1. Restart tomcat (Start->Programs->Apache Tomcat 5.5->Monitor Tomcat->Restart)
  2. Open browser and browse the URL http://IP_No_of_Machine:8080/dspace
 
The default home page of Dspace looks like below:
 

No comments:

Post a Comment