tailieunhanh - Training on next generation open source discovery tool vufind at Brac University

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 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 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 OS Debian Squeeze Ubuntu 1. Update sudo apt-get update 2. Install Apache HTTP Server sudo apt-get -y install apache2 sudo a2enmod rewrite sudo etc 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 file deb http debian squeeze main contrib non-free deb-src http 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 Install subversion sudo apt-get install subversion Download VuFind svn export --force https svnroot vufind releases 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