mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
Updated 'echo' comments that are returned when running 'ant update' or 'ant fresh_install'. The comments had not been fully updated for the 1.5 build/install process.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2542 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -213,19 +213,23 @@ Common usage:
|
|||||||
|
|
||||||
<echo>
|
<echo>
|
||||||
====================================================================
|
====================================================================
|
||||||
Updated Web application (.war) files are in the '${dspace.dir}/webapps'
|
Updated DSpace Web application directories are in the
|
||||||
directory.
|
'${dspace.dir}/webapps' directory.
|
||||||
|
|
||||||
* Stop your Web servlet container (Tomcat, Jetty, Resin etc.)
|
* Stop your Web servlet container (Tomcat, Jetty, Resin etc.)
|
||||||
|
|
||||||
* If you're using Tomcat, you need delete the directories
|
* If your Web servlet container already loads the DSpace
|
||||||
corresponding to the old .war files. For example, if dspace.war
|
UI web applications from ${dspace.dir}/webapps/, then you
|
||||||
is installed in CATALINA_HOME/webapps/dspace.war, you should
|
can jump straight to restarting your Web servlet container
|
||||||
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'
|
* Otherwise, you will need to copy any web applications from
|
||||||
directory over the old ones
|
${dspace.dir}/webapps/ to the appropriate place for your servlet
|
||||||
|
container. (e.g. '$CATALINA_HOME/webapps' for Tomcat)
|
||||||
|
|
||||||
|
If you're using Tomcat, you should first delete any existing
|
||||||
|
DSpace directories in '$CATALINA_HOME/webapps/' (e.g. you would
|
||||||
|
delete an existing $CATALINA_HOME/webapps/dspace/ directory).
|
||||||
|
Otherwise, Tomcat may continue to use old code in that directory.
|
||||||
|
|
||||||
* Start up your Web servlet container again.
|
* Start up your Web servlet container again.
|
||||||
====================================================================
|
====================================================================
|
||||||
@@ -430,9 +434,12 @@ Common usage:
|
|||||||
|
|
||||||
To complete installation, you should do the following:
|
To complete installation, you should do the following:
|
||||||
|
|
||||||
* Install the DSpace UI (dspace.war) and OAI-PMH (dspace-oai.war)
|
* Setup your Web servlet container (e.g. Tomcat) to look for your
|
||||||
Web applications from the 'build' directory in the appropriate
|
DSpace web applications in: ${dspace.dir}/webapps/
|
||||||
place for your servlet container. e.g. '/opt/tomcat/webapps'
|
|
||||||
|
OR, copy any web applications from ${dspace.dir}/webapps/ to
|
||||||
|
the appropriate place for your servlet container.
|
||||||
|
(e.g. '$CATALINA_HOME/webapps' for Tomcat)
|
||||||
|
|
||||||
* Make an initial administrator account (an e-person) in DSpace:
|
* Make an initial administrator account (an e-person) in DSpace:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user