diff --git a/script/bootstrap.sh b/script/bootstrap.sh new file mode 100755 index 000000000..405763a2b --- /dev/null +++ b/script/bootstrap.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +bundle install +rake db:create +rake db:migrate +rake db:seed +