Merge pull request #246 from 8ctopus/master

updated installation instructions
pull/248/head
David Goodwin 7 years ago committed by GitHub
commit 237f34d38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ Alternatively :
$ cd /srv $ cd /srv
$ git clone https://github.com/postfixadmin/postfixadmin.git $ git clone https://github.com/postfixadmin/postfixadmin.git
$ cd postfixadmin $ cd postfixadmin
$ git checkout postfixadmin-3.2 $ git checkout postfixadmin-3.2.1
2. Setup Web Server 2. Setup Web Server
------------------- -------------------
@ -86,6 +86,11 @@ For PostgreSQL:
CREATE USER postfix WITH PASSWORD 'whatever'; CREATE USER postfix WITH PASSWORD 'whatever';
CREATE DATABASE postfix OWNER postfix ENCODING 'unicode'; 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 4. Configure PostfixAdmin so it can find the database
----------------------------------------------------- -----------------------------------------------------
@ -187,5 +192,4 @@ IRC - a community of people may be able to help in #postfixadmin on irc.freenode
See http://webchat.freenode.net/ See http://webchat.freenode.net/
Legacy forum posts are on SourceForce at Legacy forum posts are on SourceForce at
https://sourceforge.net/projects/postfixadmin https://sourceforge.net/projects/postfixadmin
Loading…
Cancel
Save