Commit 597312cbda6394b0ec1bee99159febc79f43b0a3
Exists in
master
and in
29 other branches
Merge commit 'refs/merge-requests/93' of git://gitorious.org/noosfero/noosfero i…
…nto merge-requests/93
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
INSTALL
... | ... | @@ -237,6 +237,10 @@ Create the database structure: |
237 | 237 | |
238 | 238 | $ RAILS_ENV=production rake db:schema:load |
239 | 239 | |
240 | +Compile the translations: | |
241 | + | |
242 | +$ RAILS_ENV=production rake noosfero:translations:compile | |
243 | + | |
240 | 244 | Now we have to create some initial data. To create your default environment |
241 | 245 | (the first one), run the command below: |
242 | 246 | |
... | ... | @@ -258,10 +262,6 @@ $ RAILS_ENV=production ./script/runner "User.create(:login => 'adminuser', :emai |
258 | 262 | (replace "adminuser", "admin@example.com", "admin" with the login, email |
259 | 263 | and password of your environment admin) |
260 | 264 | |
261 | -Compile the translations: | |
262 | - | |
263 | -$ RAILS_ENV=production rake noosfero:translations:compile | |
264 | - | |
265 | 265 | To start the Noosfero application servers: |
266 | 266 | |
267 | 267 | $ ./script/production start | ... | ... |