From 762796adf564d8843b8511439953fed7e1d8b6b7 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Fri, 16 Mar 2012 10:01:41 +0100 Subject: [PATCH] doc: Update Fedora and openSUSE documentation for upgrade LibrePlan FEA: ItEr76S03Community --- README.Fedora | 18 +++++++++++++++--- README.openSUSE | 18 +++++++++++++++--- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/README.Fedora b/README.Fedora index 2344865e3..d63abec06 100644 --- a/README.Fedora +++ b/README.Fedora @@ -71,10 +71,22 @@ This section explains how to upgrade LibrePlan from version a.b.c to version x.y *VERY IMPORTANT*: If there are other versions between a.b.c and x.y.z, we need to execute those scripts in order, so the upgrade is done correctly. -2) Restart Tomcat6 ------------------- +2) Stop Tomcat6 +--------------- -# service tomcat6 restart +# service tomcat6 stop + + +3) Remove current deployed aplication +------------------------------------- + +# rm -rf /var/lib/tomcat6/webapps/libreplan/ + + +4) Start Tomcat6 +---------------- + +# service tomcat6 start LibrePlan should be running at http://localhost:8080/libreplan diff --git a/README.openSUSE b/README.openSUSE index 142a1d6e4..6cf1da88c 100644 --- a/README.openSUSE +++ b/README.openSUSE @@ -77,10 +77,22 @@ This section explains how to upgrade LibrePlan from version a.b.c to version x.y *VERY IMPORTANT*: If there are other versions between a.b.c and x.y.z, we need to execute those scripts in order, so the upgrade is done correctly. -2) Restart Tomcat6 ------------------- +2) Stop Tomcat6 +--------------- -# service tomcat6 restart +# service tomcat6 stop + + +3) Remove current deployed aplication +------------------------------------- + +# rm -rf /usr/share/tomcat6/webapps/ + + +4) Start Tomcat6 +---------------- + +# service tomcat6 start LibrePlan should be running at http://localhost:8080/libreplan