ActiDoo / gamification-engine-dokku

Heroku/Dokku deployable application for the gamification engine
GNU Affero General Public License v3.0
8 stars 19 forks source link

initialize_gengine_db #3

Closed giulioprinaricotti closed 8 years ago

giulioprinaricotti commented 8 years ago

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?

giulioprinaricotti commented 8 years ago

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.