You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2016/05/23 17:46:12 UTC

[jira] [Updated] (MESOS-5431) Update the website generation and development workflows with docker.

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

haosdent updated MESOS-5431:
----------------------------
    Attachment: website.gif

> Update the website generation and development workflows with docker.
> --------------------------------------------------------------------
>
>                 Key: MESOS-5431
>                 URL: https://issues.apache.org/jira/browse/MESOS-5431
>             Project: Mesos
>          Issue Type: Improvement
>          Components: project website
>            Reporter: haosdent
>            Assignee: haosdent
>            Priority: Minor
>         Attachments: website.gif
>
>
> As the discussion thread in [Readme update | http://search-hadoop.com/m/0Vlr6JIzkd2QAk85&subj=Re+WEBSITE+Readme+update]
> From [~vinodkone] and [~klueska]'s comments,
> {quote}
> On Fri, May 20, 2016 at 9:00 AM, haosdent <[EMAIL PROTECTED]> wrote:
> yes. maybe update the rake target ":default" target to also do doxygen and
> javadoc tasks?
> {quote}
> {quote}
> While we are fixing the dockerfile for the website, can I also request that
> we update the docker file to not muck up the mesos source directory that
> gets mounted in? Right now, the end result of 'docker run'  is a "publish"
> directory and a "documentation" directory inside "mesos" directory, which
> means I need to clean those up manually later.
> For "publish", I would like us to mount a source directory (mesos) and a
> publish directory, like so:
> sudo docker run -it --rm -p 4567:4567 -v <path-to-mesos-source>:/mesos -v
> <path-to-publish>:/publish mesos/website
> Then as a committer, I would set <path-to-publish> to the publish folder of
> my svn clone of the site (e.g., ~/workspace/site/publish).
> For "documentation", I would like the Dockerfile to delete it during exit.
> {quote}
> We need to implement above things to make it more convenience to
> develop and generate the website.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)