From f6e3831508ba090f3f256a0c2d41b4146eda5f4a Mon Sep 17 00:00:00 2001 From: hendr-ik Date: Thu, 5 Dec 2019 21:21:03 +0100 Subject: [PATCH] outline of Milestone 1 blog post --- .../content/pages/blog-0010-milestone1.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 homepage/content/pages/blog-0010-milestone1.md diff --git a/homepage/content/pages/blog-0010-milestone1.md b/homepage/content/pages/blog-0010-milestone1.md new file mode 100644 index 0000000..51ee657 --- /dev/null +++ b/homepage/content/pages/blog-0010-milestone1.md @@ -0,0 +1,39 @@ +Title: Laying the foundation for fair web analytics +description: ???? +save_as: blog/laying-foundation-for-fair-web-analytics/index.html +href: /blog/laying-foundation-for-fair-web-analytics/ +sitemap_priority: 0.7 + +11 Dec 2019 - Hendrik Niefeld +## Laying the foundation +What we achieved in the last 6 weeks + +### *Application architecture* +extension by middleware +additional behavior can transparently be added by any consumer + +### *Build* +We want offen to be easy to deploy, and also make it easy for people interested to give it a test drive. +compiled into a single binary file +you can now download a offen binary and execute it on your local machine to instantly have a (ephemeral) instance up and running. +Right now, this setup only supports Linux, but we are aiming to support Windows and MacOS just as well soon. + +
+Download binary +
+ +. +. +. + + +### *Dev Setup* +accessible to contributors without any complex setup +Docker and docker-compose based solution +successfully tested this on Linux, MacOS and Windows + +--- +This is a reduction of a detailed description that you can find with our Milestone 1 pull. +
+Open Milestone 1 pull +