You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/12/28 09:48:28 UTC

[flink-web] branch asf-site updated (6a696e7 -> c27037e)

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.


    from 6a696e7  Rebuild website
     new 690b88a  Add Docker command to website instructions
     new c27037e  Rebuild website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/improve-website.html | 5 +++++
 improve-website.md           | 6 ++++++
 2 files changed, 11 insertions(+)


[flink-web] 01/02: Add Docker command to website instructions

Posted by tr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 690b88a4640d3f579484bf8c9d388e9e7981960e
Author: Thomas Weise <th...@apache.org>
AuthorDate: Wed Dec 26 11:50:12 2018 -0800

    Add Docker command to website instructions
---
 improve-website.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/improve-website.md b/improve-website.md
index 44c64d5..a65e864 100755
--- a/improve-website.md
+++ b/improve-website.md
@@ -54,6 +54,12 @@ You can update and extend the website by modifying or adding Markdown files or a
 
 The script compiles the Markdown files into HTML and starts a local webserver. Open your browser at `http://localhost:4000` to view the website including your changes. The served website is automatically re-compiled and updated when you modify and save any file and refresh your browser.
 
+Alternatively you can build the web site using Docker (without augmenting your host environment):
+
+```
+docker run --rm --volume="$PWD:/srv/flink-web" --expose=4000 -p 4000:4000 -it ruby:2.5 bash -c 'cd /srv/flink-web && ./build.sh -p'
+```
+
 Please feel free to ask any questions you have on the developer mailing list.
 
 ## Submit your contribution


[flink-web] 02/02: Rebuild website

Posted by tr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit c27037e856a90c870dbe0f61eb10511741af5091
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Fri Dec 28 10:48:01 2018 +0100

    Rebuild website
---
 content/improve-website.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/content/improve-website.html b/content/improve-website.html
index 647ace8..a2dfd25 100644
--- a/content/improve-website.html
+++ b/content/improve-website.html
@@ -201,6 +201,11 @@ git checkout asf-site
 
 <p>The script compiles the Markdown files into HTML and starts a local webserver. Open your browser at <code>http://localhost:4000</code> to view the website including your changes. The served website is automatically re-compiled and updated when you modify and save any file and refresh your browser.</p>
 
+<p>Alternatively you can build the web site using Docker (without augmenting your host environment):</p>
+
+<div class="highlight"><pre><code>docker run --rm --volume="$PWD:/srv/flink-web" --expose=4000 -p 4000:4000 -it ruby:2.5 bash -c 'cd /srv/flink-web &amp;&amp; ./build.sh -p'
+</code></pre></div>
+
 <p>Please feel free to ask any questions you have on the developer mailing list.</p>
 
 <h2 id="submit-your-contribution">Submit your contribution</h2>