** Backup your database before you upgrade. **

1. Unpack the zip

2. Copy old database.yml to config folder

    % cd lesserwiki-0.4.0
    % cp ../lesserwiki-0.3.0/config/database.yml config

3. Upgrade the database

   If you are using MySQL or PostgreSQL, execute the following commands in the
   lesserwiki-0.4.0 directory.

    % rake db:migrate

   This will upgrade your database automatically.
   If you are using other DBs than MySQL or PostgreSQL, migration might fail.
   In this case, You have to upgrade your database manually.

4. Modify the settings

   Point your browser to the top url.
   http://example.com:3000

   If new settings are requireed, you will be redirected to the
   administration page.

   If new account setting is required, you will be redirected to the
   signup page.

   After creating an account and modifying settings, click "Go to Wiki" on
   the bottom of administration page.

That's it. Now your LesserWiki was updated.

Enjoy!
LesserWiki team
