Sha256: cb9465bcff66a7a9a07f87368d8b6934444f52ed5cd81bcad904e563a74ad0c0

Contents?: true

Size: 241 Bytes

Versions: 20

Compression:

Stored size: 241 Bytes

Contents

#!/bin/sh
set -e

db-wait.sh "$DB_HOST:$DB_PORT"
bundle exec rails db:create
bundle exec rails db:migrate

if [ "$FCREPO_HOST" ]; then
  db-wait.sh "$FCREPO_HOST:$FCREPO_PORT"
fi
db-wait.sh "$SOLR_HOST:$SOLR_PORT"

bundle exec rails db:seed

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
hyrax-5.0.1 bin/db-migrate-seed.sh
hyrax-5.0.0 bin/db-migrate-seed.sh
hyrax-5.0.0.rc3 bin/db-migrate-seed.sh
hyrax-5.0.0.rc2 bin/db-migrate-seed.sh
hyrax-5.0.0.rc1 bin/db-migrate-seed.sh
hyrax-3.6.0 bin/db-migrate-seed.sh
hyrax-4.0.0 bin/db-migrate-seed.sh
hyrax-4.0.0.rc3 bin/db-migrate-seed.sh
hyrax-4.0.0.rc2 bin/db-migrate-seed.sh
hyrax-4.0.0.rc1 bin/db-migrate-seed.sh
hyrax-3.5.0 bin/db-migrate-seed.sh
hyrax-4.0.0.beta2 bin/db-migrate-seed.sh
hyrax-3.4.2 bin/db-migrate-seed.sh
hyrax-4.0.0.beta1 bin/db-migrate-seed.sh
hyrax-3.4.1 bin/db-migrate-seed.sh
hyrax-3.4.0 bin/db-migrate-seed.sh
hyrax-3.3.0 bin/db-migrate-seed.sh
hyrax-3.2.0 bin/db-migrate-seed.sh
hyrax-3.1.0 bin/db-migrate-seed.sh
hyrax-3.0.2 bin/db-migrate-seed.sh