Skip to content

Commit

Permalink
readme additions and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
feldi-online committed Jan 20, 2016
1 parent 2231796 commit d702503
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ A demo installation is available at https://gamification-engine.herokuapp.com/

1. A ready-to-use buildpack for Heroku and dokku is available at https://github.com/ActiDoo/gamification-engine-dokku Follow the instructions there.
2. The current stable version is available as phyton package at https://pypi.python.org/pypi/gamification-engine
3. Checkout the source code and configure the PostgreSQL database in `development.ini`. Then run `python setup.py develop` to configure the application and `pserve development.ini` to start it. The front end is available at http://localhost:6543/admin/
3. Checkout the source code and configure the PostgreSQL database in `development.ini` and in `alembic.ini`. Then run `python setup.py develop` to configure the application, `initialize_gengine_db development.ini alembic.ini reset_db=True populate_demo=True` to configure the database and `pserve development.ini` to start it. The front end is available at http://localhost:6543/admin/

## Roadmap

Expand Down
2 changes: 1 addition & 1 deletion gengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '0.1.34'
__version__ = '0.1.35'

import datetime, os

Expand Down

0 comments on commit d702503

Please sign in to comment.