Deployable application for using the gamification engine (https://github.com/ActiDoo/gamification-engine) with dokku (https://github.com/progrium/dokku) or Heroku (https://www.heroku.com/).
The configuration uses multiple buildpacks (see .buildpacks and https://github.com/heroku/heroku-buildpack-multi.git).
- A running stable version is available at https://gamification-engine.herokuapp.com/
- A running development version at https://gamification-engine-develop.herokuapp.com/
- You can deploy your personal demo on Heroku with this button (free Heroku account required)
An installed PostgreSQL database and the following environment settings are needed:
BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-multi.git
DATABASE_URL
(PostgreSQL connection string)URLCACHE_ACTIVE=False
orMEMCACHED_URL
(Memcached url)
To initiate the database and populate with demo data run initialize_gengine_db production.ini reset_db=True populate_demo=True
.