X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=docs%2FREADME.first;h=bcfa1f3fd60caf0fab588bb1f47abf6d0d1aa83d;hb=f0bfd37e7286156598d79b53501ebe2000bb7924;hp=237d63cf6b54f0929a5c86bacab1556a31591c8e;hpb=3670b5f49b4d70a8eaf7ac24f50a541c9286fde2;p=dak.git diff --git a/docs/README.first b/docs/README.first index 237d63cf..bcfa1f3f 100644 --- a/docs/README.first +++ b/docs/README.first @@ -25,9 +25,8 @@ o To process queue/: o To generate indices files: - * dak make-suite-file-list - generates file lists for apt-ftparchive - and removes obsolete packages from - suites + * dak dominate - removes obsolete packages from suites + * dak generate-filelist - generates file lists for apt-ftparchive * dak generate-releases - generates Release o To clean things up: @@ -114,11 +113,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.