Difference between revisions of "Phplist"

From SME Server
Jump to navigationJump to search
m
Line 7: Line 7:
  
 
=== Description ===
 
=== Description ===
[http://www.phplist.com/ 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.
+
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 ===
 
=== Requirements ===
Line 26: Line 26:
 
  signal-event webapps-update
 
  signal-event webapps-update
  
There is no panel in the server-manager, you can go to https://sme-ip/phplist/admin and perform a login with admin and its passwords of your internal ldap.
+
There is no panel in the server-manager, you can go to https://sme-ip/lists/admin and perform a login with admin and its passwords.
  
  
Line 37: Line 37:
 
The last step is to populate the database.
 
The last step is to populate the database.
  
Go in the administation panel, and follow the Phplist instruction. set the first admin account and now you need to fill in all mandatory fields.
+
Go in the administation panel, and follow the Phplist instructions. set the first admin account and now you need to fill in all mandatory fields.
 
==== Uninstall ====
 
==== Uninstall ====
 
  yum remove smeserver-phplist
 
  yum remove smeserver-phplist

Revision as of 16:50, 12 August 2014

Phplist Contribs

Maintainer

Pierre B. from Firewall Services

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

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 perform a login with admin and its passwords.


Administrate

Now you can access Phplist, you have just to go https://yourserver.tld/lists

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

The last step is to populate the database.

Go in the administation panel, and follow the Phplist instructions. set the first admin account and now you need to fill in all mandatory fields.

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]