Difference between revisions of "Phplist"

From SME Server
Jump to navigationJump to search
m (→‎Requirements: SCL note)
Line 11: Line 11:
 
You need the [[Fws|firewall-services]] repo to install this contribs
 
You need the [[Fws|firewall-services]] repo to install this contribs
  
{{Warning box|Versions of PHPList above 3.2.x will no longer run on the PHP version included in the stock version of SME v9. See: https://sourceforge.net/p/phplist/mailman/message/35670118/}}
+
{{Warning box|Versions of PHPList above 3.2.x will no longer run on the PHP version included in the stock version of SME v9. See: https://sourceforge.net/p/phplist/mailman/message/35670118/. Please refer to [[PHP_Software_Collections]] on how to install PHP 5.6 or higher.}}
  
 
=== Installation 8.x 9.x===
 
=== Installation 8.x 9.x===

Revision as of 11:52, 1 June 2017

Phplist Contribs

Maintainer

Daniel B. from Firewall Services

Description

phpList is an open source software for managing mailing lists. It is designed for the dissemination of information, such as newsletters, news, advertising to list of subscribers. It is written in PHP and uses a MySQL database to store the information.

Requirements

You need the firewall-services repo to install this contribs


Warning.png Warning:
Versions of PHPList above 3.2.x will no longer run on the PHP version included in the stock version of SME v9. See: https://sourceforge.net/p/phplist/mailman/message/35670118/. Please refer to PHP_Software_Collections on how to install PHP 5.6 or higher.


Installation 8.x 9.x

This contrib is currently held in the fws repository, so the following commands will install on your smeserver.

yum install --enablerepo=fws smeserver-phplist

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

or if you do not want to restart your computer

signal-event webapps-update

There is no panel in the server-manager, you can go to https://sme-ip/lists/admin and login as SME Server admin and its password.


Administration

To complete the installation you have to go https://yourserver.tld/lists/admin follow the instructions and create an admin user.

The administrator interface is at https://yourserver.tld/lists/admin

The user interface is at https://yourserver.tld/lists

Uninstall

yum remove smeserver-phplist
signal-event post-upgrade;  signal-event reboot

Bugs

Sources for this contribs can be found in Firewall Service's repository [1]