Hi,
 
I am looking to do some dspace development as part of a university project but 
am having some trouble understanding certain parts as this is the first time i 
have worked on a project of this size.
 
i have been following the instructions for Building DSpace From Source 
(https://wiki.duraspace.org/display/DSPACE/Building+DSpace+From+Source) i have 
managed to install and get dspace running from the dspace system documentation.
 
I am running windows 7 with tomcat and am unsure how to edit the following code 
to produce a batch file to use when i am developing. An explaination of each 
line of code and what it does would be hugely appreciated
 
 $CATALINA_HOME/bin/shutdown.sh
cd /path/to/your/src/dspace
mvn package
cd target/dspace-1.5-SNAPSHOT.dir
ant -Dconfig=/dspace/config/dspace.cfg update
rm -r $CATALINA_HOME/webapps/dspace-*
cp -r /dspace/webapps/* $CATALINA_HOME/webapps/
$CATALINA_HOME/bin/startup.sh

Also is it absolutely neccessary to check dspace out from the SVN if i 
previously downloaded the source code from source forge?
 
Thanks for any help you can provide.
 
                                          
------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to