Versions Compared

Key

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

...

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

...

Code Block
languagebash
titleInstall Basic Collection Solution Packs
# cd /opt/downloads
# unzip islandora_solution_pack_collection-7.x-1.911.zip
 ...
# mv islandora_solution_pack_collection-7.x-1.911 islandora_solution_pack_collection
# cd /var/www/drupal/sites/all/modules
# cp -R /opt/downloads/islandora_solution_pack_collection .
# chown -R www-data:www-data islandora_solution_pack_collection

...

Code Block
languagebash
titleInstall the Starter Kit
# cd /opt/downloads
# unzip islandora_solution_pack_image-7.x-1.911.zip
 ...
# unzip islandora_solution_pack_pdf-7.x-1.911.zip
 ...
# mv islandora_solution_pack_image-7.x-1.911 islandora_solution_pack_image
# mv islandora_solution_pack_pdf-7.x-1.911 islandora_solution_pack_pdf
# cd /var/www/drupal/sites/all/modules
# cp -R /opt/downloads/islandora_solution_pack_image .
# cp -R /opt/downloads/islandora_solution_pack_pdf .
# chown -R www-data:www-data islandora_solution_pack*

...