Closed camallen closed 9 years ago
I've added a staging / prod config files for this (from @saschaishikawa) - please check the bash script works.
In my bash I got:
./start.sh: line 12: [: missing `]'
Also should 19 could be amended to exec bundle exec rails server -p ${2-80}
to support setting the port on the command-line? (e.g. ./start projname 3000
)
allow custom env vars to be set before running tasks / server