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