Files
writebook/bin/start-app

6 lines
84 B
Bash
Executable File

#!/bin/bash -e
rm -f tmp/pids/server.pid
./bin/rails db:prepare
./bin/rails server