Skip to content

nucleo-digital/gastos_abertos_website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gastos Abertos Website

Static website for Gastos Abertos Project using Flask.

Install

Install Pandoc

You need Pandoc to convert the Markdown files to HTML. Install it following:

http://johnmacfarlane.net/pandoc/installing.html

Create Virtual environment

$ mkvirtualenv py
$ workon py

Instal Pyandoc

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

Clone Gastos Abertos Repository

$ git clone https://github.com/okfn-brasil/gastos_abertos_website.git

Install dependencies

$ cd gastos_abertos_website
$ pip install -r requirements.txt

Build pages and run

First build the pages to build/ directory:

$ fab run_local build_static

Run localserver:

$ fab run_local run_server

Tests

$ fab test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.0%
  • JavaScript 23.7%
  • CSS 0.3%