/liveblog

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

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.