From b37e3c859dbe00cf3ad1984c65175219e46ac5ec Mon Sep 17 00:00:00 2001 From: 8ctopus Date: Sun, 10 Feb 2019 14:03:42 +0500 Subject: [PATCH 1/2] added: installation instructions for SQLite --- INSTALL.TXT | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.TXT b/INSTALL.TXT index 9c4e8ed4..5795d21e 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -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 ----------------------------------------------------- From 47bbb7c2a3aca62f2e2f0a3e4c57018fe35ad2f3 Mon Sep 17 00:00:00 2001 From: 8ctopus Date: Sun, 10 Feb 2019 19:23:28 +0500 Subject: [PATCH 2/2] updated: git checkout version 3.2.1 instead of 3.2 --- INSTALL.TXT | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL.TXT b/INSTALL.TXT index 5795d21e..636802fa 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -54,7 +54,7 @@ Alternatively : $ cd /srv $ git clone https://github.com/postfixadmin/postfixadmin.git $ cd postfixadmin - $ git checkout postfixadmin-3.2 + $ git checkout postfixadmin-3.2.1 2. Setup Web Server ------------------- @@ -89,8 +89,8 @@ For PostgreSQL: 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) - + $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 ----------------------------------------------------- @@ -192,5 +192,4 @@ IRC - a community of people may be able to help in #postfixadmin on irc.freenode See http://webchat.freenode.net/ Legacy forum posts are on SourceForce at - https://sourceforge.net/projects/postfixadmin - + https://sourceforge.net/projects/postfixadmin \ No newline at end of file