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

   1 #<VirtualHost *:80>
   2 #ServerName letodms
   3 #ServerAdmin robert@apfelreich.com
   4 #DocumentRoot /usr/share/letodms
   5 Alias /letodms "/usr/share/letodms"
   6 #letodms                                                                                                                                                                                                         
   7 <Directory "/usr/share/letodms">
   8   Options -Indexes +MultiViews +FollowSymLinks
   9   Redirect /letodms/conf/settings.xml http://192.168.2.111/letodms                                                                                                                                                                                                       
  10   AllowOverride None
  11   #Order deny,allow                                                                                                                                                                                              
  12   Deny from all
  13   Allow from 192.168.2.0/24 127.0.0.0/255.0.0.0 ::1/128
  14   Require all granted
  15 </Directory>
  16 
  17 #</VirtualHost>

PHP-Konfiguration

/etc/php5/apache2/php.ini

   1 upload_max_filesize = 20M

Wikinger: ComputerKram/letodms (zuletzt geändert am 2017-02-11 21:45:29 durch Robert)