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

1. CONFIGURATION

A) Make the symbolic links for each section

(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

B) Run the db/helloworld-init.sql file

psql -U gforge gforge < db/helloworld-init.sql
