Hi,

i try to answer but first to start i recommended to understand the official DSpace installation documentation at https://wiki.duraspace.org/display/DSDOC3x/Installation and read the standard DSpace-CRIS installation documentation (http://cineca.github.io/dspace-cris/installation.html and http://cineca.github.io/dspace-cris/installation-stepbystep.html)
Let's get start. So in the past few day the project have change the home and the suggestion is to download the source from the new git page:

DSpace customizations based on official 3.2 for DSpace-CRIS module:
https://github.com/Cineca/DSpace/archive/dspace-3_x_x-cris.zip

DSpace-CRIS module:
https://github.com/Cineca/dspace-cris/archive/3.x.x.zip

Unzip the DSpace parent project and copy the unzipped content of the DSpace-CRIS module into dspace-cris folder under the root of the parent project.
For example:
unzip custom DSpace into folder [path-for-dspace-unzipped]\DSpace-dspace-3_x_x-cris (from here dspace-src)
the content of the DSpace-CRIS zip must be copied into folder [dspace-src]\dspace-cris
Now dspace-cris directory looks like with the follow contents:
- api
- jspui-api
- jspui-webapp
- webservices
- other files ...

After that you have to apply all your changes make in the past from your DSpace 3.2 to new DSpace 3.x for DSpace-CRIS

So now you have to build the application from [dspace-src] run the follow command:

mvn -U clean package

After mvn say build success, you can run "ant update" from [dspace-src]/dspace/target/dspace-[version]-build.dir . The last step is apply all custom folders/files to the [dspace.dir] - refers to the install directory for your existing DSpace installation - and create database table for DSpace-CRIS.

To update your database run:

psql -h [db-host] -d [db.name] -U [db.user] -f [dspace-src]/etc/postgres/addon-crismodule.sql
psql -h [db-host] -d [db.name] -U [db.user] -f [dspace-src]/etc/postgres/addon-crispubmed.sql
psql -h [db-host] -d [db.name] -U [db.user] -f [dspace-src]/etc/postgres/addon-subscription.sql
 
Now go to [dspace.dir] and run:

mkdir rp-files
mkdir rg-files
mkdir ou-files
mkdir do-files
mkdir ws-xsd
cp [dspace-src]/dspace/etc/webservice/* [dspace.dir]/ws-xsd
 
If all the steps described are right you can deploy your webapps (see step 7 from http://cineca.github.io/dspace-cris/installation-stepbystep.html)    
Hope this helps.

Luigi Andrea

Il 26/11/2013 15:45, LifeH2O ha scritto:
I can do the remaining installation steps. I only need to know that how to
combine or use those .zip pakages on existing DSpace 3.2



--
View this message in context: http://dspace.2283337.n4.nabble.com/How-to-install-dpsace-CRIS-in-existing-DSpace-3-x-tp4668527p4669169.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--


CINECA
Luigi Andrea Pascarelli
Dipartimento Servizi e Soluzioni per l'Amministrazione Universitaria
Divisione Ricerca

Via dei Tizii, 6
00185 Roma, Italy
ph. +39 06 59292895
http://www.cineca.it

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to