Đang chuẩn bị liên kết để tải về tài liệu:
Training on next generation open source discovery tool vufind at Brac University

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Training on next generation open source discovery tool vufind at Brac University. It is include the contents: Integration with E-Journals, Integration with ILS (Koha), Integration with Institutional Repository (DSpace) | vufjod Thổ library OPAC meets Web 2.0 Training on Next Generation Open Source Discovery Tool VuFind at BRAC University 5-6 January 2011 Installation of VuFind Step by Step Integration with E-Journals Integration with ILS Koha Integration with Institutional Repository DSpace Ayesha Abed Library BRAC University Dhaka Bangladesh http library.bracu.ac.bd vufind Installation of VuFind Step by Step Integration with E-Journals Integration with ILS Koha Integration with Institutional Repository DSpace 2 Installation of VuFind Step by Step Software VuFind 1.0.1 OS Debian 6.0 Squeeze Ubuntu 10.04 1. Update sudo apt-get update 2. Install Apache HTTP Server sudo apt-get -y install apache2 sudo a2enmod rewrite sudo etc init.d apache2 force-reload 3. Installing PHP sudo apt-get -y install php5 php5-dev php-pear php5-ldap php5-mysql php5-xsl php5 pspell php5-gd 4. Installing Sun Java-6 Add following two sources at etc apt sources.list file deb http ftp.us.debian.org debian squeeze main contrib non-free deb-src http ftp.us.debian.org debian squeeze main contrib non-free Now install Java and associated packages apt-get install sun-java6-bin sun-java6-fonts sun-java6-jdk sun-java6-jre 5. Downloading the latest version of VuFind 1.0.1 Install subversion sudo apt-get install subversion Download VuFind svn export --force https vufind.svn.sourceforge.net svnroot vufind releases VuFind-1.0.1 tmp vf_download Move it to default location sudo mv tmp vf_download usr local vufind Apache needs to have write access to some of the VuFind subdirectories - these commands set that up sudo chown www-data www-data usr local vufind web interface compile sudo chown www-data www-data usr local vufind web interface cache sudo chown www-data www-data usr local vufind web images covers