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

...

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.3.zip
# unzip 1.3.zip
# mv tuque-1.3 tuque

...

Advanced Tuque Topics

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

...