zhuzhurk / flink-web

Apache Flink Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flink-web

This repository contains the Flink website: https://flink.apache.org/.

You find instructions for this repository here: https://flink.apache.org/contributing/improve-website.html.

You can build the website using Docker such as below (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'

About

Apache Flink Website

License:Apache License 2.0


Languages

Language:HTML 92.7%Language:JavaScript 5.5%Language:Shell 1.0%Language:CSS 0.7%Language:Ruby 0.1%