ActiDoo / gamification-engine-dokku

Heroku/Dokku deployable application for the gamification engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

initialize_gengine_db

giulioprinaricotti opened this issue · comments

Readme.md states

To initiate the database and populate with demo data run initialize_gengine_db production.ini alembic.ini reset_db=True populate_demo=True

can't find initialize_gengine_db nor understand what this meant.

Unfortunately this means that going to ie. /admin/achievements gives the error 'relation "achievements" does not exist'

Any help?

Note to future self:

Refer to http://gamification-engine.readthedocs.org/en/latest/installing/index.html#database and install gamification engine using pip. initialize_gengine_db will popup automagically.