Table of Contents

Installation

Requirements

ONA has a simple set of requirements to run. I will describe them each briefly here.

Apparently there were some recent changes as of mysql 5.5 that use the word ENGINE instead of TYPE in the SQL syntax of defining a new table. I have yet to fix the installer to deal with this but in the mean time, you can do the following to fix up the xml definition:

sed "s/TYPE=/ENGINE=/g" /opt/ona/install/ona-table_schema.xml > /tmp/ona-table_schema.xml; cp /tmp/ona-table_schema.xml /opt/ona/install/ona-table_schema.xml

Steps

Upgrades

Upgrades should automatically be detected and performed. As usual MAKE A BACKUP FIRST! Its likely that I screwed something up and your data will be ground into a fine dust. Currently the autoupgrade of database elements only works when using a MySQL database.

Quick steps for upgrade:

Configuration

Proceed to the Getting Started section