On Tue, May 10, 2011 at 01:38:52PM +0100, Robin Taylor wrote:
[snip]
> Whilst editing a pom is an option for developers who are familiar with
> the DSpace Maven infrastructure I think we need to come up something
> much more user friendly. In the UK at least most sites do not have a
> dedicated repo developer. I also suspect most sites take the code from
> the downloadable zip and never go near SVN. There is already a Jira
> issue from the DCAT group asking for an install process that doesn't
> require the installer to get involved with Maven and Ant. I think we
> risk alienating a section of the community if we don't provide an easy
> mechanism to add modules and/or find the source code. This is not an
> insurmountable problem, we just need to figure out some good solutions.
> I'm looking forward to seeing Tim's Installer, it might spark off some
> good discussions.  

Yes.  Sites that don't want to alter DSpace shouldn't need to even
*have* Maven or Ant:

0.  install servlet container and DBMS if you don't already have them
1.  cd DSPACE_HOME
2.  unzip /path/to/DSPACE-CORE-PACKAGE
3.  unzip /path/to/SOME-ADDON-PACKAGE
...
4.  ./bin/dspace create-administrator
5.  tell your servlet container to look in DSPACE_HOME/webapps/YOUR-CHOICE
6.  login to the repo. as administrator and configure
7.  kick the servlet container to restart the repo. (if necessary)

Step 5 might include specifying the DBMS connection, since either that
or the value of DSPACE_HOME will have to be provided to the webapp(s)
from the outside.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.

Attachment: pgpWqnfpvA37H.pgp
Description: PGP signature

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to