diff --git a/INSTALL b/INSTALL index a27c08c..9352098 100644 --- a/INSTALL +++ b/INSTALL @@ -248,6 +248,10 @@ $ 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: + +$ RAILS_ENV=production ./script/runner "User.create(:login => 'adminuser', :email => 'admin@example.com', :password => 'admin', :password_confirmation => 'admin', :environment => Environment.default)" + Compile the translations: $ RAILS_ENV=production rake noosfero:translations:compile -- libgit2 0.21.2