ActiDoo / gamification-engine-dokku

Heroku/Dokku deployable application for the gamification engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gamification-engine-dokku

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).

Demo

Configuration

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 or MEMCACHED_URL (Memcached url)

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

About

Heroku/Dokku deployable application for the gamification engine

License:GNU Affero General Public License v3.0


Languages

Language:HTML 93.9%Language:Shell 6.1%