]> git.donarmstrong.com Git - dak.git/blobdiff - setup/README
setup/README: remove no longer needed postgresql packages
[dak.git] / setup / README
index 0a1d4ddfb50ea9ff318d02df30860f3739d0a487..bb100da48184738306d8c2340cd615f6bf04c816 100644 (file)
@@ -2,11 +2,11 @@ Initialising a dak database schema
 ==================================
 
 The following packages are needed for the database:
- * postgresql-9.0 postgresql-client-9.0 postgresql-plperl-9.0 postgresql-plpython-9.0 postgresql-9.0-debversion 
+ * postgresql-9.0 postgresql-client-9.0 postgresql-9.0-debversion
 and the following packages for dak itself:
  * python-psycopg2 python-sqlalchemy python-apt gnupg dpkg-dev lintian
    binutils-multiarch python-yaml less python-ldap python-pyrss2gen python-rrdtool
-   symlinks
+   symlinks python-debian
 
 (the schema assumes at least postgresql 9.0; ftpmaster in Debian currently uses
 the squeeze postgresql 9.0 backport)
@@ -41,6 +41,9 @@ Create the additional roles:
 # createuser -S -R -D ftpmaster
 # createuser -S -R -D ftpteam
 # createuser -S -R -D ftptrainee
+# psql -d projectb -c "ALTER GROUP ftpteam ADD USER ftpmaster"
+# psql -d projectb -c "ALTER GROUP ftptrainee ADD USER ftpmaster"
+# psql -d projectb -c "ALTER GROUP ftptrainee ADD USER ftpteam"
 
 Create an empty database with SQL_ASCII encoding:
 # createdb -T template0 -E SQL_ASCII -O dak projectb