Skip to content

catalyst/liveblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liveblog

DownloadForkLicense • Documentation (Coming soon) • Version 3.0-alpha3

Build Status

Installation

Use docker-compose and the config from docker folder or build docker images manually from Dockerfile's from client and server folders accordingly.

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

For manual installation just follow the steps described both client and server Dockerfiles.

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 36.5%
  • Python 23.7%
  • HTML 13.5%
  • CSS 13.2%
  • Gherkin 7.5%
  • ApacheConf 4.3%
  • Shell 1.3%