added: installation instructions for SQLite

pull/246/head
8ctopus 5 years ago
parent 637220a3fb
commit b37e3c859d

@ -86,6 +86,11 @@ For PostgreSQL:
CREATE USER postfix WITH PASSWORD 'whatever';
CREATE DATABASE postfix OWNER postfix ENCODING 'unicode';
For SQLite:
$mkdir /srv/postfixadmin/database
$touch /srv/postfixadmin/database/postfixadmin.db
$sudo chown -R www-data:www-data /srv/postfixadmin/database (both the directory and the database need to be writeable)
4. Configure PostfixAdmin so it can find the database
-----------------------------------------------------

Loading…
Cancel
Save