====================== DSpace platform build file ====================== Common usage: Fresh install, including database setup and registry loading: % ant fresh_install Update existing installation, leaving data and configuration intact: % ant -Dconfig=/installdir/config/dspace.cfg update ======================================================================== Server and client certificate stores allready exists - no generation required ==================================================================== Updated Web application (.war) files are in the 'build' directory. * Stop your Web servlet container (Tomcat, Jetty, Resin etc.) * If you're using Tomcat, you need delete the directories corresponding to the old .war files. For example, if dspace.war is installed in CATALINA_HOME/webapps/dspace.war, you should delete the CATALINA_HOME/webapps/dspace directory. Otherwise, Tomcat will continue to use the old code in that directory. * Copy the new dspace.war and dspace-oai.war from the 'build' directory over the old ones * Start up your Web servlet container again. ==================================================================== ==================================================================== The DSpace code has been installed, the database as been initialized and an initial administrator account (an e-person) as been created in DSpace. To complete installation, you should do the following: * Install the DSpace UI (dspace.war) and OAI-PMH (dspace-oai.war) Web applications from the 'build' directory in the appropriate place for your servlet container. e.g. '/opt/tomcat/webapps' * Make an initial administrator account (an e-person) in DSpace: ${dspace.dir}/bin/create-administrator * Start up your servlet container (Tomcat etc.) You should then be able to access your DSpace's 'home page': ${dspace.url} You should also be able to access the administrator UI: ${dspace.url}/dspace-admin ====================================================================