tree: 5ac8ffae8f537e7156364f7928a2a1425349ce23 [path history] [tgz]
  1. 2019/
  2. 2020/
  3. blog/
  4. contributing/
  5. css/
  6. ecosystem/
  7. feature/
  8. features/
  9. img/
  10. js/
  11. news/
  12. q/
  13. visualizer/
  14. zh/
  15. .htaccess
  16. community.html
  17. doap_flink.rdf
  18. documentation.html
  19. downloads.html
  20. ecosystem.html
  21. favicon.ico
  22. flink-applications.html
  23. flink-architecture.html
  24. flink-operations.html
  25. gettinghelp.html
  26. index.html
  27. introduction.html
  28. LICENSE
  29. material.html
  30. poweredby.html
  31. privacy-policy.html
  32. project.html
  33. README.md
  34. roadmap.html
  35. slides.html
  36. stateful-functions.html
  37. training.html
  38. usecases.html
content/README.md

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'