KOHA
Zotero WebDAV server: Revision 5
Zotero is a free, easy-to-use Firefox extension Za korisnike ZoteraInstall Zotero Firefox plugin 2.0Podešavanje serveraApache WebDAVdpavlin@koha-dev:~$ sudo a2enmod dav_fs dav Considering dependency dav for dav_fs: Enabling module dav. Enabling module dav_fs. Module dav already enabled Run '/etc/init.d/apache2 restart' to activate new configuration! dpavlin@koha-dev:~$ sudo /etc/init.d/apache2 restart Restarting web server: apache2 ... waiting. Apache authdpavlin@koha-dev:~$ sudo apt-get install libapache2-mod-auth-mysql dpavlin@koha-dev:~$ sudo a2enmod auth_mysql Enabling module auth_mysql. Run '/etc/init.d/apache2 restart' to activate new configuration! dpavlin@koha-dev:~$ sudo /etc/init.d/apache2 restart Directorydpavlin@koha-dev:~$ sudo mkdir /srv/zotero Apache vhostdpavlin@koha-dev:~$ cat /etc/apache2/sites-available/zotero-dev.vzb.ffzg.hr <VirtualHost *> ServerName zotero-dev.vbz.ffzg.hr DocumentRoot /srv/zotero <Directory /home/srw/example.com> Options Indexes MultiViews AllowOverride None Order allow,deny allow from all </Directory> Auth_MySQL_Info localhost LOGIN PASSWORD <Location /> Auth_MYSQL on Auth_MySQL_Password_Table borrowers Auth_MySQL_Username_Field userid Auth_MySQL_Password_Field password Auth_MySQL_Empty_Passwords off Auth_MySQL_Encryption_Types Crypt_MD5 #PHP_MD5 DAV On AuthType Basic AuthName "Zotero WebDAV server - use Koha login and password" Require valid-user </Location> </VirtualHost> dpavlin@koha-dev:/etc/apache2/sites-enabled$ sudo a2ensite zotero-dev.vzb.ffzg.hr Testdpavlin@koha-dev:~$ sudo apt-get install cadaver dpavlin@koha-dev:~$ cadaver http://zotero-dev.rot13.org |