Installation of Concrete5 on Koozali

Koozali MySQL server does not have InnoDB enabled, which is required for Concrete5.  Run the following commands to enable InnoDB:

db configuration setprop mysqld InnoDB enabled
 expand-template /etc/my.cnf
 sv t /service/mysqld

Next we need to bump up the memory limit for PHP:

/sbin/e-smith/db configuration setprop php MemoryLimit 80M
expand-template /etc/php.ini