Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: a type in a filename.

...

Code Block
languagebash
titleUnzip method 1
Save the downloaded islandora-7.x-1.5.zip file into /opt/downloads
# cd /var/www/drupal/sites/all/modules
# unzip /opt/downloads/islandora-7.x-1.5.zip
# mv islandora-7.x-.1.5 islandora
# chown -R www-data:www-data islandora

...