Sha256: 62dfed8589eaaabff864df47a537dbb70effbe77c7b5375427200038ea4fc854

Contents?: true

Size: 267 Bytes

Versions: 16

Compression:

Stored size: 267 Bytes

Contents

#!/usr/bin/env sh

# Set up Rails app. Run this script immediately after cloning the codebase.
# https://github.com/thoughtbot/guides/tree/master/protocol

bundle install --binstubs=bin/stubs
bundle exec rake db:setup

if [ ! -f .env ]; then
  cp .sample.env .env
fi

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
suspenders-1.5.0 templates/bin_setup
welaika-suspenders-1.4.0 templates/bin_setup
suspenders-1.4.0 templates/bin_setup
welaika-suspenders-1.2.10 templates/bin_setup
suspenders-1.3.0 templates/bin_setup
welaika-suspenders-1.2.9 templates/bin_setup
welaika-suspenders-1.2.8 templates/bin_setup
bretels-1.0.0 templates/bin_setup
welaika-suspenders-1.2.7 templates/bin_setup
welaika-suspenders-1.2.6 templates/bin_setup
welaika-suspenders-1.2.5 templates/bin_setup
welaika-suspenders-1.2.4 templates/bin_setup
welaika-suspenders-1.2.3 templates/bin_setup
suspenders-1.2.2 templates/bin_setup
suspenders-1.2.1 templates/bin_setup
suspenders-1.2.0 templates/bin_setup