# HG changeset patch # User Jittat Fakcharoenphol # Date 2010-02-20 09:35:06 # Node ID 8e9b4b13e4ad52ac33b1ff173d0bb1ef120dccf6 # Parent 17b9b508c897769cbbc1a56da95a2263d72c5e11 run rake db:seed after migration diff --git a/installer/install.sh b/installer/install.sh --- a/installer/install.sh +++ b/installer/install.sh @@ -79,6 +79,7 @@ echo "Running rake tasks to initialize database" rake db:migrate +rake db:seed echo "Intalling web interface complete..." echo