Difference between revisions of "Phplist"
Line 1: | Line 1: | ||
== Phplist Contribs == | == Phplist Contribs == | ||
+ | |||
+ | ===Maintainer=== | ||
+ | [mailto:pierre@firewall-services.com[[User:pierre|Pierre B.]]] from [http://www.firewall-services.com Firewall Services] | ||
=== Description === | === Description === |
Revision as of 17:45, 19 April 2011
Phplist Contribs
Maintainer
Pierre B. from Firewall Services
Description
Phplist is an OpenSources Mailing List tool. It's a web application who is using Php and Mysql to work.
It can be setup on SmeServer with the contrib smeserver-phplist.
Installation
First, install the smeserver-phplist package. The dependencies will do the others tasks.
This will install two packages, on for Phplist, and the second to adapt Phplist for SmeServer.
[root@sme8 ~]# yum install --enablerepo=fws smeserver-phplist
Configuration
You need to update your httpd.conf to define the alias in Apache.
[root@sme8 ~]# expand-template /etc/httpd/conf/httpd.conf
Then restart Apache.
[root@sme8 ~]# sv t /service/httpd-e-smith/
Initialise the Mysql template database
[root@sme8 ~]# expand-template /etc/e-smith/sql/init/phplistdb
Then execute the script.
[root@sme8 ~]# sh /etc/e-smith/sql/init/phplistdb
In the last time, you need to set up the config.php of phplist.
[root@sme8 ~]# expand-template /usr/share/phplist/www/lists/config/config.php
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 of installation is to create the database.
Go in the administation panel, and follow the Phplist instruction.