]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - INSTALL.pgsql
Merged differences between Arno's and mine; I modified it so it would
[SourceForge/phpwiki.git] / INSTALL.pgsql
1 $Id: INSTALL.pgsql,v 1.2 2000-06-18 05:25:56 wainstead Exp $
2
3 Installation instructions for PhpWiki with a Postgresql database
4
5 createdb wiki
6 grant all on wiki to nobody;
7 grant all on archive to nobody;
8 grant all on wikilinks to nobody;
9 grant all on hottopics to nobody;
10 grant all on hitcount to nobody;
11 commit