From df8e5a7a0b0c1470d36e0f3e5af58c6b6bc8a435 Mon Sep 17 00:00:00 2001 From: Fernanda Lopes Date: Thu, 6 May 2010 01:45:24 -0300 Subject: [PATCH] Fixing errors when following the instructions in HACKING file --- HACKING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 0da7b15..383a66b 100644 --- a/HACKING +++ b/HACKING @@ -32,7 +32,9 @@ commands and make sure you understand what you are doing): cd noosfero # copy a sample config file cp config/database.yml.sqlite3 config/database.yml - # create the database: + # create the development database + rake db:schema:load + # run pending migrations rake db:migrate # compile translations: rake makemo -- libgit2 0.21.2