Sha256: ca7c0c5d8d3874027e77ed5b68cd37a51e3f55adb9852ace1c87475c1bdf197e

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

#!/bin/bash
set -e

rm -f /app/.internal_test_app/tmp/pids/server.pid
bundle install
sleep 20 # wait for solr to finish its setup work
bundle exec rake db:migrate blacklight:index:seed
bundle exec rails s -p 3000 -b 0.0.0.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-citeproc-0.2.0 bin/entrypoint.sh
blacklight-citeproc-0.1.0 bin/entrypoint.sh