intercity/intercity-next

View on GitHub
scripts/entrypoint

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash

echo "-- Welcome to Intercity Next"

echo "-- Setting up database"
bundle exec rake db:create

echo "-- Running pending database migrations"
bundle exec rake db:migrate

echo "-- Populating services"
bundle exec rake intercity:seed_plugins

foreman start