Skip to content

Instantly share code, notes, and snippets.

@dannylamb
Last active July 25, 2018 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannylamb/27ad287ae92afd7139a98435446550d6 to your computer and use it in GitHub Desktop.
Save dannylamb/27ad287ae92afd7139a98435446550d6 to your computer and use it in GitHub Desktop.
Flysystem Install
cd /var/www/html/drupal/web/modules/contrib/islandora
git remote add danny https://github.com/dannylamb/islandora.git
git fetch danny
git checkout flysystem
cd ../islandora_image/
git remote add danny https://github.com/dannylamb/islandora_image.git
git fetch danny
git checkout flysystem
cd ../openseadragon
git remote add danny https://github.com/dannylamb/openseadragon.git
git fetch danny
git checkout flysystem
cd /var/www/html/Crayfish/
git remote add danny https://github.com/dannylamb/Crayfish.git
git remote add danny https://github.com/dannylamb/Crayfish.git
git fetch danny
git checkout flysystem
cd ~
git clone -b flysystem https://github.com/dannylamb/Alpaca.git
cd Alpaca/
(./gradlew install && cp islandora-indexing-fcrepo/build/libs/islandora-indexing-fcrepo-0.5.1-SNAPSHOT.jar /opt/karaf/deploy && cp islandora-connector-houdini/build/libs/islandora-connector-houdini-0.5.1-SNAPSHOT.jar /opt/karaf/deploy && cd /var/www/html/drupal/web && drush -y cr && drush -y fim --bundle=islandora islandora_core_feature,islandora_demo_feature)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment