SlideShare ist ein Scribd-Unternehmen logo
1 von 62
DSpace on Windows XP
Installation Guide
Vaibhav Gaikwad
Dr. V N Bedekar Institute of Management Studies , Thane (W)
Maharashtra INDIA
Vaibhav.gaikwad2@gmail.com
Pre-requisite Softwares:
1. Java jdk-1_5_0_06
http://java.sun.com/javase/downloads/index.jsp
2. postgresql-8.1.3-1.
If you install PostgreSQL, it's recommended to select to install the
pgAdmin III tool
http://www.postgresql.org/download/windows
3. Apache Ant 1.6.2 or later. Unzip the package in C: and add C:apache-ant-
1.6.2bin to the PATH environment variable. For Ant to work properly, you
should ensure that JAVA_HOME is set.
http://ant.apache.org/bindownload.cgi
4. apache-tomcat-6.0.20.
http://tomcat.apache.org/download-60.cgi
5. apache-maven-2.2.1
http://maven.apache.org/download.html
Installing Java
1. Double Click on the Setup File.
Click (I accept the terms in the license agreement)
Click Next
C:Program FilesJavajdk1.5.0_06 (Check Path)
Click Next
Installing Java
C:Program FilesJavajdk1.5.0_06 (Check Path)
Click Next
Browser Registration
Click Next
Installing
Installation Completed
Installing Apache Ant & Apache Maven
1. Copy folder and paste in C: or Desktop (Apache Ant)
2. Copy folder and paste in C: or Desktop (Apache Maven)
Setting up PATH for Java, Apache Ant, Apache Maven (System
Variables)
1. Right click My Computer, click Properties, click Advanced, click Environment Variables, select
“PATH” from System Variables, click edit
PATH for Java C:Program FilesJavajdk1.5.0_06bin
PATH for Ant C:apache-ant-1.6.2 bin
PATH for Maven C:apache-maven-2.2.1bin
2. Add the above PATH variables in the edit box as last item (With Semi-Colons after each PATH);
C:Program FilesJavajdk1.5.0_06bin; C:apache-ant-1.6.2 bin; C:apache-maven-2.2.1bin
Setting up ANT_HOME & JAVA_HOME for Apache Ant and Java (User
Variables)
1. Right click My Computer, click Properties, click Advanced, click Environment Variables, click
“New” from User Variables for user and add the following and click OK
Variable name: ANT_HOME
Variable value: C:apache-ant-1.6.2
2. Right click My Computer, click Properties, click Advanced, click Environment Variables, click
“New” from User Variables for user and add the following and click OK
Variable name: JAVA_HOME
Variable value: C:Program FilesJavajdk1.5.0_06
Checking the PATH and HOME variables
1. Go to command prompt (Click Start, click Run, type cmd)
Click Ok
2. In the command line type mvn -version (see the version displayed)
3. type ant -version (see the version displayed)
4. type java –version (see the version displayed)
Installing PostgreSQL and Creating dspace user
Install PostgreSQL
Click Next
Click Next
Click Next
Click Next
C:Program FilesPostgreSQL8.1 (Check Path)
Click Next
Here Type Account Password (eg. library)
Verify Password (eg. library)
Click Next
Password (eg. library)
Password (again) (eg. library)
Click Next
Enable Procedural languages
Click Next
Enable Contrib Modules
Click Next
Ready to Install
Click Next
Installing
Click Next
Finish
Start pgAdminIII
Connect to the database by right clicking PostgreSQL 8.3 (localhost : 5432) and clicking Connect.
Type Here Password of PostgreSQL Installation (eg. library)
Add Login Role for “dspace” and Create database “dspace”
Create Login role (dspace)
Provide password as “dspace”
Remember to click of Role Privileges
Creating database
Create database by giving Name as dspace “dspace”
Owner “dspace”
Encoding must be selected as UTF 8
Installing Apache Tomcat
Double click on Setup File to install tomcat
Click Next
Click Next
Click Next
Click Next
Type Here Password (eg. admin)
Click Next
Paste here C:Program FilesJavajre1.5.0_06
Click Install
Installing (Apache Tomcat Setup)
Finish
When Tomcat is running , you can see the icon of tomcat on systems tray area of
windows. You can stop the service , start the service by right clicking this icon.
Compiling DSpace
Dspace extract file
Extract a Desktop or other
Click ok
Extracting from dspace
1. Copy to C: [this is our source directory] dspace-1.5.2-src-release
Here Path is C:dspace-1.5.2-src-release
2. Create a directory with name “dspace” in C: [this is our installation directory]
e.g.: dspace.dir = C:/dSpace
Here Create New Folder in C Drive & rename this folder dspace
3. Start the Postgres Service [ Start > Programs > PostgreSQL 8.3 > Start Server]
Generate the DSpace installation package by running the following from
commandline (cmd) from your [dspacesource]/dspace/ directory: and execute the
command “mvn package”
Go Start , Run (Type cmd) press ok
Open the cmd window after type C: (Press Enter)
C:cd dspace-1.5.2-src-release (Press Enter)
C:cd dspace-1.5.2-src-release >cd dspace (Press enter)
C:cd dspace-1.5.2-src-release >cd dspace>mvn package (Press enter)
After this window come
Completed the mvn packages come build Successful Message in your screen.
Install DSpace to [dspace] (e.g. C:DSpace) by running the
following from commandline from your
[dspace-source]/dspace/target/dspace-[version]-build.dir/ ant fresh_install
Command for Installing DSpace
Here open the cmd after type
C:Documents and Settingsuser>cd  (Press enter)
C:>cd dspace-1.5.2-src-release (Press enter)
C:>cd dspace-1.5.2-src-release>cd dspace (Press enter)
C:>cd dspace-1.5.2-src-releasedspace>cd target (Press enter)
C:>cd dspace-1.5.2-src-releasedspacetarget>cd dspace-1.5.2-build.dir (Press
enter)
C:>cd dspace-1.5.2-src-releasedspacetargetdspace-1.5.2-build.dir>ant fresh-
install (Press enter)
Completed the ant fresh install come build Successful Message in your screen.
Create an administrator account, by running the following from your [dspace]
[dspace]bindsrun org.dspace.administer.CreateAdministrator
Copy the Web application directories from [dspace]webapps to Tomcat's
webapps dir, which should be somewhere like C:Program FilesApache Software
FoundationTomcat 6.0webapps
Restart the Tomcat and see DSpace is running at http://localhost:8080/jspui/ and
http://localhost:8080/xmlui/
http://localhost:8080/jspui/ (Display )
http://localhost:8080/xmlui/ (Display)
Here Login ( Your email address & Password) given you earlier step.)
INSTRUCTION FOR PUTTING DSPACE ON Local Area Network
(LAN) OF CAMPUS/INSTITUTE
To change the URL from local host to particular IP (internet Protocol)
address. Open
C:dspaceconfigdspace.cfg in text editor / word pad
Change the dspace.url by writing your IP
After save the textfile
Type the URL as http://machine IP :8080/jspui
Congratulation !!!

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Write book in markdown
Write book in markdownWrite book in markdown
Write book in markdown
 
Newgenlib
NewgenlibNewgenlib
Newgenlib
 
What's New in Docker 1.13?
What's New in Docker 1.13?What's New in Docker 1.13?
What's New in Docker 1.13?
 
Play Framework in EC2
Play Framework in EC2Play Framework in EC2
Play Framework in EC2
 
A Docker-based Development Environment Even I Can Understand
A Docker-based Development Environment Even I Can UnderstandA Docker-based Development Environment Even I Can Understand
A Docker-based Development Environment Even I Can Understand
 
ExpressJs Session01
ExpressJs Session01ExpressJs Session01
ExpressJs Session01
 
Squid 3 for windows blogbudaqdegil.blogspot.com
Squid 3 for windows blogbudaqdegil.blogspot.comSquid 3 for windows blogbudaqdegil.blogspot.com
Squid 3 for windows blogbudaqdegil.blogspot.com
 
PowerShell-2
PowerShell-2PowerShell-2
PowerShell-2
 
PuppetConf 2016: Puppet on Windows – Nicolas Corrarello, Puppet
PuppetConf 2016: Puppet on Windows – Nicolas Corrarello, PuppetPuppetConf 2016: Puppet on Windows – Nicolas Corrarello, Puppet
PuppetConf 2016: Puppet on Windows – Nicolas Corrarello, Puppet
 
PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...
PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...
PuppetConf 2016: Building Nano Server Images with Puppet and DSC – Michael Sm...
 
Run Docker On Windows Using Vagrant
Run Docker On Windows Using VagrantRun Docker On Windows Using Vagrant
Run Docker On Windows Using Vagrant
 
Epm 1 2_2_instl_config
Epm 1 2_2_instl_configEpm 1 2_2_instl_config
Epm 1 2_2_instl_config
 
PuppetConf 2016: Getting to the Latest Puppet – Nate McCurdy & Elizabeth Witt...
PuppetConf 2016: Getting to the Latest Puppet – Nate McCurdy & Elizabeth Witt...PuppetConf 2016: Getting to the Latest Puppet – Nate McCurdy & Elizabeth Witt...
PuppetConf 2016: Getting to the Latest Puppet – Nate McCurdy & Elizabeth Witt...
 
Hands-on Lab: re-Modernize - Updating and Consolidating MySQL
Hands-on Lab: re-Modernize - Updating and Consolidating MySQLHands-on Lab: re-Modernize - Updating and Consolidating MySQL
Hands-on Lab: re-Modernize - Updating and Consolidating MySQL
 
Introduction To Windows Power Shell
Introduction To Windows Power ShellIntroduction To Windows Power Shell
Introduction To Windows Power Shell
 
Android Storage - StorageManager & OBB
Android Storage - StorageManager & OBBAndroid Storage - StorageManager & OBB
Android Storage - StorageManager & OBB
 
fast_bitcoin_data_mining
fast_bitcoin_data_miningfast_bitcoin_data_mining
fast_bitcoin_data_mining
 
Introduction to Node js for beginners + game project
Introduction to Node js for beginners + game projectIntroduction to Node js for beginners + game project
Introduction to Node js for beginners + game project
 
Oracle Web logic 12c on docker
Oracle Web logic 12c  on dockerOracle Web logic 12c  on docker
Oracle Web logic 12c on docker
 
Learn flask in 90mins
Learn flask in 90minsLearn flask in 90mins
Learn flask in 90mins
 

Ähnlich wie Dspace

Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
Carlos Sanchez
 
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
Carlos Sanchez
 
Installing 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxInstalling 12c R1 database on oracle linux
Installing 12c R1 database on oracle linux
Anar Godjaev
 

Ähnlich wie Dspace (20)

Installing d space on windows
Installing d space on windowsInstalling d space on windows
Installing d space on windows
 
Installation of Dspace in Windows OS: A Complete Documentation
Installation of Dspace in Windows OS: A Complete DocumentationInstallation of Dspace in Windows OS: A Complete Documentation
Installation of Dspace in Windows OS: A Complete Documentation
 
Dspace tutorial
Dspace tutorialDspace tutorial
Dspace tutorial
 
DSpace Tutorial : Open Source Digital Library
DSpace Tutorial : Open Source Digital LibraryDSpace Tutorial : Open Source Digital Library
DSpace Tutorial : Open Source Digital Library
 
Install NewGenLib on Windows XP
Install NewGenLib on Windows XPInstall NewGenLib on Windows XP
Install NewGenLib on Windows XP
 
Newgenlib
NewgenlibNewgenlib
Newgenlib
 
java:characteristics, classpath, compliation
java:characteristics, classpath, compliationjava:characteristics, classpath, compliation
java:characteristics, classpath, compliation
 
D installation manual
D installation manualD installation manual
D installation manual
 
How to write a simple java program in 10 steps
How to write a simple java program in 10 stepsHow to write a simple java program in 10 steps
How to write a simple java program in 10 steps
 
Geoserver GIS Mapping Solution
Geoserver GIS Mapping SolutionGeoserver GIS Mapping Solution
Geoserver GIS Mapping Solution
 
Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
 
Introduction maven3 and gwt2.5 rc2 - Lesson 01
Introduction maven3 and gwt2.5 rc2 - Lesson 01Introduction maven3 and gwt2.5 rc2 - Lesson 01
Introduction maven3 and gwt2.5 rc2 - Lesson 01
 
Command line
Command lineCommand line
Command line
 
Installing Hortonworks Hadoop for Windows
Installing Hortonworks Hadoop for WindowsInstalling Hortonworks Hadoop for Windows
Installing Hortonworks Hadoop for Windows
 
instaling
instalinginstaling
instaling
 
instaling
instalinginstaling
instaling
 
instaling
instalinginstaling
instaling
 
instaling
instalinginstaling
instaling
 
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
 
Installing 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxInstalling 12c R1 database on oracle linux
Installing 12c R1 database on oracle linux
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Kürzlich hochgeladen (20)

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 

Dspace

  • 1. DSpace on Windows XP Installation Guide Vaibhav Gaikwad Dr. V N Bedekar Institute of Management Studies , Thane (W) Maharashtra INDIA Vaibhav.gaikwad2@gmail.com Pre-requisite Softwares: 1. Java jdk-1_5_0_06 http://java.sun.com/javase/downloads/index.jsp 2. postgresql-8.1.3-1. If you install PostgreSQL, it's recommended to select to install the pgAdmin III tool http://www.postgresql.org/download/windows 3. Apache Ant 1.6.2 or later. Unzip the package in C: and add C:apache-ant- 1.6.2bin to the PATH environment variable. For Ant to work properly, you should ensure that JAVA_HOME is set. http://ant.apache.org/bindownload.cgi 4. apache-tomcat-6.0.20. http://tomcat.apache.org/download-60.cgi 5. apache-maven-2.2.1 http://maven.apache.org/download.html
  • 2. Installing Java 1. Double Click on the Setup File.
  • 3. Click (I accept the terms in the license agreement)
  • 7.
  • 11. Installation Completed Installing Apache Ant & Apache Maven 1. Copy folder and paste in C: or Desktop (Apache Ant) 2. Copy folder and paste in C: or Desktop (Apache Maven)
  • 12. Setting up PATH for Java, Apache Ant, Apache Maven (System Variables) 1. Right click My Computer, click Properties, click Advanced, click Environment Variables, select “PATH” from System Variables, click edit PATH for Java C:Program FilesJavajdk1.5.0_06bin PATH for Ant C:apache-ant-1.6.2 bin PATH for Maven C:apache-maven-2.2.1bin 2. Add the above PATH variables in the edit box as last item (With Semi-Colons after each PATH); C:Program FilesJavajdk1.5.0_06bin; C:apache-ant-1.6.2 bin; C:apache-maven-2.2.1bin
  • 13. Setting up ANT_HOME & JAVA_HOME for Apache Ant and Java (User Variables) 1. Right click My Computer, click Properties, click Advanced, click Environment Variables, click “New” from User Variables for user and add the following and click OK Variable name: ANT_HOME Variable value: C:apache-ant-1.6.2
  • 14. 2. Right click My Computer, click Properties, click Advanced, click Environment Variables, click “New” from User Variables for user and add the following and click OK Variable name: JAVA_HOME Variable value: C:Program FilesJavajdk1.5.0_06
  • 15. Checking the PATH and HOME variables 1. Go to command prompt (Click Start, click Run, type cmd) Click Ok
  • 16. 2. In the command line type mvn -version (see the version displayed) 3. type ant -version (see the version displayed) 4. type java –version (see the version displayed)
  • 17. Installing PostgreSQL and Creating dspace user Install PostgreSQL Click Next
  • 22. Here Type Account Password (eg. library) Verify Password (eg. library) Click Next
  • 23. Password (eg. library) Password (again) (eg. library) Click Next
  • 30. Connect to the database by right clicking PostgreSQL 8.3 (localhost : 5432) and clicking Connect.
  • 31. Type Here Password of PostgreSQL Installation (eg. library)
  • 32. Add Login Role for “dspace” and Create database “dspace”
  • 33. Create Login role (dspace) Provide password as “dspace” Remember to click of Role Privileges
  • 35. Create database by giving Name as dspace “dspace” Owner “dspace” Encoding must be selected as UTF 8
  • 36. Installing Apache Tomcat Double click on Setup File to install tomcat Click Next
  • 40. Type Here Password (eg. admin) Click Next
  • 41. Paste here C:Program FilesJavajre1.5.0_06 Click Install
  • 43. Finish When Tomcat is running , you can see the icon of tomcat on systems tray area of windows. You can stop the service , start the service by right clicking this icon.
  • 45. Extract a Desktop or other Click ok
  • 47. 1. Copy to C: [this is our source directory] dspace-1.5.2-src-release Here Path is C:dspace-1.5.2-src-release
  • 48. 2. Create a directory with name “dspace” in C: [this is our installation directory] e.g.: dspace.dir = C:/dSpace Here Create New Folder in C Drive & rename this folder dspace
  • 49. 3. Start the Postgres Service [ Start > Programs > PostgreSQL 8.3 > Start Server]
  • 50. Generate the DSpace installation package by running the following from commandline (cmd) from your [dspacesource]/dspace/ directory: and execute the command “mvn package” Go Start , Run (Type cmd) press ok Open the cmd window after type C: (Press Enter) C:cd dspace-1.5.2-src-release (Press Enter) C:cd dspace-1.5.2-src-release >cd dspace (Press enter) C:cd dspace-1.5.2-src-release >cd dspace>mvn package (Press enter)
  • 52. Completed the mvn packages come build Successful Message in your screen.
  • 53. Install DSpace to [dspace] (e.g. C:DSpace) by running the following from commandline from your [dspace-source]/dspace/target/dspace-[version]-build.dir/ ant fresh_install Command for Installing DSpace Here open the cmd after type C:Documents and Settingsuser>cd (Press enter) C:>cd dspace-1.5.2-src-release (Press enter) C:>cd dspace-1.5.2-src-release>cd dspace (Press enter) C:>cd dspace-1.5.2-src-releasedspace>cd target (Press enter) C:>cd dspace-1.5.2-src-releasedspacetarget>cd dspace-1.5.2-build.dir (Press enter) C:>cd dspace-1.5.2-src-releasedspacetargetdspace-1.5.2-build.dir>ant fresh- install (Press enter)
  • 54. Completed the ant fresh install come build Successful Message in your screen.
  • 55. Create an administrator account, by running the following from your [dspace] [dspace]bindsrun org.dspace.administer.CreateAdministrator Copy the Web application directories from [dspace]webapps to Tomcat's
  • 56. webapps dir, which should be somewhere like C:Program FilesApache Software FoundationTomcat 6.0webapps
  • 57. Restart the Tomcat and see DSpace is running at http://localhost:8080/jspui/ and http://localhost:8080/xmlui/ http://localhost:8080/jspui/ (Display )
  • 59. Here Login ( Your email address & Password) given you earlier step.)
  • 60. INSTRUCTION FOR PUTTING DSPACE ON Local Area Network (LAN) OF CAMPUS/INSTITUTE To change the URL from local host to particular IP (internet Protocol) address. Open C:dspaceconfigdspace.cfg in text editor / word pad
  • 61. Change the dspace.url by writing your IP After save the textfile
  • 62. Type the URL as http://machine IP :8080/jspui Congratulation !!!