Skip to content

Instantly share code, notes, and snippets.

@dannylamb
Last active May 31, 2018 15:21
Show Gist options
  • Save dannylamb/99f8720faaa20c37e30454c88468dd1a to your computer and use it in GitHub Desktop.
Save dannylamb/99f8720faaa20c37e30454c88468dd1a to your computer and use it in GitHub Desktop.
Content Modeling Overhaul Setup
cd /var/www/html/drupal
composer require drupal/filehash ^1.1
composer require drupal/prepopulate ^2.0@alpha
composer require drupal/eva ^1.3
composer require drupal/features ^3.7
composer require drupal/migrate_plus 4.0-beta3
composer require drupal/migrate_tools 4.0-beta3
composer require drupal/migrate_source_csv ^2.1
composer require drupal/permissions_by_term ^1.51
composer require drupal/context ^4.0
composer require stomp-php/stomp-php 4.*
cd /var/www/html/drupal/web/modules/contrib
git clone -b content-modeling-overhaul https://github.com/dannylamb/islandora.git
git clone -b content-modeling-overhaul https://github.com/dannylamb/islandora_image.git
git clone -b content-modeling-overhaul https://github.com/dannylamb/claw-jsonld.git
cd openseadragon
git remote add danny https://github.com/dannylamb/openseadragon.git
git fetch danny
git checkout content-modeling-overhaul
cd /var/www/html/Crayfish
git remote add danny https://github.com/dannylamb/Crayfish.git
git fetch danny
git checkout content-modeling-overhaul
cd ~
git clone -b islandora-connector-houdini https://github.com/dannylamb/Alpaca.git
cd Alpaca/islandora-connector-houdini
(../gradlew install && \
cp build/libs/islandora-connector-houdini-0.4.1-SNAPSHOT.jar /opt/karaf/deploy && \
cd /var/www/html/drupal/web && \
drush -y en islandora_core_feature islandora_demo_feature && \
drush -y fim --bundle=islandora islandora_core_feature,islandora_demo_feature && \
drush -y -l http://localhost:8000 mim --group=islandora )
@seth-shaw-unlv
Copy link

Note that the current build instructions don't install the drush feature import command used on line 36. At least, it didn't on my rebuild today.

@dannylamb
Copy link
Author

am i missing the drush en for islandora?

@dannylamb
Copy link
Author

yeah wow... updated. thanks @seth-shaw-unlv

@dannylamb
Copy link
Author

updated again...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment