doc: Update Fedora and openSUSE documentation for upgrade LibrePlan
FEA: ItEr76S03Community
This commit is contained in:
parent
7fa6c62efa
commit
1d53ca920a
2 changed files with 30 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue