diff --git a/INSTALL.TXT b/INSTALL.TXT index caa0dbda..f3b0cccc 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! @@ -43,13 +42,19 @@ 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) - $ mkdir -p /srv/postfixadmin - $ cd /srv/postfixadmin - $ wget -O https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-3.1.tar.gz postfixadmin-3.1.tar.gz - $ tar -zxvf postfixadmin-version.tgz + $ cd /srv/ + $ 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 +Alternatively : + + $ cd /srv + $ git clone https://github.com/postfixadmin/postfixadmin.git + $ cd postfixadmin + $ git checkout postfixadmin-3.2.4 2. Setup Web Server -------------------