Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleEditor's "To Do" list
  •  add similar style guide / organization as other "installation" pages
  •  create "pre-installation software checklist" section
  •  add extra notes about requiring Drupal and Fedora first
  •  create note about user customization options (i.e. what "[your_drupal_directory]" references)
  •  move "advanced tuque info" from Islandora Install page to today.

 

On This Page

Table of Contents
excludeOn This Page

...

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

Info

NOTE

You must have:

  • Drupal Fedora Commons installed and properly configured in order to install properly test Tuque. Fedora Commons
  • Drupal installed and properly configured in order to properly test install Tuque.

 

To install the Tuque library, run the following on your command line where Drupal is installed:

Code Block
languagebash
# 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.35.zip
# unzip 1.35.zip
# mv tuque-1.3 tuque

...

5 tuque

Testing the Tuque installation

  • Tuque installation is simple enough that it does not require a stand alone test. You will know it's working as you test the Islandora Core Module installation on milestone 5. The test is the green check mark in /admin/islandora/configure. It is as simple as that.

    Image Added

Advanced Tuque Topics

For advanced usage of Tuque you can consult the All About Tuque Appendix.