X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.first;h=43bc5afc92c2eb040aa4bb9135c627415f09cfb1;hb=2286ce0734fe5dadf2b601165f56d2ebb5a91a5a;hp=1f5d23a4d6ae97d71917aa1f21c2ba71eb6bd56d;hpb=f1c6b12f17fd63c6b6e644deff776dc378fdadad;p=dak.git diff --git a/docs/README.first b/docs/README.first index 1f5d23a4..43bc5afc 100644 --- a/docs/README.first +++ b/docs/README.first @@ -116,9 +116,11 @@ o If you have an existing archive: * Create the table structure. init_pool.sql contains all SQL statements 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 DB::Name < init_pool.sql + psql < init_pool.sql * Run alyson: it will populate your database with the values from katie.conf and apt.conf. - * Copy all templates from the "templates" directory to to the directory - specified in Dir::Templates, and adapt them to your distribution. + * 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.