Commit 46ab6d4457314f2f4aba446efeb6c8cd10ee7088
1 parent
5d4fdb3e
Exists in
staging
and in
42 other branches
Added message on INSTALL file
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
INSTALL
| ... | ... | @@ -248,10 +248,13 @@ $ RAILS_ENV=production ./script/runner "Environment.default.domains << Domain.ne |
| 248 | 248 | |
| 249 | 249 | (replace "your.domain.com" with your actual domain name) |
| 250 | 250 | |
| 251 | -Add at least an user as admin of environment: | |
| 251 | +Add at least one user as admin of environment: | |
| 252 | 252 | |
| 253 | 253 | $ RAILS_ENV=production ./script/runner "User.create(:login => 'adminuser', :email => 'admin@example.com', :password => 'admin', :password_confirmation => 'admin', :environment => Environment.default)" |
| 254 | 254 | |
| 255 | +(replace "adminuser", "admin@example.com", "admin" with the login, email | |
| 256 | +and password of your environment admin) | |
| 257 | + | |
| 255 | 258 | Compile the translations: |
| 256 | 259 | |
| 257 | 260 | $ RAILS_ENV=production rake noosfero:translations:compile | ... | ... |