From 3399b6a75bd4436104d66a11f655a10e3c0109ba Mon Sep 17 00:00:00 2001 From: Paulo Meirelles Date: Thu, 8 Dec 2011 17:13:37 +0300 Subject: [PATCH] fixing INSTALL file: 'compile the translation' must be before 'create default environment' --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index b98392f..175717e 100644 --- a/INSTALL +++ b/INSTALL @@ -237,6 +237,10 @@ Create the database structure: $ RAILS_ENV=production rake db:schema:load +Compile the translations: + +$ RAILS_ENV=production rake noosfero:translations:compile + Now we have to create some initial data. To create your default environment (the first one), run the command below: @@ -258,10 +262,6 @@ $ RAILS_ENV=production ./script/runner "User.create(:login => 'adminuser', :emai (replace "adminuser", "admin@example.com", "admin" with the login, email and password of your environment admin) -Compile the translations: - -$ RAILS_ENV=production rake noosfero:translations:compile - To start the Noosfero application servers: $ ./script/production start -- libgit2 0.21.2