= Howto Upgrade to Hieraki 1.0+ == New Installation If you have never installed Hieraki before simply go to www.hieraki.org and follow the instructions to download the most recent version of Hieraki. Since you do not have to worry about any existing Hieraki data you do not have to worry about upgrading (check out the README file instead). == Upgrading Follow these steps to upgrade if you have an existing Hieraki installation: 1. cd into your existing Hieraki installation and back-up your database. Example: mysqldump -u root hieraki > db/bkup_hieraki_classic.sql 1. Download the most current Hieraki 1.0+ version. 2. Make sure you cd into the newly downloaded Hieraki directory. 3. Verify the settings in the development section of the config/database.yml file and read the README. 4. On the command line type: rake migrate