This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/bin/start

7 lines
109 B
Bash
Executable File

#!/bin/bash
bundle exec rake db:create
bundle exec rake db:migrate
exec bundle exec puma -C config/puma.rb