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/04 14:31:00 UTC

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

    [ https://issues.apache.org/jira/browse/KYLIN-3079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16276847#comment-16276847 ] 

Shaofeng SHI commented on KYLIN-3079:
-------------------------------------

+1 This is an agile way to build Kylin document. It simplifies the doc dev.

 

> 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
>         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)