pajoma / sling-docker

Docker image for SLING

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sling-docker

Docker image for SLING

docker build -t sling .

docker run -t sling

Run with docker-compose

docker-compose build to build the image (takes a while, since sling is compiling)

docker-compose run sling bash to switch to console within the container

Build Wikipedia

Adapt mounts in docker-compose if needed (lots of diskspace required)

Run docker-compose run sling bash (after building the image), and execute the following scripts following https://github.com/google/sling/blob/caspar/doc/guide/wikiflow.md

About

Docker image for SLING

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%