SlideShare ist ein Scribd-Unternehmen logo
1 von 36
DSpace – Open Source RepositoryDSpace – Open Source Repository
FAHEEM AKBAR
CMS EXPERT
Virtual Web Solutions
onlinevws@gmail.com
www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 “DSpace captures your data in any format in
text, video, audio, and data. It distributes it over
the web. It indexes your work, so users can
search and retrieve your items. It preserves your
digital work over the long term. DSpace provides
a way to manage your research materials and
publications in a professionally maintained
repository to give them greater visibility and
accessibility over time.” www.dspace.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Following are the Pre-Requisite software so fist install all these
software's.
 Java SDK
 Apache Maven
 Apache Ant
 Apache Tomcat
 PostgreSQL
 Dspace
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 Check your computer that either it is running on 32 or 64 bit
windows
 Do the following:
For Windows vista or windows 7
 Start button  clicking Control Panel  clicking System
and Maintenance  click on System.
 2. Here can view the system type.
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Right Click on My computer
Now Click on Properties
Here you can see the it is 32bit or 64 bit system
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 To install Dspace first download the following software.
All of them are free software and can be download from
www.vwsonline.org.
 Java SDK (32 or 64bit )
 Apache ant (latest version)
 Apache Maven
 PostgreSQL (32 or 64 bit)
 Apache Tomcat (32 or 64bit)
 DSpace (the version you want to install
latest is 5.1)
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
JAVA SDK (jdk-6u38-windows-i586)
Direct link
http://www.oracle.com/technetwork/java/javase/downloads
/jdk6u38-downloads-1877406.html
Or
http:// www.vwsonline.org
 Installing Java, to do this , double click on the file ‘jdk-
6u38-windows-i586’ and follow the on screen
instructions and accept the license agreement.
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
APACHE ANT (Latest Version)
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.8.4-bin” in to
C:ANT
APACHE MAVEN (Latest Version)
http://maven.apache.org/download.cgi
 To install Apache Maven create a new folder named “MAVEN” in
C:MAVEN unzip “apache-maven-3.0.4-bin.zip” in to that folder.
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
For Windows Vista or Windows 7
 Right click “My Computer” Click “Properties” Click on
“Advanced System Settings” from “Tasks” Choose “Advance”
tab Click on “Environment Variable” Button
For Windows XP
 Right click “My Computer” Click Properties  “Advance” tab 
Click on “Environment Variable” Button
 Now click on “PATH” variable under ‘System Variables’ and click
on “Edit”.Button
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Variable Name: JAVA_HOME
Variable Value: C:Program FilesJavajdk1.6.0_38
Variable Name: ANT_HOME
Variable Value: C:ANT
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 Add followings to your PATH variable
; C:Program
FilesJavajdk1.6.0_38bin;C:ANTbin;C:MAVENbin
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Now verify the platform, to do so run the following
commands in to the command prompt.
> java –version
> ant –version
>mvn – version
 As show on next slide.
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 how to install of PostgreSQL with database
creation, to install PostgreSQL
 double click on “postgresql”. Follow the
instructions.
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 Remember that in the last step/screen don’t check
the update check box. Otherwise the Postgre SQL
will not work.
 Next step is creation of empty database with the
name “dsapce” to store dspace data.
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org

Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Download Apache Tomcat form vwsonline or
the following link:
http://tomcat.apache.org
 This step installation of Apache Tomcat will be
attempted, to do this, double click on “apache-
tomcate”
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 This is the final step actual installation of dspace.
 create an empty directory on C:(program files and
datafiles of dspace will be copies here).
 C:DSpace
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 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-
5.1-src-release.zip
 Once the files are unzipped, go to
“C:Dspacedspace-5.1-src-eleasedspaceconfig”,
 Find out “dspace.cfg” and open in notepad or any other editor and
atleast change the following parameters. Use forward slashes `/` for
path separators
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 dspace.dir = C:/Dspace.
 dspace.name = "Dspace Repository".
 mail.server = mail.yourinstitute.ac.in
 mail.from.address = admin@drtc.ac.in
 feedback.recipient = admin@drtc.ac.in
 mail.admin = admin@drtc.ac.in
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Once you have edited dspace configuration file open the command
prompt and go to “C: dspace-5.1-src-release dspace” folder
“cd C:Dspacedspace-5.1-src-releasedspace”
Now type “mvn package” and press enter
“C:Dspacedspace-5.1-src-releasedspace> mvn package”
Note: Please note that internet connection is required to perform this
operation, Maven will download dspace source dependencies
online.
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Now go to “C: dspace-5.1-src-releasedspacetargetdspace-build.dir”
on command prompt
“cd C: dspace-5.1-src-releasedspacetargetdspace-
build.dir”
Now type “ant fresh_install” and press enter
C: dspace-virsion-src-releasedspacetargetdspace-5.1-build.dir>ant
fresh_install
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 Now it is time to create default system administrator. To
create administrator execute following command
“C:dspacebindspace create-
administrator”
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 Using your explorer browse through your
C:dspacewebapps folder
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 Copy “jspui” and “xmlui” folder to your tomcat
installation’s webapps folder
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
 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
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org
Dspace Installation is Completed
If case of queries regarding installation
please post it on vwonline forum
For advance learning please register
premium course on Dspace on
www.vwsonline.org
Virtual Web Solutions:
www.vwsonline.org
Thanks
Virtual Web Solutions Virtually any
thing is possible: www.vwsonline.org

Weitere ähnliche Inhalte

Was ist angesagt?

Windows Attacks AT is the new black
Windows Attacks   AT is the new blackWindows Attacks   AT is the new black
Windows Attacks AT is the new blackRob Fuller
 
Nuxeo5 - Code Source Installation
Nuxeo5 - Code Source Installation Nuxeo5 - Code Source Installation
Nuxeo5 - Code Source Installation PASCAL Jean Marie
 
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014Amazon Web Services
 
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
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments Ohad Raz
 
Azure from scratch part 5 By Girish Kalamati
Azure from scratch part 5 By Girish KalamatiAzure from scratch part 5 By Girish Kalamati
Azure from scratch part 5 By Girish KalamatiGirish Kalamati
 
Vagrant for real (codemotion rome 2016)
Vagrant for real (codemotion rome 2016)Vagrant for real (codemotion rome 2016)
Vagrant for real (codemotion rome 2016)Michele Orselli
 
BaláZs Ree Introduction To Kss, Kinetic Style Sheets
BaláZs Ree   Introduction To Kss, Kinetic Style SheetsBaláZs Ree   Introduction To Kss, Kinetic Style Sheets
BaláZs Ree Introduction To Kss, Kinetic Style SheetsVincenzo Barone
 
Vagrant for real codemotion (moar tips! ;-))
Vagrant for real codemotion (moar tips! ;-))Vagrant for real codemotion (moar tips! ;-))
Vagrant for real codemotion (moar tips! ;-))Michele Orselli
 
Solve the Cross-Cloud Conundrum with jclouds at Gluecon 2013
Solve the Cross-Cloud Conundrum with jclouds at Gluecon 2013Solve the Cross-Cloud Conundrum with jclouds at Gluecon 2013
Solve the Cross-Cloud Conundrum with jclouds at Gluecon 2013Everett Toews
 
Attacker Ghost Stories - ShmooCon 2014
Attacker Ghost Stories - ShmooCon 2014Attacker Ghost Stories - ShmooCon 2014
Attacker Ghost Stories - ShmooCon 2014Rob Fuller
 
WordPress & Vagrant
WordPress & VagrantWordPress & Vagrant
WordPress & VagrantJoe Maller
 
When dynamic becomes static : the next step in web caching techniques
When dynamic becomes static : the next step in web caching techniquesWhen dynamic becomes static : the next step in web caching techniques
When dynamic becomes static : the next step in web caching techniquesWim Godden
 
Hashstyling &Prelinks
Hashstyling &PrelinksHashstyling &Prelinks
Hashstyling &Prelinksguest6db481
 
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
 
Rock-solid Magento Deployments (and Development)
Rock-solid Magento Deployments (and Development)Rock-solid Magento Deployments (and Development)
Rock-solid Magento Deployments (and Development)AOE
 
Martin Aspeli Extending And Customising Plone 3
Martin Aspeli   Extending And Customising Plone 3Martin Aspeli   Extending And Customising Plone 3
Martin Aspeli Extending And Customising Plone 3Vincenzo Barone
 
setup-a-dedicated-web
setup-a-dedicated-websetup-a-dedicated-web
setup-a-dedicated-webfurkids
 

Was ist angesagt? (20)

Windows Attacks AT is the new black
Windows Attacks   AT is the new blackWindows Attacks   AT is the new black
Windows Attacks AT is the new black
 
Nuxeo5 - Code Source Installation
Nuxeo5 - Code Source Installation Nuxeo5 - Code Source Installation
Nuxeo5 - Code Source Installation
 
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
(WEB304) Running and Scaling Magento on AWS | AWS re:Invent 2014
 
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
 
WordPress Development Environments
WordPress Development Environments WordPress Development Environments
WordPress Development Environments
 
Azure from scratch part 5 By Girish Kalamati
Azure from scratch part 5 By Girish KalamatiAzure from scratch part 5 By Girish Kalamati
Azure from scratch part 5 By Girish Kalamati
 
WPDay Bologna 2013
WPDay Bologna 2013WPDay Bologna 2013
WPDay Bologna 2013
 
Vagrant for real (codemotion rome 2016)
Vagrant for real (codemotion rome 2016)Vagrant for real (codemotion rome 2016)
Vagrant for real (codemotion rome 2016)
 
BaláZs Ree Introduction To Kss, Kinetic Style Sheets
BaláZs Ree   Introduction To Kss, Kinetic Style SheetsBaláZs Ree   Introduction To Kss, Kinetic Style Sheets
BaláZs Ree Introduction To Kss, Kinetic Style Sheets
 
Vagrant for real codemotion (moar tips! ;-))
Vagrant for real codemotion (moar tips! ;-))Vagrant for real codemotion (moar tips! ;-))
Vagrant for real codemotion (moar tips! ;-))
 
Solve the Cross-Cloud Conundrum with jclouds at Gluecon 2013
Solve the Cross-Cloud Conundrum with jclouds at Gluecon 2013Solve the Cross-Cloud Conundrum with jclouds at Gluecon 2013
Solve the Cross-Cloud Conundrum with jclouds at Gluecon 2013
 
Attacker Ghost Stories - ShmooCon 2014
Attacker Ghost Stories - ShmooCon 2014Attacker Ghost Stories - ShmooCon 2014
Attacker Ghost Stories - ShmooCon 2014
 
WordPress & Vagrant
WordPress & VagrantWordPress & Vagrant
WordPress & Vagrant
 
When dynamic becomes static : the next step in web caching techniques
When dynamic becomes static : the next step in web caching techniquesWhen dynamic becomes static : the next step in web caching techniques
When dynamic becomes static : the next step in web caching techniques
 
Hashstyling &Prelinks
Hashstyling &PrelinksHashstyling &Prelinks
Hashstyling &Prelinks
 
Vagrant
VagrantVagrant
Vagrant
 
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
 
Rock-solid Magento Deployments (and Development)
Rock-solid Magento Deployments (and Development)Rock-solid Magento Deployments (and Development)
Rock-solid Magento Deployments (and Development)
 
Martin Aspeli Extending And Customising Plone 3
Martin Aspeli   Extending And Customising Plone 3Martin Aspeli   Extending And Customising Plone 3
Martin Aspeli Extending And Customising Plone 3
 
setup-a-dedicated-web
setup-a-dedicated-websetup-a-dedicated-web
setup-a-dedicated-web
 

Andere mochten auch

Installing d space on windows
Installing d space on windowsInstalling d space on windows
Installing d space on windowsBibliounivbtn
 
DSpace Training Presentation
DSpace Training PresentationDSpace Training Presentation
DSpace Training PresentationThomas King
 
DSpace Tutorial : Open Source Digital Library
DSpace Tutorial : Open Source Digital LibraryDSpace Tutorial : Open Source Digital Library
DSpace Tutorial : Open Source Digital Libraryrajivkumarmca
 
Greenstone Digital Library
Greenstone Digital LibraryGreenstone Digital Library
Greenstone Digital LibraryImran Mansuri
 
DSpace 4.2 Basics & Configuration
DSpace 4.2 Basics & ConfigurationDSpace 4.2 Basics & Configuration
DSpace 4.2 Basics & ConfigurationDuraSpace
 
DSpace - Digital Library - Heuristic Evaluation
DSpace - Digital Library - Heuristic EvaluationDSpace - Digital Library - Heuristic Evaluation
DSpace - Digital Library - Heuristic EvaluationDevesh Jagatram
 
DSpace Today and Tomorrow
DSpace Today and TomorrowDSpace Today and Tomorrow
DSpace Today and TomorrowBram Luyten
 

Andere mochten auch (7)

Installing d space on windows
Installing d space on windowsInstalling d space on windows
Installing d space on windows
 
DSpace Training Presentation
DSpace Training PresentationDSpace Training Presentation
DSpace Training Presentation
 
DSpace Tutorial : Open Source Digital Library
DSpace Tutorial : Open Source Digital LibraryDSpace Tutorial : Open Source Digital Library
DSpace Tutorial : Open Source Digital Library
 
Greenstone Digital Library
Greenstone Digital LibraryGreenstone Digital Library
Greenstone Digital Library
 
DSpace 4.2 Basics & Configuration
DSpace 4.2 Basics & ConfigurationDSpace 4.2 Basics & Configuration
DSpace 4.2 Basics & Configuration
 
DSpace - Digital Library - Heuristic Evaluation
DSpace - Digital Library - Heuristic EvaluationDSpace - Digital Library - Heuristic Evaluation
DSpace - Digital Library - Heuristic Evaluation
 
DSpace Today and Tomorrow
DSpace Today and TomorrowDSpace Today and Tomorrow
DSpace Today and Tomorrow
 

Ähnlich wie D installation manual

Dspace for windows
Dspace for windowsDspace for windows
Dspace for windowsRavi Bankar
 
(ARC402) Deployment Automation: From Developers' Keyboards to End Users' Scre...
(ARC402) Deployment Automation: From Developers' Keyboards to End Users' Scre...(ARC402) Deployment Automation: From Developers' Keyboards to End Users' Scre...
(ARC402) Deployment Automation: From Developers' Keyboards to End Users' Scre...Amazon Web Services
 
Building and running cloud native cassandra
Building and running cloud native cassandraBuilding and running cloud native cassandra
Building and running cloud native cassandraVinay Kumar Chella
 
Geoserver GIS Mapping Solution
Geoserver GIS Mapping SolutionGeoserver GIS Mapping Solution
Geoserver GIS Mapping SolutionKeshavSharma274
 
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
 
WordPress on AE Beanstalk:The One-Stop Guide
WordPress on AE Beanstalk:The One-Stop GuideWordPress on AE Beanstalk:The One-Stop Guide
WordPress on AE Beanstalk:The One-Stop GuidePixlogix Infotech
 
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
 
BLCN532 Lab 1Set up your development environmentV2.0.docx
BLCN532 Lab 1Set up your development environmentV2.0.docxBLCN532 Lab 1Set up your development environmentV2.0.docx
BLCN532 Lab 1Set up your development environmentV2.0.docxmoirarandell
 
Taming the Cloud Database with Apache jclouds, ApacheCon Europe 2014
Taming the Cloud Database with Apache jclouds, ApacheCon Europe 2014Taming the Cloud Database with Apache jclouds, ApacheCon Europe 2014
Taming the Cloud Database with Apache jclouds, ApacheCon Europe 2014zshoylev
 
OpenSource ToolChain for the Hybrid Cloud
OpenSource ToolChain for the Hybrid CloudOpenSource ToolChain for the Hybrid Cloud
OpenSource ToolChain for the Hybrid CloudIsaac Christoffersen
 
Continuous Delivery: The Next Frontier
Continuous Delivery: The Next FrontierContinuous Delivery: The Next Frontier
Continuous Delivery: The Next FrontierCarlos Sanchez
 
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...POSSCON
 
Java 6 [Mustang] - Features and Enchantments
Java 6 [Mustang] - Features and Enchantments Java 6 [Mustang] - Features and Enchantments
Java 6 [Mustang] - Features and Enchantments Pavel Kaminsky
 
Virtualize and automate your development environment for fun and profit
Virtualize and automate your development environment for fun and profitVirtualize and automate your development environment for fun and profit
Virtualize and automate your development environment for fun and profitAndreas Heim
 

Ähnlich wie D installation manual (20)

Dspace for windows
Dspace for windowsDspace for windows
Dspace for windows
 
Dspace
DspaceDspace
Dspace
 
(ARC402) Deployment Automation: From Developers' Keyboards to End Users' Scre...
(ARC402) Deployment Automation: From Developers' Keyboards to End Users' Scre...(ARC402) Deployment Automation: From Developers' Keyboards to End Users' Scre...
(ARC402) Deployment Automation: From Developers' Keyboards to End Users' Scre...
 
Building and running cloud native cassandra
Building and running cloud native cassandraBuilding and running cloud native cassandra
Building and running cloud native cassandra
 
Geoserver GIS Mapping Solution
Geoserver GIS Mapping SolutionGeoserver GIS Mapping Solution
Geoserver GIS Mapping Solution
 
Dspace software
Dspace softwareDspace software
Dspace software
 
Always on! Or not?
Always on! Or not?Always on! Or not?
Always on! Or not?
 
Tomcat + other things
Tomcat + other thingsTomcat + other things
Tomcat + other things
 
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
 
WordPress on AE Beanstalk:The One-Stop Guide
WordPress on AE Beanstalk:The One-Stop GuideWordPress on AE Beanstalk:The One-Stop Guide
WordPress on AE Beanstalk:The One-Stop Guide
 
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
 
BLCN532 Lab 1Set up your development environmentV2.0.docx
BLCN532 Lab 1Set up your development environmentV2.0.docxBLCN532 Lab 1Set up your development environmentV2.0.docx
BLCN532 Lab 1Set up your development environmentV2.0.docx
 
Taming the Cloud Database with Apache jclouds, ApacheCon Europe 2014
Taming the Cloud Database with Apache jclouds, ApacheCon Europe 2014Taming the Cloud Database with Apache jclouds, ApacheCon Europe 2014
Taming the Cloud Database with Apache jclouds, ApacheCon Europe 2014
 
Network Manual
Network ManualNetwork Manual
Network Manual
 
OpenSource ToolChain for the Hybrid Cloud
OpenSource ToolChain for the Hybrid CloudOpenSource ToolChain for the Hybrid Cloud
OpenSource ToolChain for the Hybrid Cloud
 
Continuous Delivery: The Next Frontier
Continuous Delivery: The Next FrontierContinuous Delivery: The Next Frontier
Continuous Delivery: The Next Frontier
 
Installing maven on windows
Installing maven on windowsInstalling maven on windows
Installing maven on windows
 
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...
 
Java 6 [Mustang] - Features and Enchantments
Java 6 [Mustang] - Features and Enchantments Java 6 [Mustang] - Features and Enchantments
Java 6 [Mustang] - Features and Enchantments
 
Virtualize and automate your development environment for fun and profit
Virtualize and automate your development environment for fun and profitVirtualize and automate your development environment for fun and profit
Virtualize and automate your development environment for fun and profit
 

Kürzlich hochgeladen

Julian Helou's Exquisite Journey Through Thai Cuisine
Julian Helou's Exquisite Journey Through Thai CuisineJulian Helou's Exquisite Journey Through Thai Cuisine
Julian Helou's Exquisite Journey Through Thai CuisineJulianHelou1
 
Dubai's Food and Discount Deals - A culinary experience
Dubai's Food and Discount Deals - A culinary experienceDubai's Food and Discount Deals - A culinary experience
Dubai's Food and Discount Deals - A culinary experiencecouponzguruuae
 
Food vocabulary, countable and uncountable nouns; quantifiers.pptx
Food vocabulary, countable and uncountable nouns; quantifiers.pptxFood vocabulary, countable and uncountable nouns; quantifiers.pptx
Food vocabulary, countable and uncountable nouns; quantifiers.pptxAndreaMarcelaMendezS
 
HACCP Check list for practicing HACCP.pdf
HACCP Check list for practicing HACCP.pdfHACCP Check list for practicing HACCP.pdf
HACCP Check list for practicing HACCP.pdfHananZayed4
 
日本学位记,筑波大学毕业证书1:1制作
日本学位记,筑波大学毕业证书1:1制作日本学位记,筑波大学毕业证书1:1制作
日本学位记,筑波大学毕业证书1:1制作aecnsnzk
 
what is the importance of work immersion
what is the importance of work immersionwhat is the importance of work immersion
what is the importance of work immersionIssaMuana
 
Insect Meal as an Alternative Protein Source for poultry
Insect Meal as an Alternative Protein Source for poultryInsect Meal as an Alternative Protein Source for poultry
Insect Meal as an Alternative Protein Source for poultryHarshRahan
 
Prediksi Angka BBFS 10 Digit Betting 10 Perak Magnumtogel
Prediksi Angka BBFS 10 Digit Betting  10 Perak MagnumtogelPrediksi Angka BBFS 10 Digit Betting  10 Perak Magnumtogel
Prediksi Angka BBFS 10 Digit Betting 10 Perak Magnumtogeltok dalang
 
pathology questions for studying and notes
pathology questions for studying and notespathology questions for studying and notes
pathology questions for studying and notesAnaAbuladze7
 
GRADE 10 QUARTER 4 WEEK 2 Cook Meat Cuts
GRADE 10 QUARTER 4 WEEK 2 Cook Meat CutsGRADE 10 QUARTER 4 WEEK 2 Cook Meat Cuts
GRADE 10 QUARTER 4 WEEK 2 Cook Meat CutsKattieAlisonMacatugg1
 
FONDANT ICING bread and pastry prod.pptx
FONDANT ICING bread and pastry prod.pptxFONDANT ICING bread and pastry prod.pptx
FONDANT ICING bread and pastry prod.pptxReleneJoySoto
 
nutrient-management-of-corn.pptxSfklavFV
nutrient-management-of-corn.pptxSfklavFVnutrient-management-of-corn.pptxSfklavFV
nutrient-management-of-corn.pptxSfklavFVFarhanaNoor12
 
Abu Dhabi Housewife Call Girls +971509530047 Abu Dhabi Call Girls
Abu Dhabi Housewife Call Girls +971509530047 Abu Dhabi Call GirlsAbu Dhabi Housewife Call Girls +971509530047 Abu Dhabi Call Girls
Abu Dhabi Housewife Call Girls +971509530047 Abu Dhabi Call Girlstiril72860
 
Presentation on legumes and uses of legumes
Presentation on legumes and uses of legumesPresentation on legumes and uses of legumes
Presentation on legumes and uses of legumeschiragsoni246780
 
Uk-NO1 Best Black Magic Specialist Near Me Spiritual Healer Powerful Love Spe...
Uk-NO1 Best Black Magic Specialist Near Me Spiritual Healer Powerful Love Spe...Uk-NO1 Best Black Magic Specialist Near Me Spiritual Healer Powerful Love Spe...
Uk-NO1 Best Black Magic Specialist Near Me Spiritual Healer Powerful Love Spe...Amil baba
 

Kürzlich hochgeladen (15)

Julian Helou's Exquisite Journey Through Thai Cuisine
Julian Helou's Exquisite Journey Through Thai CuisineJulian Helou's Exquisite Journey Through Thai Cuisine
Julian Helou's Exquisite Journey Through Thai Cuisine
 
Dubai's Food and Discount Deals - A culinary experience
Dubai's Food and Discount Deals - A culinary experienceDubai's Food and Discount Deals - A culinary experience
Dubai's Food and Discount Deals - A culinary experience
 
Food vocabulary, countable and uncountable nouns; quantifiers.pptx
Food vocabulary, countable and uncountable nouns; quantifiers.pptxFood vocabulary, countable and uncountable nouns; quantifiers.pptx
Food vocabulary, countable and uncountable nouns; quantifiers.pptx
 
HACCP Check list for practicing HACCP.pdf
HACCP Check list for practicing HACCP.pdfHACCP Check list for practicing HACCP.pdf
HACCP Check list for practicing HACCP.pdf
 
日本学位记,筑波大学毕业证书1:1制作
日本学位记,筑波大学毕业证书1:1制作日本学位记,筑波大学毕业证书1:1制作
日本学位记,筑波大学毕业证书1:1制作
 
what is the importance of work immersion
what is the importance of work immersionwhat is the importance of work immersion
what is the importance of work immersion
 
Insect Meal as an Alternative Protein Source for poultry
Insect Meal as an Alternative Protein Source for poultryInsect Meal as an Alternative Protein Source for poultry
Insect Meal as an Alternative Protein Source for poultry
 
Prediksi Angka BBFS 10 Digit Betting 10 Perak Magnumtogel
Prediksi Angka BBFS 10 Digit Betting  10 Perak MagnumtogelPrediksi Angka BBFS 10 Digit Betting  10 Perak Magnumtogel
Prediksi Angka BBFS 10 Digit Betting 10 Perak Magnumtogel
 
pathology questions for studying and notes
pathology questions for studying and notespathology questions for studying and notes
pathology questions for studying and notes
 
GRADE 10 QUARTER 4 WEEK 2 Cook Meat Cuts
GRADE 10 QUARTER 4 WEEK 2 Cook Meat CutsGRADE 10 QUARTER 4 WEEK 2 Cook Meat Cuts
GRADE 10 QUARTER 4 WEEK 2 Cook Meat Cuts
 
FONDANT ICING bread and pastry prod.pptx
FONDANT ICING bread and pastry prod.pptxFONDANT ICING bread and pastry prod.pptx
FONDANT ICING bread and pastry prod.pptx
 
nutrient-management-of-corn.pptxSfklavFV
nutrient-management-of-corn.pptxSfklavFVnutrient-management-of-corn.pptxSfklavFV
nutrient-management-of-corn.pptxSfklavFV
 
Abu Dhabi Housewife Call Girls +971509530047 Abu Dhabi Call Girls
Abu Dhabi Housewife Call Girls +971509530047 Abu Dhabi Call GirlsAbu Dhabi Housewife Call Girls +971509530047 Abu Dhabi Call Girls
Abu Dhabi Housewife Call Girls +971509530047 Abu Dhabi Call Girls
 
Presentation on legumes and uses of legumes
Presentation on legumes and uses of legumesPresentation on legumes and uses of legumes
Presentation on legumes and uses of legumes
 
Uk-NO1 Best Black Magic Specialist Near Me Spiritual Healer Powerful Love Spe...
Uk-NO1 Best Black Magic Specialist Near Me Spiritual Healer Powerful Love Spe...Uk-NO1 Best Black Magic Specialist Near Me Spiritual Healer Powerful Love Spe...
Uk-NO1 Best Black Magic Specialist Near Me Spiritual Healer Powerful Love Spe...
 

D installation manual

  • 1. DSpace – Open Source RepositoryDSpace – Open Source Repository FAHEEM AKBAR CMS EXPERT Virtual Web Solutions onlinevws@gmail.com www.vwsonline.org Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 2.  “DSpace captures your data in any format in text, video, audio, and data. It distributes it over the web. It indexes your work, so users can search and retrieve your items. It preserves your digital work over the long term. DSpace provides a way to manage your research materials and publications in a professionally maintained repository to give them greater visibility and accessibility over time.” www.dspace.org Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 3. Following are the Pre-Requisite software so fist install all these software's.  Java SDK  Apache Maven  Apache Ant  Apache Tomcat  PostgreSQL  Dspace Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 4.  Check your computer that either it is running on 32 or 64 bit windows  Do the following: For Windows vista or windows 7  Start button  clicking Control Panel  clicking System and Maintenance  click on System.  2. Here can view the system type. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 5. Right Click on My computer Now Click on Properties Here you can see the it is 32bit or 64 bit system Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 6.  To install Dspace first download the following software. All of them are free software and can be download from www.vwsonline.org.  Java SDK (32 or 64bit )  Apache ant (latest version)  Apache Maven  PostgreSQL (32 or 64 bit)  Apache Tomcat (32 or 64bit)  DSpace (the version you want to install latest is 5.1) Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 7. JAVA SDK (jdk-6u38-windows-i586) Direct link http://www.oracle.com/technetwork/java/javase/downloads /jdk6u38-downloads-1877406.html Or http:// www.vwsonline.org  Installing Java, to do this , double click on the file ‘jdk- 6u38-windows-i586’ and follow the on screen instructions and accept the license agreement. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 8. APACHE ANT (Latest Version) 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.8.4-bin” in to C:ANT APACHE MAVEN (Latest Version) http://maven.apache.org/download.cgi  To install Apache Maven create a new folder named “MAVEN” in C:MAVEN unzip “apache-maven-3.0.4-bin.zip” in to that folder. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 9. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 10. For Windows Vista or Windows 7  Right click “My Computer” Click “Properties” Click on “Advanced System Settings” from “Tasks” Choose “Advance” tab Click on “Environment Variable” Button For Windows XP  Right click “My Computer” Click Properties  “Advance” tab  Click on “Environment Variable” Button  Now click on “PATH” variable under ‘System Variables’ and click on “Edit”.Button Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 11. Variable Name: JAVA_HOME Variable Value: C:Program FilesJavajdk1.6.0_38 Variable Name: ANT_HOME Variable Value: C:ANT Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 12.  Add followings to your PATH variable ; C:Program FilesJavajdk1.6.0_38bin;C:ANTbin;C:MAVENbin Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 13. Now verify the platform, to do so run the following commands in to the command prompt. > java –version > ant –version >mvn – version  As show on next slide. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 14. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 15.  how to install of PostgreSQL with database creation, to install PostgreSQL  double click on “postgresql”. Follow the instructions. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 16. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 17.  Remember that in the last step/screen don’t check the update check box. Otherwise the Postgre SQL will not work.  Next step is creation of empty database with the name “dsapce” to store dspace data. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 18. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 19.  Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 20. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 21. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 22. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 23. Download Apache Tomcat form vwsonline or the following link: http://tomcat.apache.org  This step installation of Apache Tomcat will be attempted, to do this, double click on “apache- tomcate” Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 24. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 25. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 26.  This is the final step actual installation of dspace.  create an empty directory on C:(program files and datafiles of dspace will be copies here).  C:DSpace Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 27.  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- 5.1-src-release.zip  Once the files are unzipped, go to “C:Dspacedspace-5.1-src-eleasedspaceconfig”,  Find out “dspace.cfg” and open in notepad or any other editor and atleast change the following parameters. Use forward slashes `/` for path separators Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 28.  dspace.dir = C:/Dspace.  dspace.name = "Dspace Repository".  mail.server = mail.yourinstitute.ac.in  mail.from.address = admin@drtc.ac.in  feedback.recipient = admin@drtc.ac.in  mail.admin = admin@drtc.ac.in Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 29. Once you have edited dspace configuration file open the command prompt and go to “C: dspace-5.1-src-release dspace” folder “cd C:Dspacedspace-5.1-src-releasedspace” Now type “mvn package” and press enter “C:Dspacedspace-5.1-src-releasedspace> mvn package” Note: Please note that internet connection is required to perform this operation, Maven will download dspace source dependencies online. Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 30. Now go to “C: dspace-5.1-src-releasedspacetargetdspace-build.dir” on command prompt “cd C: dspace-5.1-src-releasedspacetargetdspace- build.dir” Now type “ant fresh_install” and press enter C: dspace-virsion-src-releasedspacetargetdspace-5.1-build.dir>ant fresh_install Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 31.  Now it is time to create default system administrator. To create administrator execute following command “C:dspacebindspace create- administrator” Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 32.  Using your explorer browse through your C:dspacewebapps folder Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 33.  Copy “jspui” and “xmlui” folder to your tomcat installation’s webapps folder Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 34.  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 Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org
  • 35. Dspace Installation is Completed If case of queries regarding installation please post it on vwonline forum For advance learning please register premium course on Dspace on www.vwsonline.org Virtual Web Solutions: www.vwsonline.org
  • 36. Thanks Virtual Web Solutions Virtually any thing is possible: www.vwsonline.org

Hinweis der Redaktion

  1. @@gm