tinanimo / liveblog

Liveblog https://liveblog.sd-test.sourcefabric.org/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

liveblog

Liveblog https://liveblog.sd-test.sourcefabric.org

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

Liveblog https://liveblog.sd-test.sourcefabric.org/#/

License:GNU General Public License v3.0


Languages

Language:JavaScript 35.7%Language:Python 24.8%Language:CSS 13.6%Language:HTML 12.8%Language:Gherkin 6.7%Language:ApacheConf 5.0%Language:Shell 1.3%