Lippenherz / liveblog

Sourcefabric's Live Blog is an open source web app that enables journalists to provide immediate and ongoing coverage on rapidly evolving news events.

Home Page:https://www.sourcefabric.org/en/liveblog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liveblog

DownloadForkLicenseDocumentationVersion 3.0.7

Build Status

Installation

Use docker-compose and the config from docker folder or build docker images manually from the Dockerfile.

install docker
$ sudo apt-get install docker.io

and make sure you can run docker without sudo.

create python virtualenv
$ sudo apt-get install python-virtualenv
$ virtualenv env
install docker compose and run app
$ . env/bin/activate
$ pip install -r docker/requirements.txt
$ ./scripts/docker-local-demo.sh

About

Sourcefabric's Live Blog is an open source web app that enables journalists to provide immediate and ongoing coverage on rapidly evolving news events.

https://www.sourcefabric.org/en/liveblog/

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 42.6%Language:HTML 16.1%Language:CSS 15.5%Language:Python 12.8%Language:Gherkin 8.6%Language:ApacheConf 3.0%Language:Shell 1.2%Language:Nginx 0.2%