Static website for Gastos Abertos Project using Flask.
You need Pandoc to convert the Markdown files to HTML. Install it following:
http://johnmacfarlane.net/pandoc/installing.html
$ mkvirtualenv py
$ workon py
Do not use pip version, because it has Pandoc binary path hardcoded in it.
$ git clone git@github.com:kennethreitz/pyandoc.git
$ cd pyandoc
$ python setup.py install
$ git clone https://github.com/okfn-brasil/gastos_abertos_website.git
$ cd gastos_abertos_website
$ pip install -r requirements.txt
First build the pages to build/ directory:
$ fab run_local build_static
Run localserver:
$ fab run_local run_server
$ fab test