From 74ff488dc68a5b9b6255fcbc8f4de1f6c2a8225f Mon Sep 17 00:00:00 2001 From: Alain Peyrat Date: Sat, 27 Mar 2010 12:21:15 +0000 Subject: [PATCH] Update version in manual to 5.0 --- .../installation_guide/installation_guide.xml | 22 ++++++------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/gforge/docs/docbook/docbook/installation_guide/installation_guide.xml b/gforge/docs/docbook/docbook/installation_guide/installation_guide.xml index 5e294fadaf..f525430221 100644 --- a/gforge/docs/docbook/docbook/installation_guide/installation_guide.xml +++ b/gforge/docs/docbook/docbook/installation_guide/installation_guide.xml @@ -99,7 +99,7 @@ The INSTALL file in FusionForge package and README files in plugin directories are the authoritive sources for installation instructions and they should have more precedence over this guide. - This installation guide is for FusionForge 4.9. + This installation guide is for FusionForge 5.0. FusionForge has a lot of different pieces touching a lot of different components in the system. Cronjobs are required to maintain the system, touching lots of files on a daily and hourly basis, including /etc/* system files. The plugins that now manage the CVS and SVN functionality have made installation slightly harder because even more files have to be moved into place during installation. @@ -134,32 +134,24 @@ Getting the source There is two ways to get the sources from FusionForge : - # tar -xjvf fusionforge-4.9.tar.bz2 - # cd fusionforge-4.9 + # tar -xjvf fusionforge-5.0.tar.bz2 + # cd fusionforge-5.0 # mkdir -p /opt/gforge # cp -r */opt/gforge
- Checking out from the SVN repository with tag v4_9 - Alternative way to get FusionForge 4.9 is to check out with tag v4_9 from SVN. This gets latest fixes as well. + Checking out from the SVN repository with tag v5_0 + Alternative way to get FusionForge 5.0 is to check out with tag v5_0 from SVN. This gets latest fixes as well. - $ svn checkout --username anonsvn https://svn.gforge.org/svn/gforge/tags/v4_9 + $ svn checkout --username anonsvn svn://scm.fusionforge.org/svnroot/fusionforge/tags/v5_0 fusionforge-5.0 + $ cd fusionforge $ cd gforge/www/plugins $ ln -s ../../plugins/scmcvs/www scmcvs $ ln -s ../../plugins/scmsvn/www scmsvn $ ln -s ../../plugins/cvstracker/www cvstracker -
- Updating checked out Branch_4_5 - To get latest updates in Branch_4_5, run the following commands: - -$ cd gforge - $ svn -q update - - To monitor latest changes in FusionForge, subscribe to gforge-commits mailing list. -
Fixing access rights You may want to make sure that permissions are correct (replace apache-group with the system group used by Apache server): -- 2.30.2