From 46ab6d4457314f2f4aba446efeb6c8cd10ee7088 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Wed, 9 Feb 2011 16:16:12 -0300 Subject: [PATCH] Added message on INSTALL file --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 9352098..2208cbb 100644 --- a/INSTALL +++ b/INSTALL @@ -248,10 +248,13 @@ $ RAILS_ENV=production ./script/runner "Environment.default.domains << Domain.ne (replace "your.domain.com" with your actual domain name) -Add at least an user as admin of environment: +Add at least one user as admin of environment: $ RAILS_ENV=production ./script/runner "User.create(:login => 'adminuser', :email => 'admin@example.com', :password => 'admin', :password_confirmation => 'admin', :environment => Environment.default)" +(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 -- libgit2 0.21.2