From fc464d6e692a6d3b7c2b6ca39084d1977ee6fc56 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 26 Apr 2020 14:44:45 +0100 Subject: [PATCH] update INSTALL.TXT - see also #349 --- INSTALL.TXT | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/INSTALL.TXT b/INSTALL.TXT index 07e40b5f..3a08262e 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -7,14 +7,13 @@ REQUIREMENTS ------------ -- Postfix 2.0 or higher. -- Apache 1.3.27 / Lighttpd 1.3.15 or higher. -- PHP 5.1.2 or higher. +- Postfix +- Apache / Lighttpd +- PHP (for web server) - one of the following databases: - - MySQL 3.23 or higher (5.x recommended) - - MariaDB (counts as MySQL ;-) - - PostgreSQL 7.4 (or higher) - - SQLite 3.12 (or higher) + - MariaDB/MySQL + - PostgreSQL + - SQLite READ THIS FIRST! @@ -42,10 +41,10 @@ DOCUMENTS/ folder. (if you installed PostfixAdmin as RPM or DEB package, you can obviously skip this step.) -Assuming we are installing Postfixadmin into /srv/postfixadmin, then something like this should work : +Assuming we are installing Postfixadmin into /srv/postfixadmin, then something like this should work. Please check https://github.com/postfixadmin/postfixadmin/releases to get the latest stable release first (the 3.2.4 version/url below is probably stale) $ cd /srv/ - $ wget -O postfixadmin.tgz https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-3.2.tar.gz + $ wget -O postfixadmin.tgz https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-3.2.4.tar.gz $ tar -zxvf postfixadmin.tgz $ mv postfixadmin-postfixadmin-3.2 postfixadmin @@ -54,7 +53,7 @@ Alternatively : $ cd /srv $ git clone https://github.com/postfixadmin/postfixadmin.git $ cd postfixadmin - $ git checkout postfixadmin-3.2.2 + $ git checkout postfixadmin-3.2.4 2. Setup Web Server -------------------