bjperson / the-law-factory

software developed for the law factory project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Law Factory

Web frontend developed for The Law Factory project

Installation

  • Checkout the project from git:

      git clone https://github.com/regardscitoyens/the-law-factory.git
      cd the-law-factory
  • Configure the aplication by copying js/config.json.example as public/js/config.js and set the API Url to the path on which you serve the data directory of RegardsCitoyens:the-law-factory-parser.git. Optionnally set also ihere your google analytics id and host.

      cp public/js/config.json{.example,}
      vi public/js/config.json
  • Serve the public directory on a webserver

  cd public
  python -m SimpleHTTPServer 8001
  • for production, a sample Apache configuration is given in the conf directory

About

software developed for the law factory project

License:GNU Affero General Public License v3.0