Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Workaround for Karaf / Activemq connection issues; Resolves https://g… (
Browse files Browse the repository at this point in the history
#43)

* Workaround for Karaf / Activemq connection issues; Resolves Islandora/documentation#649

* update

* Fix for enabling islandora_collection and  islandora_image

* Change order.
  • Loading branch information
ruebot authored and dannylamb committed Jun 7, 2017
1 parent 6b37dc7 commit ecf7ce1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
9 changes: 9 additions & 0 deletions configs/karaf/activemq-osgi-fix.script
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
feature:uninstall islandora-connector-broadcast
feature:uninstall islandora-indexing-triplestore
feature:uninstall islandora-indexing-fcrepo
feature:uninstall fcrepo-api-x

feature:install islandora-connector-broadcast
feature:install islandora-indexing-triplestore
feature:install islandora-indexing-fcrepo
feature:install fcrepo-api-x
3 changes: 3 additions & 0 deletions configs/karaf/alpaca.script
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ feature:install fcrepo-service-activemq
feature:install fcrepo-service-camel

feature:install islandora-connector-broadcast

feature:install islandora-indexing-triplestore

feature:install islandora-indexing-fcrepo

feature:install islandora-http-client

feature:install fcrepo-api-x

feature:install fcrepo-indexing-triplestore
10 changes: 6 additions & 4 deletions scripts/drupal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,16 @@ $DRUSH_CMD -y en devel
$DRUSH_CMD -y pm-uninstall search
$DRUSH_CMD en -y search_api

$DRUSH_CMD en -y islandora
$DRUSH_CMD en -y islandora_collection
$DRUSH_CMD en -y islandora_image

# Set default theme to bootstrap
$DRUSH_CMD -y en bootstrap
$DRUSH_CMD -y config-set system.theme default bootstrap
## THIS IS STUPID
# blocks are tied to themes because themes define the regions available to place blocks. gross.
##

$DRUSH_CMD en -y islandora
$DRUSH_CMD en -y islandora_collection
$DRUSH_CMD en -y islandora_image

#If libraries folder does not exist, create
if [ ! -d "$DRUPAL_HOME/web/libraries" ]; then
Expand Down
2 changes: 2 additions & 0 deletions scripts/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ service tomcat8 restart

# Clear drupal cache
$DRUSH_CMD cache-rebuild

$KARAF_CLIENT -f $KARAF_CONFIGS/activemq-osgi-fix.script

0 comments on commit ecf7ce1

Please sign in to comment.