= letodms = letodms ist ein Dokumentenmanagementsystem. == Pakete == {{{ i letodms - document management system based on PHP and MySQL i A letodms-webdav - document management system based on PHP and MySQL - WebDAV server i A php-letodms-core - Document management system - Core files i A php-letodms-lucene - Document management system - Fulltext search }}} == Konfiguration == /etc/letodms/settings.xml {{{ contentDir = "/var/lib/letodms/data/" stagingDir = "/var/lib/letodms/data/staging/" luceneDir = "/var/lib/letodms/data/lucene/" enableLargeFileUpload = "yes" partitionSize = "2000000" }}} == Apache-Konfiguration == /etc/apache2/sites-enabled/letodms.conf {{{#!highlight apache # #ServerName letodms #ServerAdmin robert@apfelreich.com #DocumentRoot /usr/share/letodms Alias /letodms "/usr/share/letodms" #letodms Options -Indexes +MultiViews +FollowSymLinks Redirect /letodms/conf/settings.xml http://192.168.2.111/letodms AllowOverride None #Order deny,allow Deny from all Allow from 192.168.2.0/24 127.0.0.0/255.0.0.0 ::1/128 Require all granted # }}} == PHP-Konfiguration == /etc/php5/apache2/php.ini {{{#!highlight ini upload_max_filesize = 20M }}}