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?

Write book in markdown
Write book in markdownWrite book in markdown
Write book in markdownLarry Cai
 
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?Michael Irwin
 
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 UnderstandJeremy Gimbel
 
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.comJohan Roesdy
 
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, PuppetPuppet
 
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...Puppet
 
Run Docker On Windows Using Vagrant
Run Docker On Windows Using VagrantRun Docker On Windows Using Vagrant
Run Docker On Windows Using VagrantJulien Barbier
 
Epm 1 2_2_instl_config
Epm 1 2_2_instl_configEpm 1 2_2_instl_config
Epm 1 2_2_instl_configDeeksha Gupta
 
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...Puppet
 
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 MySQLAmazon Web Services
 
Introduction To Windows Power Shell
Introduction To Windows Power ShellIntroduction To Windows Power Shell
Introduction To Windows Power ShellMicrosoft TechNet
 
Android Storage - StorageManager & OBB
Android Storage - StorageManager & OBBAndroid Storage - StorageManager & OBB
Android Storage - StorageManager & OBBWilliam Lee
 
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 projectLaurence Svekis ✔
 
Oracle Web logic 12c on docker
Oracle Web logic 12c  on dockerOracle Web logic 12c  on docker
Oracle Web logic 12c on dockerK Kumar Guduru
 
Learn flask in 90mins
Learn flask in 90minsLearn flask in 90mins
Learn flask in 90minsLarry Cai
 

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 on Windows XP Installation Guide

Installing d space on windows
Installing d space on windowsInstalling d space on windows
Installing d space on windowsBibliounivbtn
 
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 DocumentationAshok Kumar Satapathy
 
DSpace Tutorial : Open Source Digital Library
DSpace Tutorial : Open Source Digital LibraryDSpace Tutorial : Open Source Digital Library
DSpace Tutorial : Open Source Digital Libraryrajivkumarmca
 
Install NewGenLib on Windows XP
Install NewGenLib on Windows XPInstall NewGenLib on Windows XP
Install NewGenLib on Windows XPRupesh Kumar
 
java:characteristics, classpath, compliation
java:characteristics, classpath, compliationjava:characteristics, classpath, compliation
java:characteristics, classpath, compliationShivam Singhal
 
D installation manual
D installation manualD installation manual
D installation manualFaheem Akbar
 
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 stepsIshara Amarasekera
 
Geoserver GIS Mapping Solution
Geoserver GIS Mapping SolutionGeoserver GIS Mapping Solution
Geoserver GIS Mapping SolutionKeshavSharma274
 
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
 
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 01rhemsolutions
 
Installing Hortonworks Hadoop for Windows
Installing Hortonworks Hadoop for WindowsInstalling Hortonworks Hadoop for Windows
Installing Hortonworks Hadoop for WindowsJonathan Bloom
 
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 2013Carlos 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 linuxAnar Godjaev
 

Ähnlich wie DSpace on Windows XP Installation Guide (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

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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 Processorsdebabhi2
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
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.pdfsudhanshuwaghmare1
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Kürzlich hochgeladen (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

DSpace on Windows XP Installation Guide

  • 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 !!!