From ebae1d027bdda4b09681d344e15ecf40aeb8f5b0 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 23 Jan 2013 23:31:18 +0100 Subject: [PATCH] Added patterns from github code base - easy setup. --- script/bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 script/bootstrap.sh 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 +