[
https://issues.apache.org/jira/browse/MESOS-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15319406#comment-15319406
]
Vinod Kone commented on MESOS-5431:
-----------------------------------
commit 70bc8de3749fd8eb6c34d1a927097ba69690ec21
Author: Tomasz Janiszewski <[email protected]>
Date: Tue Jun 7 16:58:46 2016 -0400
Exposed livereload port in site docker.
Exposing port 35729 is necessary to enable livereload
provided by middleman-livereload gem.
Review: https://reviews.apache.org/r/48051/
> 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
> Fix For: 1.0.0
>
> 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)