[Fusionforge-commits] r11733 - branches/Branch_5_0/gforge/plugins/helloworld

Olivier Berger olberger at libremir.placard.fr.eu.org
Thu Dec 9 11:33:38 CET 2010


Author: olberger
Date: 2010-12-09 11:33:38 +0100 (Thu, 09 Dec 2010)
New Revision: 11733

Modified:
   branches/Branch_5_0/gforge/plugins/helloworld/INSTALL
Log:
Make it better


Modified: branches/Branch_5_0/gforge/plugins/helloworld/INSTALL
===================================================================
--- branches/Branch_5_0/gforge/plugins/helloworld/INSTALL	2010-12-09 10:03:44 UTC (rev 11732)
+++ branches/Branch_5_0/gforge/plugins/helloworld/INSTALL	2010-12-09 10:33:38 UTC (rev 11733)
@@ -1,8 +1,12 @@
 0. INSTALLATION of Helloworld Plugin
 
-i.e. : if the directory where the plugins are is  /srv/www/gforge/plugins you should end up 
-	with /srv/www/gforge/plugins/helloworld and all the files in it
+Let's say that you have installed FusionForge in $GFORGEDIR (for instance /srv/www/gforge/)
 
+The plugins should be installed in the directory $GFORGEDIR/plugins/
+($GFORGEPLUGINSDIR below).  So you should end up with the plugin
+installed in /srv/www/gforge/plugins/helloworld/ and all the files in
+there.
+
 1. CONFIGURATION
 
 A) Make the symbolic links for each section
@@ -10,8 +14,8 @@
 (this is just an example, you should change the variables for what you have on your installation)
 
 /$GFORGEDIR/www/plugins/helloworld -> /$GFORGEPLUGINSDIR/helloworld/www
-/$ETC/gforge ->  /$GFORGEPLUGINSDIR/helloworld/etc/plugins/helloworld
+/$ETC/gforge/plugins/helloworld ->  /$GFORGEPLUGINSDIR/helloworld/etc/plugins/helloworld
 
 B) Run the db/helloworld-init.sql file
 
-psql -U gforge gforge < db/helloworld-init.sql
\ No newline at end of file
+psql -U gforge gforge < $GFORGEPLUGINSDIR/db/helloworld-init.sql




More information about the Fusionforge-commits mailing list