X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=setup%2FREADME;h=d53fb229a945a48a39a3819340c402aea889e5ff;hb=4f3c7874fd19d380b106a9d4bbab0403ed089359;hp=3798d5a50a03d84ce6490010f9eed8b0bcc0fbf4;hpb=c8536f8d6f7c5e682de7d58373447f93997893c4;p=dak.git diff --git a/setup/README b/setup/README index 3798d5a5..d53fb229 100644 --- a/setup/README +++ b/setup/README @@ -6,7 +6,7 @@ The following packages are needed for the database: 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 python-debian + symlinks python-debian python-debianbts (the schema assumes at least postgresql 9.1; ftpmaster in Debian currently uses the postgresql 9.4 version from Debian 8) @@ -20,8 +20,8 @@ The following roles are assumed to exist: For the purposes of this document, we'll be working in /srv/dak Set up the dak user: -# sudo addgroup --system ftpmaster -# sudo adduser --system dak --ingroup ftpmaster --shell /bin/bash +# sudo addgroup ftpmaster +# sudo adduser dak --disabled-login --ingroup ftpmaster --shell /bin/bash Create postgres roles and database: # sudo -u postgres psql