trabajo-afectivo/script/bootstrap.sh

8 lines
73 B
Bash
Raw Normal View History

#!/bin/bash
bundle install
rake db:create
rake db:migrate
rake db:seed