From 1bd6b1a96774f006a99cc45e53ede59f237d84cd Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Thu, 26 Jul 2012 15:52:59 +0200 Subject: [PATCH] doc: Update basic documentation files due to new major release FEA: ItEr76S03Community --- AUTHORS | 5 +++-- INSTALL | 12 ++++++------ README | 4 ++-- UPDATE | 39 +++++++++++++++++++++++++++------------ 4 files changed, 38 insertions(+), 22 deletions(-) diff --git a/AUTHORS b/AUTHORS index 2912d2808..f7ccd28a1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,9 +6,7 @@ Authors LibrePlan Team -------------- -* Cristina Alvariño Pérez * Jacobo Aragunde Pérez -* Nacho Barrientos Arias * Xavier Castaño García * Ignacio Díaz Teijido * Susana Montes Pedreira @@ -21,6 +19,8 @@ LibrePlan Team Previous Team Members --------------------- +* Cristina Alvariño Pérez +* Nacho Barrientos Arias * Fernando Bellas Permuy * José María Casanova Crespo * Óscar González Fernández @@ -56,6 +56,7 @@ Contributors * Eloy Calatayud * Sergio Carracedo +* Lucía García Fernández * Pedro Figueras * Dmytro Melanchenko * Adrián Pérez diff --git a/INSTALL b/INSTALL index 4bfcaf94a..4b4ab2154 100644 --- a/INSTALL +++ b/INSTALL @@ -46,11 +46,11 @@ Instructions: * Download the package:: - $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.2.0-1_amd64.deb + $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.3.0-1_amd64.deb * Install package:: - # dpkg -i libreplan_1.2.0-1_amd64.deb + # dpkg -i libreplan_1.3.0-1_amd64.deb * Install dependencies:: @@ -133,7 +133,7 @@ Debian/Ubuntu * Download database installation script:: - $ wget -O install.sql http://downloads.sourceforge.net/project/libreplan/LibrePlan/install_1.2.0.sql + $ wget -O install.sql http://downloads.sourceforge.net/project/libreplan/LibrePlan/install_1.3.0.sql * Create database structure:: @@ -150,7 +150,7 @@ Debian/Ubuntu * Download ``.war`` file from SourceForge.net:: - $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.2.0.war + $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.3.0.war * Create a new file ``/etc/tomcat6/Catalina/localhost/libreplan.xml`` (file name has to match with ``.war`` name) with database configuration for @@ -249,7 +249,7 @@ openSUSE * Download database installation script:: - $ wget -O install.sql http://downloads.sourceforge.net/project/libreplan/LibrePlan/install_1.2.0.sql + $ wget -O install.sql http://downloads.sourceforge.net/project/libreplan/LibrePlan/install_1.3.0.sql * Create database structure:: @@ -266,7 +266,7 @@ openSUSE * Download ``.war`` file from SourceForge.net:: - $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.2.0.war + $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.3.0.war * Create a new file ``/etc/tomcat6/Catalina/localhost/libreplan.xml`` (file name has to match with ``.war`` name) with database configuration for diff --git a/README b/README index 58192027f..a710f52d6 100644 --- a/README +++ b/README @@ -160,8 +160,8 @@ Please read the ``COPYING`` file for details. Authors ------- -This project is sponsored by *Fundación para o Fomento da Calidade Industrial e -o Desenvolvemento Tecnolóxico de Galicia* [4]_. +This project was initially sponsored by *Fundación para o Fomento da Calidade +Industrial e o Desenvolvemento Tecnolóxico de Galicia* [4]_. Please see ``AUTHORS`` file for more information about the authors. diff --git a/UPDATE b/UPDATE index 13f3c25fe..f479cb6be 100644 --- a/UPDATE +++ b/UPDATE @@ -26,11 +26,11 @@ Instructions: * Download the new package:: - $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.2.1-1_amd64.deb + $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.3.0-1_amd64.deb * Install package:: - # dpkg -i libreplan_1.2.1-1_amd64.deb + # dpkg -i libreplan_1.3.0-1_amd64.deb * Install new dependencies if needed:: @@ -40,6 +40,21 @@ Instructions: LibrePlan manual update ----------------------- +.. WARNING:: + + It is recommended to create a backup of the database, just in case any + problem appear during the upgrade. + +.. IMPORTANT:: + + If you are upgrading between version a.b.c to version x.y.z, you need to + execute all the upgrade scripts starting from the next one to a.b.c in + order. + + For example, if you are upgrading from LibrePlan 1.2.1 to 1.3.0 you will + have to upgrade your database using the scripts: ``upgrade_1.2.2.sql``, + ``upgrade_1.2.3.sql`` and ``upgrade_1.3.0.sql``. + Debian/Ubuntu ~~~~~~~~~~~~~ @@ -48,18 +63,18 @@ Debian/Ubuntu # /etc/init.d/tomcat6 stop * Download database upgrade scripts from previous version. For example, if you - are upgrading from *LibrePlan 1.2.0* to *LibrePlan 1.2.1* you should download - ``upgrade_1.2.1.sql``:: + are upgrading from *LibrePlan 1.2.4* to *LibrePlan 1.3.0* you should download + ``upgrade_1.3.0.sql``:: - $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/upgrade_1.2.1.sql + $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/upgrade_1.3.0.sql * Upgrade database:: - $ psql -h localhost -U libreplan -W libreplan < upgrade_1.2.1.sql + $ psql -h localhost -U libreplan -W libreplan < upgrade_1.3.0.sql * Download ``.war`` file of new version from SourceForge.net:: - $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.2.1.war + $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.3.0.war * Backup current deployed application:: @@ -84,18 +99,18 @@ openSUSE # /etc/init.d/tomcat6 stop * Download database upgrade scripts from previous version. For example, if you - are upgrading from *LibrePlan 1.2.0* to *LibrePlan 1.2.1* you should download - ``upgrade_1.2.1.sql``:: + are upgrading from *LibrePlan 1.2.4* to *LibrePlan 1.3.0* you should download + ``upgrade_1.3.0.sql``:: - $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/upgrade_1.2.1.sql + $ wget http://downloads.sourceforge.net/project/libreplan/LibrePlan/upgrade_1.3.0.sql * Upgrade database:: - $ psql -h localhost -U libreplan -W libreplan < upgrade_1.2.1.sql + $ psql -h localhost -U libreplan -W libreplan < upgrade_1.3.0.sql * Download ``.war`` file of new version from SourceForge.net:: - $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.2.1.war + $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.3.0.war * Backup current deployed application::