From: <var...@us...> - 2021-08-04 14:31:21
|
Revision: 10432 http://sourceforge.net/p/phpwiki/code/10432 Author: vargenau Date: 2021-08-04 14:31:19 +0000 (Wed, 04 Aug 2021) Log Message: ----------- INSTALL: add instructions for ZipArchive, LdapSearch and TeX2pngPlugin Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2021-08-04 14:25:33 UTC (rev 10431) +++ trunk/INSTALL 2021-08-04 14:31:19 UTC (rev 10432) @@ -12,6 +12,25 @@ installation and configure options. <https://www.php.net/manual/en/installation.php> +To be able to export the wiki in ZIP format (in PhpWikiAdministration), +ZipArchive class must be available. You might need to do: +yum install php-pecl-zip +or +apt install php-zip + +LdapSearch plugin requires the PHP ldap_connect() function. You might +need to do: +yum install php-ldap +or +apt install php-ldap + +TeX2pngPlugin requires LaTeX to be installed. You might need to do: +yum install texlive +yum install latex2html +or +apt install texlive +apt install latex2html + QUICK START INSTRUCTIONS Copy 'config/config-dist.ini' to 'config/config.ini' and edit the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |