#!/bin/bash set -e # set -x echo "initdb starting" rake db:setup rake db:seed echo "initdb finished successfully"