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