Skip to content

Commit

Permalink
Improves the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanphix committed Sep 22, 2012
1 parent 303abab commit f487cea
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.rst
@@ -1,15 +1,30 @@
Flask-Dashed(http://github.com/jeanphix/Flask-Dashed) sample application.
This repository contains is a sample `Flask-Dashed <https://github.com/jeanphix/Flask-Dashed>`_ application.

Online demo: http://flask-dashed.jeanphi.fr/
You may browse this `app online <http://flask-dashed.jeanphi.fr/>`_

Application:
Installation
============

Locally
-------

You need to set a secret key and your database DSN::

export APP_SECRET=myawesomesecret
export DATABASE_URL=sqlite:///:memory:


Heroku
------

Application::

heroku create --stack cedar
heroku addons:add shared-database
git push heroku master
heroku config:add APP_SECRET='YOURAPPLICATIONSECRET'

Github oauth API (Optional):
Github oauth API (Optional)::

heroku config:add GITHUB_KEY='YOURGITHUBAPPKEY'
heroku config:add GITHUB_SECRET='YOURGITHUBSECRET'

0 comments on commit f487cea

Please sign in to comment.