You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2017/12/05 00:26:00 UTC

[jira] [Assigned] (KYLIN-3079) Use Docker for document build environment

     [ https://issues.apache.org/jira/browse/KYLIN-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI reassigned KYLIN-3079:
-----------------------------------

    Assignee: yongjie zhao

> Use Docker for document build environment
> -----------------------------------------
>
>                 Key: KYLIN-3079
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3079
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: all
>         Environment: POSIX, docker
>            Reporter: yongjie zhao
>            Assignee: yongjie zhao
>         Attachments: 0001-use-docker-build-document.patch
>
>
> Background: Kylin document compilation depends on jeklly2 and jekyll-multiple-languages plugins v1; by gem default installation, jeklly is version3, and jekyll-multiple-languages  is not compatible with jeklly3.
> To reduce build complexity using docker and Makefile can call docker command.
> - build docker image:
> make docker.build
> - run a daemon&auto reload web server on localhost:4000
> make runserver
> - only build site
> make document.build
> - clean build file
> make clean



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)