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

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

yongjie zhao created KYLIN-3079:
-----------------------------------

             Summary: 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: Document compile depends on jeklly2 and ekyll-multiple-languages plugins v1, by gem default installation, jeklly current is version3, and ekyll-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)