Skip to content

Commit

Permalink
Merge pull request #29 from skylerberg/patch-1
Browse files Browse the repository at this point in the history
Correct local installation instructions
  • Loading branch information
Matthias Feldotto committed May 9, 2018
2 parents 522e193 + c97bedd commit 4eaaa2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -50,8 +50,8 @@ A demo installation is available at https://gamification-engine.herokuapp.com/
## Usage

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` 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/
2. The current stable version is available as python 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, `initialize_gengine_db development.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

0 comments on commit 4eaaa2e

Please sign in to comment.