jtmitchell / reeder-demo

Simple django site for a Juju demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reeder-demo

Simple django site for a Juju demo

16 July 2014: This code has been adapted into a 12 Factor App style, and had a RESTish API added using Restless

Installation

You will need a Postgresql database to connect to, and have setup login details.

  1. Checkout this git repository
  2. pip install -r requirements/development.txt
  3. Setup environment variables for
  • REEDER_DB_USER
  • REEDER_DB_PASSWORD
  • DJANGO_SETTINGS_MODULE=reeder.settings.development

Optionally you can use foreman to start the app, with the supplied Procfile and put the enviroment settings into a .env file.

About

Simple django site for a Juju demo

License:GNU General Public License v2.0


Languages

Language:JavaScript 57.5%Language:Python 33.0%Language:CSS 9.5%