X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.first;h=c1eb3d36e56b9e12dfba4e4763719f90a5f4bcbe;hb=ca796dcee116ca51313de0eb8bcb516c8801f038;hp=9b7aa9cb221ce5d7ffe200199db6545a13068da5;hpb=6a4cddfbe864e563e671fe5dabf5600c4783af5c;p=dak.git diff --git a/docs/README.first b/docs/README.first index 9b7aa9cb..c1eb3d36 100644 --- a/docs/README.first +++ b/docs/README.first @@ -114,10 +114,11 @@ o If you have an existing archive: which are needed for this. After changing all occurences of "projectb" to the name of your database (as defined in DB::Name) you can run: psql < init_pool.sql + * Create the following groups in postgres: ftpmaster ftpteam ftptrainee + * Run 'dak update-db' to upgrade the database schema. * Run 'dak init-db': it will populate your database with the values from dak.conf and apt.conf. * Run 'psql < add_constraints.sql'. o Copy all templates from the "templates" directory to to the directory specified in Dir::Templates, and adapt them to your distribution. -o Create an 'ftpmaster' group in postgres.