X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.first;fp=docs%2FREADME.first;h=59d796d8a706bb6b721c46a3d628a30efbd63fbb;hb=3686a00f1001f2d5692fa5e706b898053e39191a;hp=1f5d23a4d6ae97d71917aa1f21c2ba71eb6bd56d;hpb=bd377d74e836353932847343062f114edd1140a4;p=dak.git diff --git a/docs/README.first b/docs/README.first index 1f5d23a4..59d796d8 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 - * 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. + psql < init_pool.sql +o Run alyson: it will populate your database with the values from + katie.conf and apt.conf. +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. +o Run 'psql < add_constraints.sql'.