Sha256: 26cd3ec9bbe605f282bb2a8490ab8c28f251fbf85c1671e9a2c60c3aba49da3c

Contents?: true

Size: 209 Bytes

Versions: 62

Compression:

Stored size: 209 Bytes

Contents

#!/usr/bin/env sh

PORT="${PORT:-3030}"
export PORT

bundle exec rake avo:sym_link

if command -v overmind &> /dev/null; then
  overmind start -f Procfile.dev "$@"
else
  foreman start -f Procfile.dev "$@"
fi

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
avo-3.6.4 bin/dev
avo-3.6.3 bin/dev
avo-3.6.2 bin/dev
avo-3.6.1 bin/dev
avo-3.6.0 bin/dev
avo-3.5.8 bin/dev
avo-3.5.7 bin/dev
avo-3.5.6 bin/dev
avo-3.5.6.beta1 bin/dev
avo-3.5.5 bin/dev
avo-3.5.4 bin/dev
avo-3.5.3 bin/dev
avo-3.5.2 bin/dev
avo-3.5.1 bin/dev
avo-3.5.0 bin/dev
avo-3.4.4 bin/dev
avo-3.4.3 bin/dev
avo-3.4.2 bin/dev
avo-3.4.1 bin/dev
avo-3.4.0 bin/dev