Skip to content

TheoVital/openfisca-web-site

 
 

Repository files navigation

OpenFisca Web-Site

OpenFisca is a versatile microsimulation free software.
This is the source code of the Web-Site.

For more information, please consult http://openfisca.org/doc/

Install procedure

To install and serve the OpenFisca France website locally using a package manager like brew:

A/ Install the following packages:

pip install pastescript
brew install libmagic
brew install bower

B/ Run the following commands:

pip install -e .
bower install

C/ Serve locally:

paster serve development-france.ini Visit http://127.0.0.1:2010 to see the website.

Releases

No releases published

Packages

No packages published

Languages

  • Mako 39.1%
  • Python 26.0%
  • HTML 17.6%
  • JavaScript 8.9%
  • CSS 6.8%
  • TeX 0.9%
  • Other 0.7%