Hello Susan,

I'll try to answer some of your questions:

On Jan 7, 2009, at 3:21 PM, Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] wrote:

Hi,
I am working on our upgrade from DSpace 1.4.2 à 1.5.0 and have a couple of questions.

1. I have a copy of the DSpace 1.5.0 System documentation, entitled “DSpace Manual Software Version 1.5 May 2008”, however it references “install-configs” which I understand does not exist anymore in DSpace 1.5.0. Can any of the developers (or anyone else) tell me if this is the most recent version of the DSpace 1.5 System Documentation or was there a subsequent update? If there is a more recent version, I would appreciate it if anyone could either email me a copy, or let me know where I can get one.

This may be a residual, yes "install-configs no longer is maintained. It is wiser to maintain your configuration within /export/home/ dspace-1.5.0-src-release/dspace/config directly


2. I am a bit confused about the new 1.5 file structures. In 1.4.2, our <dspace> directory was /export/home/ dspace and our <dspace-source> directory was /export/home/ dspace-1.4.2-source. In the 1.5 configuration, at our installation, is our new <dspace> going to reside at export/home/dspace or /export/ home/dspace-1.5.1-src-release/dspace?

Yes, your <dspace> directory will still be /export/home/dspace and your <dspace-source> build directory will now be export/home/dspace or /export/home/dspace-1.5.1-src-release/dspace. However...

3. When I (re-)deploy, am I still going to deploy from the .war file located at /export/home/dspace-1.5.0-src-release/ dspace-jspui/dspace-jspui-webapp/target/dspace-jspui- webapp-1.5.0.war or am I going to deploy from /export/home/ dspace-1.5.0-src-release/webapps or /export/home/dspace-1.5.0-src- release/webapps/jspui??

No, the build process in 1.5.x has two stages, first a compilation and assembly stage in Maven, and second, an installation stage in Ant.

The Maven build is run in /export/home/dspace-1.5.0-src-release/ dspace and will build your distribution with its customizations in / export/home/dspace-1.5.0-src-release/dspace/target/...

In that build directory you will see something like

target/dspace-1.5.1-build.dir/
        bin/
        config/
        lib/
        search/
        webapps/
                jspui/
                xmlui/
        build.xml

You then navigate to this directory to start the second stage of the build process by executing Ant, things will begin to look familiar at this point because you will be running either "ant init_configs update" or "ant fresh_install".

The ant build will then install the distribution you created into / export/home/dspace

and you will find all your compiled webapps as directories in

/export/home/dspace/webapps

Don't try to deploy the "dspace-xmlui-webapp.war" or "dspace-jspui- webap.war" archives to a web server, they do not include a "lib" directory with the required dependencies or the appropriate customizations you would now be doing under

/export/home/dspace-1.5.0-src-release/dspace/modules/xmlui or /export/ home/dspace-1.5.0-src-release/dspace/modules/jspui

Hope this is helpful,
Mark




     I’m confused!!  :-

Thanks in advance!
Sue


Sue Walker-Thornton
ConITS Contract
NASA Langley Research Center
Integrated Library Systems Application & Database Administrator
130 Research Drive
Hampton, VA  23666
Office: (757) 224-4074
Fax:    (757) 224-4001
Pager: (757) 988-2547
Email:  susan.m.thorn...@nasa.gov

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

~~~~~~~~~~~~~
Mark R. Diggory
http://purl.org/net/mdiggory/homepage



------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to