doc: Update Fedora and openSUSE documentation for upgrade LibrePlan

FEA: ItEr76S03Community
This commit is contained in:
Manuel Rego Casasnovas 2012-03-16 10:01:41 +01:00
parent 7fa6c62efa
commit 1d53ca920a
2 changed files with 30 additions and 6 deletions

View file

@ -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

View file

@ -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