On This Page
Pre-Installation Software Checklist
You must have the following installed before you install the Tuque library:
About the "Tuque" library
The Tuque library is a bundle of code that acts as the conduit between Islandora and Fedora Commons. In order for Islandora to properly communicate with Fedora Commons, you must have the Tuque library installed. For more information on the Tuque library, please see the documentation on github [https://github.com/islandora/tuque].
Installing the Tuque library
To install the Tuque library, run the following on your command line where Drupal is installed:
# mkdir -p /var/www/drupal/sites/all /var/www/drupal/sites/all/libraries
# cd /var/www/drupal/sites/all/libraries
# wget https://github.com/Islandora/tuque/archive/1.6.zip
# unzip 1.6.zip
# mv tuque-1.6 tuque
Testing the Tuque installation
Advanced Tuque Topics
For advanced usage of Tuque you can consult the All About Tuque Appendix.