Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Code Block
languagebash
$ cd /[public_html]/[your_drupal_directory]# 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

 

Where:

...

  • on most *nix systems, your full [public_html]   is: /var/www/html

...

 

Advanced Tuque Topics

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

...