Kegbot server database not sync error

Hi, I am trying to install the kegbot server on Ubuntu, but when I try to run the (kb) $ setup-kegbot.py I am receiving the following error:

Writing settings to /home/kegbot/.kegbot/local_settings.py …
Finishing setup …
Running command: kegbot syncdb --noinput -v 0
Traceback (most recent call last):
File “/usr/local/bin/kegbot”, line 57, in
management.execute_from_command_line()
File “/usr/local/lib/python2.7/dist-packages/django/core/management/init.py”, line 385, in execute_from_command_line
utility.execute()
File “/usr/local/lib/python2.7/dist-packages/django/core/management/init.py”, line 377, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “/usr/local/lib/python2.7/dist-packages/django/core/management/base.py”, line 288, in run_from_argv
self.execute(*args, **options.dict)
File “/usr/local/lib/python2.7/dist-packages/django/core/management/base.py”, line 338, in execute
output = self.handle(*args, **options)
File “/usr/local/lib/python2.7/dist-packages/django/core/management/base.py”, line 533, in handle
return self.handle_noargs(**options)
File “/usr/local/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py”, line 27, in handle_noargs
call_command(“migrate”, **options)
File “/usr/local/lib/python2.7/dist-packages/django/core/management/init.py”, line 115, in call_command
return klass.execute(*args, **defaults)
File “/usr/local/lib/python2.7/dist-packages/django/core/management/base.py”, line 338, in execute
output = self.handle(*args, **options)
File “/usr/local/lib/python2.7/dist-packages/django/core/management/commands/migrate.py”, line 63, in handle
executor = MigrationExecutor(connection, self.migration_progress_callback)
File “/usr/local/lib/python2.7/dist-packages/django/db/migrations/executor.py”, line 17, in init
self.loader = MigrationLoader(self.connection)
File “/usr/local/lib/python2.7/dist-packages/django/db/migrations/loader.py”, line 48, in init
self.build_graph()
File “/usr/local/lib/python2.7/dist-packages/django/db/migrations/loader.py”, line 183, in build_graph
self.applied_migrations = recorder.applied_migrations()
File “/usr/local/lib/python2.7/dist-packages/django/db/migrations/recorder.py”, line 59, in applied_migrations
self.ensure_schema()
File “/usr/local/lib/python2.7/dist-packages/django/db/migrations/recorder.py”, line 49, in ensure_schema
if self.Migration._meta.db_table in self.connection.introspection.get_table_list(self.connection.cursor()):
File “/usr/local/lib/python2.7/dist-packages/django/db/backends/init.py”, line 165, in cursor
cursor = self.make_debug_cursor(self._cursor())
File “/usr/local/lib/python2.7/dist-packages/django/db/backends/init.py”, line 138, in _cursor
self.ensure_connection()
File “/usr/local/lib/python2.7/dist-packages/django/db/backends/init.py”, line 133, in ensure_connection
self.connect()
File “/usr/local/lib/python2.7/dist-packages/django/db/utils.py”, line 94, in exit
six.reraise(dj_exc_type, dj_exc_value, traceback)
File “/usr/local/lib/python2.7/dist-packages/django/db/backends/init.py”, line 133, in ensure_connection
self.connect()
File “/usr/local/lib/python2.7/dist-packages/django/db/backends/init.py”, line 122, in connect
self.connection = self.get_new_connection(conn_params)
File “/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py”, line 472, in get_new_connection
conn = Database.connect(**conn_params)
File “/usr/local/lib/python2.7/dist-packages/MySQLdb/init.py”, line 81, in Connect
return Connection(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/MySQLdb/connections.py”, line 193, in init
super(Connection, self).init(*args, **kwargs2)
django.db.utils.OperationalError: (1193, “Unknown system variable ‘storage_engine’”)
ERROR: Command returned non-zero exit status (1)

Could someone help me on that? Not sure what to do.

Br
Friedemann

No one?