You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Version 0.9.1 to 0.9.2

1. Add new directives to configuration file

Add these two directives to application/configs/application.ini:

core.review.tiebreaker = 0.13
core.observer.tiebreaker.notify = 1

2. Run SQL changes

sudo su - postgres
psql -U core_user core_test_db < public/installer/sql/update-0.9.1-to-0.9.2.sql

3. Update code

In case you are running branches/core-0.9 (recommended), or trunk (not recommended) you can just do svn up..
In case you run tags/core-0.9.1, you can do:

svn switch https://terena-core.googlecode.com/svn/tags/core-0.9.2
  • No labels