Line 22: |
Line 22: |
| [root@sme8 ~]# yum install --enablerepo=fws smeserver-phplist | | [root@sme8 ~]# yum install --enablerepo=fws smeserver-phplist |
| | | |
− | === Configuration === | + | === Requirements === |
| + | You need the [[Fws|firewall-services]] repo to install this contribs |
| | | |
− | You need to update your httpd.conf to define the alias in Apache.
| + | === Installation 8.x 9.x=== |
| + | This contrib is currently held in the fws repository, so the following commands will install on your smeserver. |
| | | |
− | [root@sme8 ~]# expand-template /etc/httpd/conf/httpd.conf
| + | yum install --enablerepo=fws smeserver-phplist |
| | | |
− | Then restart Apache.
| + | You will then need to activate the database changes etc. |
| + | The 'official' way is to perform |
| | | |
− | [root@sme8 ~]# sv t /service/httpd-e-smith/
| + | signal-event post-upgrade; signal-event reboot |
| | | |
− | Initialise the Mysql template database
| + | or if you do not want to restart your computer |
| | | |
− | [root@sme8 ~]# expand-template /etc/e-smith/sql/init/phplistdb
| + | signal-event webapps-update |
| | | |
− | Then execute the script.
| + | 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. |
| | | |
− | [root@sme8 ~]# sh /etc/e-smith/sql/init/phplistdb
| + | set the first admin account and now you need to fill in all mandatory fields. |
− | | |
− | 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
| |
− | | |
− | | |
− | | |
− | '''OR
| |
− | '''
| |
− | [root@sme8 ~]# signal-event webapps-update
| |
| | | |
| === Other thing to do === | | === Other thing to do === |