From 9822389fa1249ef294a7c014fe15c246731ddeb2 Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Fri, 30 Mar 2012 14:57:43 +0200 Subject: [PATCH] doc: Update information about how to install in Fedora and openSUSE FEA: ItEr76S03Community --- INSTALL | 54 ++++++++++++++++++++++++++++++++++++++++++++++++- README.Fedora | 2 ++ README.openSUSE | 1 + 3 files changed, 56 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 9d1087a38..7effb10be 100644 --- a/INSTALL +++ b/INSTALL @@ -32,6 +32,9 @@ Instructions:: sudo apt-get install python-software-properties +.. WARNING:: + + If you have memory problems review the section `Fix memory problems`_. Debian packages ~~~~~~~~~~~~~~~ @@ -55,9 +58,58 @@ Instructions: .. WARNING:: - If you have problems with printing support review the last section `Fix + If you have problems with printing support review the section `Fix printing in Debian Squeeze`_. +.. WARNING:: + + If you have memory problems review the section `Fix memory problems`_. + +Fedora and openSUSE OBS (openSUSE Build Service) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Instructions depending on the distribution: + +* Fedora 16:: + + # cd /etc/yum.repos.d + # wget download.opensuse.org/repositories/home:/jsuarezr:/LibrePlan/Fedora_16/home:jsuarezr:LibrePlan.repo + # yum install libreplan + +* Fedora 15:: + + # cd /etc/yum.repos.d + # wget download.opensuse.org/repositories/home:/jsuarezr:/LibrePlan/Fedora_15/home:jsuarezr:LibrePlan.repo + # yum install libreplan + +* openSUSE 12.1:: + + # cd /etc/zypp/repos.d + # wget download.opensuse.org/repositories/home:/jsuarezr:/LibrePlan/openSUSE_12.1/home:jsuarezr:LibrePlan.repo + # zypper ref + # zypper install libreplan + +* openSUSE 11.4:: + + # cd /etc/zypp/repos.d + # wget download.opensuse.org/repositories/home:/jsuarezr:/LibrePlan/openSUSE_11.4/home:jsuarezr:LibrePlan.repo + # zypper ref + # zypper install libreplan + +.. WARNING:: + + If you have memory problems review the section `Fix memory problems`_. + +RPM Packages +~~~~~~~~~~~~ + +There are several LibrePlan RPM packages available in the following URL: +http://download.opensuse.org/repositories/home:/jsuarezr:/LibrePlan/ + +.. WARNING:: + + If you have memory problems review the section `Fix memory problems`_. + LibrePlan manual installation ----------------------------- diff --git a/README.Fedora b/README.Fedora index d63abec06..7d6089137 100644 --- a/README.Fedora +++ b/README.Fedora @@ -56,6 +56,8 @@ authentication method", at the end of this document. LibrePlan should be running at http://localhost:8080/libreplan +Review INSTALL file for more information. + Upgrading LibrePlan a.b.c to LibrePlan x.y.z ============================================ diff --git a/README.openSUSE b/README.openSUSE index 6cf1da88c..0fe59b4b1 100644 --- a/README.openSUSE +++ b/README.openSUSE @@ -61,6 +61,7 @@ authentication method", at the end of this document. LibrePlan should be running at http://localhost:8080/libreplan +Review INSTALL file for more information. Upgrading LibrePlan a.b.c to LibrePlan x.y.z